Module:Sandbox/Ahecht/min

This is the current revision of this page, as edited by imported>Ahecht at 04:48, 23 April 2022 (test). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 }