45,640
edits
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
-- WIP | -- WIP | ||
for i, item in ipairs(args[a]) do | for i, item in ipairs(args[a]) do | ||
if item == "-" then | if not item then | ||
table.insert(links," ") | |||
elseif item == "-" then | |||
table.insert(links, item) | table.insert(links, item) | ||
elseif item:find("<") and not item:find("^[^<]*<[a-z]*[^a-z:]") then | elseif item:find("<") and not item:find("^[^<]*<[a-z]*[^a-z:]") then | ||
local run = m_put.parse_balanced_segment_run(item, "<", ">") | local run = m_put.parse_balanced_segment_run(item, "<", ">") |