Open main menu

Changes

Module:Protection banner

193 bytes added, 06:58, 25 June 2014
treat semi-move-protected pages as unprotected
-- since templateeditors can do both.
level = 'templateeditor'
end
if action == 'move' and level == 'autoconfirmed' then
-- Users need to be autoconfirmed to move pages anyway, so treat
-- semi-move-protected pages as unprotected.
level = '*'
end
self._level = level or '*'
Anonymous user