Module:Title blacklist/sandbox: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit, ← = automatic edit summary

14 November 2024

  • curprev 18:0318:03, 14 November 2024Muskit Gergous talk contribs 507 bytes +507 Created page with "--helper module for title blacklist local p = {} p._main = function(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 p.main = function(frame) local args = frame.args re..."