Changes
various simplifications and formatting
-- $11 = A link to the page history, with display msg['dispute-edit-link-display']
-- $12 = A link to the move log, with display msg['dispute-move-link-display']
-- $13 = A link to the protection log or the pending changes log, with display -- msg['more-details-protection-log-display'] or msg['more-details-pc-log-display']
-- $14 = Talk page link
-- $15 = Edit request link
-- $20 = {{#ifeq:{{NAMESPACE}}|{{ns:6}}|image, included in a high-risk template or message,|high-risk {{pp-meta/pagetype}} }}
-- $21 = "semi-protected from editing", "protected from editing" or "move-protected"
-- $22 = "This protection is '''not''' an endorsement of the current version"
cfg.banners = {
cfg.banners.edit.dispute = {
text = '$1 $2 editing $3 have been resolved',
explanation = "This protection is '''not'$22'' an endorsement of the $11",
tooltip = 'due to editing disputes',
dispute = true,
cfg.banners.edit.template = {
text = 'This is a permanently [[Help:Protection|protected]] $20 4, as it is permanently [[Wikipedia:High-risk templates|high-risk]]$21 to prevent vandalism9',
explanation = 'Please discuss any changes on the $14; you may $15 to ask an'
.. ' [[Wikipedia:Administrators|administrator]] or'
.. ' it is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '|uncontroversial]] or supported by'
.. ' [[Wikipedia:Consensus|consensus]].$16', tooltip = 'This high-risk $4 is permanently $21 to prevent vandalism', alt = 'Permanently protected $4',
}
.. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]'
.. ' and is protected. $5',
explanation = "If you can edit this page, please discuss all changes and"
.. " additions on the $14 first. '''Do not remove protection from this"
.. " page unless you are authorized by the Wikimedia Foundation to do"
.. " so.'''",
categoryOrder = 'reason',
}
.. ' without approval from someone from the [[WP:OFFICE|Office]].'
.. " No editor may remove this notice.'''",
explanation = "If you can edit this page, please discuss all changes and"
.. " additions on the $14 first. '''Do not remove protection from this"
.. " page unless you are authorized by the Wikimedia Foundation to do"
.. " so.'''",
categoryOrder = 'reason',
categoryReason = 'office',
cfg.banners.autoreview.pc1 = {
text = 'All edits made to this $4 by'
.. ' [[Wikipedia:User access levels#New users|new]] or'
.. ' [[Wikipedia:User access levels#Unregistered users|unregistered]]'
.. ' users are currently'
.. ' [[Wikipedia:Pending changes|subject to review]]$9',
alt = 'Page protected with pending changes level 1',
tooltip = 'All edits by unregistered and new users are subject to review'
}
cfg.banners.autoreview.pc2 = {
text = 'All edits made to this $4 by users who are not'
.. ' [[Wikipedia:Reviewing|reviewers]] or'
.. ' [[Wikipedia:Administrators|administrators]] are currently'
.. ' [[Wikipedia:Pending changes|subject to review]]$9',
alt = 'Page protected with pending changes level 2',
tooltip = 'All edits by users who are not reviewers or administrators are'
.. ' subject to review'
}
-- Parameters are the same as for the banner table.
msg['icon-text-default'] = 'This $4 is $8$9$10'
--------------------------------------------------------------------------------
msg['alt-text-semi'] = 'Page semi-protected'
msg['alt-text-move'] = 'Page move-protected'
msg['alt-text-create'] = 'Page creation-protected'
msg['alt-text-default'] = 'Page protected'
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
msg['dispute-edit-link-display'] = 'current version'
msg['more-details'] = 'See the [[Wikipedia:Protection policy|' .. 'protection policy]] and $13 for more details.'
msg['more-details-pc-log-display'] = 'pending changes log'
msg['more-details-protection-log-display'] = 'protection log'
msg['edit-request-semi-display'] = 'request an edit'
msg['request-unprotection-blurb'] = ' You may also [[Wikipedia:Requests for ' .. ' page protection#Current requests for reduction in protection level' .. '|request]] that this page be unprotected.'
msg['semi-subject-page-links'] = ' $15, discuss changes on the $14,'
msg['deletion-log-link-display'] = 'deletion log'
--------------------------------------------------------------------------------