Module:pollasena-roots: Difference between revisions

no edit summary
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:match("^%s") then
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