Module:jugs-noun-cell: Difference between revisions

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