Module:jugs-cell: Difference between revisions
No edit summary |
No edit summary |
||
| Line 64: | Line 64: | ||
end | end | ||
local words = args[1] | local words = args[1] | ||
if words then | |||
for i,j in ipairs(words) do | |||
table.insert(links, m_links.full_link({lang = lang, term = j, accel = accel})) | |||
end | |||
end | |||
end | end | ||
return table.concat(out, '\n') | return table.concat(out, '\n') | ||