Module:jugs-noun-cell: Difference between revisions

Wfeozawra (talk | contribs)
No edit summary
Wfeozawra (talk | contribs)
No edit summary
Tag: Reverted
Line 66: Line 66:
if words then
if words then
for i,j in ipairs(words) do
for i,j in ipairs(words) do
table.insert(out, {term = j, accel = accel})
table.insert(out, words({term = j, accel = accel}))
end
end
end
end