Module:Protection banner/config: Difference between revisions
rm stuff that would only be useful for pp-create and other things unused in favor of salting
(add padlock position data) |
(rm stuff that would only be useful for pp-create and other things unused in favor of salting) |
||
Line 16: | Line 16: | ||
-- display message "current-version-edit-display" or | -- display message "current-version-edit-display" or | ||
-- "current-version-move-display". | -- "current-version-move-display". | ||
-- | -- | ||
-- ${DISPUTEBLURB} - a blurb about editing disputes, using the INTROBLURB | -- ${DISPUTEBLURB} - a blurb about editing disputes, using the INTROBLURB | ||
Line 100: | Line 97: | ||
edit = {}, | edit = {}, | ||
move = {}, | move = {}, | ||
autoreview = { | autoreview = { | ||
autoconfirmed = { | autoconfirmed = { | ||
Line 215: | Line 211: | ||
} | } | ||
}, | }, | ||
autoreview = {} | autoreview = {} | ||
}, | }, | ||
Line 234: | Line 229: | ||
default = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]' | default = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]' | ||
.. ' from [[Help:Moving a page|page moves]]' | .. ' from [[Help:Moving a page|page moves]]' | ||
}, | }, | ||
autoreview = { | autoreview = { | ||
Line 264: | Line 255: | ||
move = { | move = { | ||
default = 'move-protected' | default = 'move-protected' | ||
}, | }, | ||
autoreview = { | autoreview = { | ||
Line 285: | Line 273: | ||
sysop = 'Padlock-olive.svg', | sysop = 'Padlock-olive.svg', | ||
templateeditor = 'Padlock-olive.svg' | templateeditor = 'Padlock-olive.svg' | ||
}, | }, | ||
autoreview = { | autoreview = { | ||
Line 307: | Line 292: | ||
move = { | move = { | ||
default = 'Wikipedia:Protection policy#move' | default = 'Wikipedia:Protection policy#move' | ||
}, | }, | ||
autoreview = { | autoreview = { | ||
Line 480: | Line 462: | ||
edit = true, | edit = true, | ||
move = false, | move = false, | ||
autoreview = true | autoreview = true | ||
}, | }, | ||
Line 569: | Line 550: | ||
.. ' [[Wikipedia:Requests for page protection|request]] that the page be' | .. ' [[Wikipedia:Requests for page protection|request]] that the page be' | ||
.. ' unprotected.', | .. ' unprotected.', | ||
['explanation-blurb-default'] = 'See the [[Wikipedia:Protection policy|' | ['explanation-blurb-default'] = 'See the [[Wikipedia:Protection policy|' | ||
Line 637: | Line 597: | ||
['edit-request-full-display'] = 'submit a request', | ['edit-request-full-display'] = 'submit a request', | ||
['edit-request-semi-display'] = 'request an edit', | ['edit-request-semi-display'] = 'request an edit', | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |