Content deleted Content added
typo |
test |
||
(One intermediate revision by the same user not shown) | |||
Line 1:
return { main = function(frame)
args = {}
for i, v in ipairs(frame.args) do table.insert(args, v) end
conj = "'''" .. (#args > 2 and ", " or " ") .. (args.conj or "or") .. " '''"
return "'''"..mw.text.listToText(args, "''', '''", conj).."'''"
end }
|