Module:jugs-noun-cell: Difference between revisions

Wfeozawra (talk | contribs)
No edit summary
Wfeozawra (talk | contribs)
No edit summary
Line 63: Line 63:
accel = {form = accel_form}
accel = {form = accel_form}
end
end
local words = mw.text.split(args[1], "%s*,%s*")
local words = mw.text(args[1], "%s*,%s*")
end
end
return table.concat(out, '\n')
return table.concat(out, '\n')