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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

29 August 2025

  • 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..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)