Module:jugs-noun-cell: Difference between revisions
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
if words then | if words then | ||
for i,j in ipairs(words) do | for i,j in ipairs(words) do | ||
end | table.insert(links, m_links.full_link({lang = lang, term = j, accel = accel})) | ||
end | |||
end | end | ||
end | end | ||
end | return table.concat(links, ", ") | ||
end | |||
return export | return export | ||