Module:Array: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 June 2025

  • curprev 12:0512:05, 11 June 2025 Wuffesan talk contribs 4,393 bytes +4,393 Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Array' } }) return p._main(args, frame) end function p._main(args, frame) local arrayString = args[1] or args["arrayString"] or nil local separator = args[2] or args["sep"] or args["separator"] or nil local format = args[3] or args["format"] or "{item}" local join = args[4] or args["join..."