Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ArgConcat: Difference between revisions

From FiguraMC
PenguinEncounter (talk | contribs)
tiny utility module
(No difference)

Revision as of 02:44, 29 September 2024

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
}