Module:Array: Revision history

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.

4 September 2025

29 August 2025

  • curprev 22:0622:06, 29 August 2025 919dd talk contribs m 5,295 bytes 0 Protected "Module:Array" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 11:5111:51, 29 August 2025 Kwwxis talk contribs 5,295 bytes +1,158 Add more features from Array module in zzz/wuwa wikis
  • curprev 11:2311:23, 29 August 2025 Sangodono talk contribs 4,137 bytes +4,137 Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrapper = { 'Template:Array' } }) --mw.logObject(args,'args') --debug return p._main(args, frame) end function p._main(args, frame) local arrayString = args[1] or nil local separator = args[2] or args.delim or nil local form = args[3] or args['format'] or nil local join = args[4] or args.join or '' local dedupe = args['dedupe']..."