Module:Title blacklist: Revision history

From Nova Online Wiki
Jump to navigationJump 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.

26 September 2024

  • curprev 11:0311:03, 26 September 2024Maevings talk contribsm 455 bytes 0 Protected "Module:Title blacklist" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 11:0311:03, 26 September 2024Maevings talk contribs 455 bytes +455 Created page with "--helper module for title blacklist local p = {} p.main = function(frame) local args = frame.args local action = args['action'] local pagename = args['pagename'] local blacklistentry = mw.ext.TitleBlacklist.test(action, pagename) if blacklistentry then if blacklistentry.params.autoconfirmed then return args['autoconfirmed'] or "autoconfirmed" else return args['templateeditor'] or "templateeditor" end else return '' end end return p"