Module:jugs-cell: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 63: | Line 63: | ||
accel = {form = accel_form} | accel = {form = accel_form} | ||
end | end | ||
-- local words = mw.text.split(args[1], "%s*,%s*") | |||
-- 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(links, ", ") | return table.concat(links, ", ") | ||