Module:pollasena-roots: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 80: Line 80:
if links[i-1] ~= " " then links[i] = links[i]:gsub("%|%*%-","|-") end
if links[i-1] ~= " " then links[i] = links[i]:gsub("%|%*%-","|-") end
end
end
if not links[1] then table.insert(links, "<small>[Term?]</small>") end
return table.concat(links) .. ncategories(categories)
return table.concat(links) .. ncategories(categories)