Module:Protected edit request/active: Difference between revisions

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
Replace padlock images per RfC
Line 510:
local boxProtectionLevel = self.boxProtectionLevel
local padlock
if boxProtectionLevel == 'sysop' or boxProtectionLevel == 'interfaceadmin' then
padlock = 'PadlockFull-protection-shackle.svg'
elseif boxProtectionLevel == 'interfaceadmin' then
padlock = 'Interface-protection-shackle.svg '
elseif boxProtectionLevel == 'templateeditor' then
padlock = 'PadlockTemplate-pinkprotection-shackle.svg'
elseif boxProtectionLevel == 'autoconfirmed' then
padlock = 'PadlockSemi-silverprotection-shackle.svg'
elseif boxProtectionLevel == 'extendedconfirmed' then
padlock = 'PadlockExtended-blueprotection-shackle.svg'
else
padlock = 'Padlock-bronze-open.svg'