All public logs
From Nova Online Wiki
Jump to navigationJump to search
Combined display of all available logs of Nova Online Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:03, 26 September 2024 Maevings talk contribs protected Module:Title blacklist [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 11:03, 26 September 2024 Maevings talk contribs created page Module:Title blacklist (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")