Module:jugs-noun-cell: Difference between revisions

Wfeozawra (talk | contribs)
No edit summary
Wfeozawra (talk | contribs)
No edit summary
Line 65: Line 65:
local words = mw.text.split(args[1], "%s*,%s*")
local words = mw.text.split(args[1], "%s*,%s*")
end
end
return table.concat(links, ", ")
return table.concat(", ")
end
end


return export
return export