Content deleted Content added
m →top: per Wikipedia:Categories for discussion/Log/2018 November 5, replaced: Non-talk pages requesting an edit to a protected page → Non-talk pages with an edit request template |
Amorymeltzer (talk | contribs) Replace padlock images per RfC |
||
Line 510:
local boxProtectionLevel = self.boxProtectionLevel
local padlock
if boxProtectionLevel == 'sysop
padlock = '
elseif boxProtectionLevel == 'interfaceadmin' then
padlock = 'Interface-protection-shackle.svg '
elseif boxProtectionLevel == 'templateeditor' then
padlock = '
elseif boxProtectionLevel == 'autoconfirmed' then
padlock = '
elseif boxProtectionLevel == 'extendedconfirmed' then
padlock = '
else
padlock = 'Padlock-bronze-open.svg'
|