Module:Sandbox/CX Zoom/TestPage2

Revision as of 10:08, 17 September 2022 by imported>CX Zoom (Update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/CX Zoom/TestPage2/doc

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 "and") .. " [["
	return "[["..mw.text.listToText(args, "]], [[", conj).."]]"
end }