Module:Protection banner/config: Revision history

From EunuchWiki

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.

7 April 2024

31 March 2024

  • curprev 18:1718:17, 31 March 2024 AifoxHi talk contribs m 6 bytes 0 1 revision imported
  • curprev 17:5017:50, 31 March 2024 AifoxHi talk contribs 6 bytes −3,832 Replaced content with "--help" Tags: Replaced Reverted
  • curprev 17:4917:49, 31 March 2024 AifoxHi talk contribs 3,838 bytes +3,838 Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)..." Tag: Reverted

1 March 2024