Module:jugs-noun-cell: Difference between revisions

Wfeozawra (talk | contribs)
No edit summary
Wfeozawra (talk | contribs)
No edit summary
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(links, m_links.full_link({lang = lang, term = j, accel = accel}))
table.insert(out, '\n')
end
end
end
end