Module:User List: 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.

29 August 2025

  • curprev 22:0722:07, 29 August 2025 919dd talk contribs m 795 bytes 0 Protected "Module:User List" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 20:0720:07, 29 August 2025 Mattk4355 talk contribs 795 bytes +795 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:User List' } }) assert(args[1],'Users must be given') local Users = lib.split(args[1],';;') local sep = args.sep or false local out = mw.html.create() if not sep then out = mw.html.create('ul') end for i,U in ipairs(Users) do if sep then if i ~= 1 then out:wikitext(sep) end..."