Module:jugs-noun-cell: Difference between revisions

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