Module:Purge: 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 2022

26 May 2022

  • curprev 19:0819:08, 26 May 2022Maxwells talk contribs 1,097 bytes +1,097 Created page with "-- This module implements Template:Purge. local p = {} local function makeUrlLink(url, display) return string.format('[%s %s]', url, display) end function p._main(args) -- Make the URL local url do local title if args.page then title = mw.title.new(args.page) if not title then error(string.format( "'%s' is not a valid page name", args.page ), 2) end else title = mw.title.getCurrentTitle() end if args.anchor then title..."

13 November 2017

  • curprev 09:2009:20, 13 November 2017imported>Dinoguy1000 1,097 bytes 0 from the sandbox: if the pagename is specified, don't add the title text or its span
  • curprev 09:2009:20, 13 November 2017imported>Dinoguy1000 1,097 bytes 0 from the sandbox: if the pagename is specified, don't add the title text or its span
  • curprev 09:2009:20, 13 November 2017en>Dinoguy1000 1,097 bytes +1,097 from the sandbox: if the pagename is specified, don't add the title text or its span