Module:jugs-noun-cell: Difference between revisions

Wfeozawra (talk | contribs)
No edit summary
Tag: Reverted
Wfeozawra (talk | contribs)
No edit summary
Tag: Manual revert
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.remove_link({lang = lang, term = j, accel = accel}))
table.insert(links, m_links.full_link({lang = lang, term = j, accel = accel}))
end
end
end
end