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 }