Open main menu

Changes

Module:Effective protection level

12 bytes removed, 01:12, 7 February 2014
enable titleblacklist checks
return 'templateeditor'
elseif action == 'move' then
--[[local blacklistentry = mw.ext.TitleBlacklist.test('edit', pagename) -- Testing action edit is correct, since this is for the source page. The target page name gets tested with action move.
if blacklistentry and not blacklistentry.params.autoconfirmed then
return 'accountcreator'
else]]if elseif title.namespace == 6 then
return 'filemover'
else
end
else
--[[local blacklistentry = mw.ext.TitleBlacklist.test(action, pagename)
if blacklistentry then
return blacklistentry.params.autoconfirmed and 'autoconfirmed' or 'accountcreator'
else]]if elseif level then
return level
elseif action == 'upload' then
Anonymous user