Module:jugs-cell: Difference between revisions

Melinoë (talk | contribs)
No edit summary
Tag: Manual revert
Melinoë (talk | contribs)
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*")
-- local words = mw.text.split(args[1], "%s*,%s*")
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, m_links.full_link({lang = lang, term = j, accel = accel}))
end
-- end
end
-- end
end
end
return table.concat(links, ", ")
return table.concat(links, ", ")