Module:jugs-noun-cell: Difference between revisions
No edit summary |
No edit summary |
||
| Line 63: | Line 63: | ||
accel = {form = accel_form} | accel = {form = accel_form} | ||
end | end | ||
local words = mw.text | local words = mw.text(args[1], "%s*,%s*") | ||
end | end | ||
return table.concat(out, '\n') | return table.concat(out, '\n') | ||