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 | if item == "+" then | ||
table.insert(links," ") | table.insert(links," ") | ||
elseif item == "-" then | elseif item == "-" then | ||
Line 70: | Line 70: | ||
table.insert(categories, "Soc'ul' terms from Wascotl *" .. args[a][i]) | table.insert(categories, "Soc'ul' terms from Wascotl *" .. args[a][i]) | ||
end | end | ||
if links[i-1] == "-" then links[i] = links[i]:gsub("%|%*","|") end | |||
end | end | ||