Module:Protection banner/config: Difference between revisions
Update protection images per this edit request by User:ProgrammingGeek (consensus at RfC)
(Remove references to Pending Changes level 2, normalize PC1 as PC) |
(Update protection images per this edit request by User:ProgrammingGeek (consensus at RfC)) |
||
Line 137: | Line 137: | ||
alt = 'Page protected with pending changes', | alt = 'Page protected with pending changes', | ||
tooltip = 'All edits by unregistered and new users are subject to review prior to becoming visible to unregistered users', | tooltip = 'All edits by unregistered and new users are subject to review prior to becoming visible to unregistered users', | ||
image = ' | image = 'Pending-protection-shackle.svg' | ||
} | } | ||
}, | }, | ||
Line 185: | Line 185: | ||
return ret | return ret | ||
end, | end, | ||
image = ' | image = 'Office-protection-shackle.svg', | ||
}, | }, | ||
dispute = { | dispute = { | ||
Line 254: | Line 254: | ||
.. " page unless you are authorized by the Wikimedia Foundation to do" | .. " page unless you are authorized by the Wikimedia Foundation to do" | ||
.. " so.'''", | .. " so.'''", | ||
image = ' | image = 'Office-protection-shackle.svg', | ||
}, | }, | ||
reset = { | reset = { | ||
Line 291: | Line 291: | ||
return ret | return ret | ||
end, | end, | ||
image = ' | image = 'Office-protection-shackle.svg', | ||
}, | }, | ||
sock = { | sock = { | ||
Line 359: | Line 359: | ||
explanation = "This protection is '''not''' an endorsement of the" | explanation = "This protection is '''not''' an endorsement of the" | ||
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}', | .. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}', | ||
image = ' | image = 'Move-protection-shackle.svg' | ||
}, | }, | ||
vandalism = { | vandalism = { | ||
Line 572: | Line 572: | ||
images = { | images = { | ||
edit = { | edit = { | ||
default = ' | default = 'Full-protection-shackle.svg', | ||
templateeditor = ' | templateeditor = 'Template-protection-shackle.svg', | ||
extendedconfirmed = ' | extendedconfirmed = 'Extended-protection-shackle.svg', | ||
autoconfirmed = ' | autoconfirmed = 'Semi-protection-shackle.svg' | ||
}, | }, | ||
move = { | move = { | ||
default = ' | default = 'Move-protection-shackle.svg', | ||
}, | }, | ||
autoreview = { | autoreview = { | ||
default = ' | default = 'Pending-protection-shackle.svg' | ||
}, | }, | ||
upload = { | upload = { | ||
default = ' | default = 'Upload-protection-shackle.svg' | ||
} | } | ||
}, | }, | ||
Line 1,005: | Line 1,005: | ||
-- These are images that are not defined by their protection action and protection level. | -- These are images that are not defined by their protection action and protection level. | ||
['image-filename-indef'] = ' | ['image-filename-indef'] = 'Full-protection-shackle.svg', | ||
['image-filename-default'] = 'Transparent.gif', | ['image-filename-default'] = 'Transparent.gif', | ||