Module:jugs-noun-cell: Difference between revisions

Wfeozawra (talk | contribs)
No edit summary
Tag: Manual revert
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(ret, '| ' .. link(show_form(form_p)) .. '\n')
end
end
end
end
end
end