Module:snon-cell: Difference between revisions

Melinoë (talk | contribs)
No edit summary
Tags: Manual revert Reverted
Melinoë (talk | contribs)
No edit summary
Tag: Reverted
Line 135: Line 135:
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(links, {lang = lang, term = j, accel = accel})
end
end
end
end