Module:ArgConcat

From FiguraMC
Revision as of 02:44, 29 September 2024 by PenguinEncounter (talk | contribs) (tiny utility module)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:ArgConcat/doc

return {
	concat = function(frame)
		return table.concat(frame:getParent().args, frame.args.joiner or ", ")
	end
}