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.

25 November 2024

  • curprev 20:4320:43, 25 November 2024BlackHawk talk contribs 803 bytes +803 Created page with "-- <nowiki> -- Implements Template:Purge -- local p = {} function p._purge(anchor, text, tag, noinplace) if type( anchor ) == 'table' then -- Allow function to be called with named argruments text = anchor.text tag = anchor.tag noinplace = anchor.noinplace anchor = anchor.anchor end local page_title = mw.title.getCurrentTitle().fullText local link = string.format('[%s#%s %s]',tostring(mw.uri.fullUrl(page_title,'action=purge')),anchor or 'res', text or '(wro..."