Module:jugs-noun-cell: Difference between revisions
No edit summary |
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( | return table.concat(", ") | ||
end | end | ||
return export | return export | ||