Changes
Jump to navigation
Jump to search
cfg.bannerDataNamespaceHasPriority = {
-- If the reason specified to the template is listed in this table,
-- namespace data will take priority over reason data in the bannerData
-- table.
vandalism = true,
}
cfg.bannerDataNamespaceKeys = {
-- The string to use as a namespace key for bannerData for each
-- namespace number.
[ 2] = 'user',
[ 3] = 'user',
[ 4] = 'project',
[ 6] = 'file',
[ 8] = 'mediawiki',
[ 10] = 'template',
[ 12] = 'project',
[ 14] = 'category',
[100] = 'portal',
}
--------------------------------------------------------------------------------
-- Intro text
--------------------------------------------------------------------------------
-- Shared intro text for the bannerData table.
local introText = {}
introText.move = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
.. ' from [[Help:Moving a page|page moves]]'
introText.create = '[[Help:Starting a new page|Recreation]] of this ${PAGETYPE}'
.. ' [[Help:Protection|has been disabled]]'
--------------------------------------------------------------------------------
-- Banner data table
--------------------------------------------------------------------------------
-- Shared explanation text for the bannerData table.
local explanationText = {}
explanationText.moreDetails = 'See the [[Wikipedia:Protection policy|'
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
--------------------------------------------------------------------------------
-- Banner data table
--------------------------------------------------------------------------------
cfg.bannerData = {}
-- Set the defaults for all protection types.
cfg.bannerData['all-all-all-all-all'] = {
text = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
.. ' from editing.',
explanation = 'Please discuss any changes on the ${TALKPAGELINK}; you'
.. ' may ${EDITREQUEST} to ask an'
.. ' [[Wikipedia:Administrators|administrator]] to make an edit if it'
.. ' is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '|uncontroversial]] or supported by [[Wikipedia:Consensus'
.. '|consensus]]. You may also [[Wikipedia:Requests for'
.. ' page protection#Current requests for reduction in protection level'
.. '|request]] that this page be unprotected.',
tooltip = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}.',
alt = 'Page ${PROTECTIONLEVEL}',
image = 'Transparent.gif',
category = 'Wikipedia protected pages'
}
-- Move-protection defaults.
cfg.bannerData['all-all-all-all-move'] = {
explanation = 'The page may still be edited but cannot be moved'
.. ' until unprotected. Please discuss any suggested moves on the'
.. ' ${TALKPAGELINK} or at [[Wikipedia:Requested moves]]. You can also'
.. ' [[Wikipedia:Requests for page protection|request]] that the page be'
.. ' unprotected.',
}
-- Create-protection defaults.
cfg.bannerData['all-all-all-all-create'] = {
explanation = '${DELETIONBLURB} If you would like to create a page'
.. ' at this title, you must first'
.. ' [[Wikipedia:Requests for page protection|request]] for it to be'
.. ' unprotected, or contact the administrator who deleted the page for the'
.. ' deleted material to be restored. If unsuccessful, you can use'
.. ' [[Wikipedia:Deletion review|deletion review]].',
}
-- Don't make an unprotection request link for pages in the MediaWiki namespace.
cfg.bannerData['all-mediawiki-all-all-all'] = {
explanation = 'Please discuss any changes on the ${TALKPAGELINK}; you'
.. ' may ${EDITREQUEST} to ask an'
.. ' [[Wikipedia:Administrators|administrator]] to make an edit if it'
.. ' is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '|uncontroversial]] or supported by [[Wikipedia:Consensus'
.. '|consensus]].',
}
-- Set defaults for temporarily-protected pages.
cfg.bannerData['temp-all-all-all-all'] = {
text = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
.. ' from editing until ${EXPIRY}.',
tooltip = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} until ${EXPIRY}.',
}
-- Semi-protected pages.
cfg.bannerData['all-all-all-autoconfirmed-edit'] = {
text = 'Editing of this ${PAGETYPE} by [[Wikipedia:User access levels'
.. '#New users|new]] or [[Wikipedia:User access levels#Unregistered users'
.. '|unregistered]] users is currently [[Help:Protection|disabled]].',
}
-- Temporarily semi-protected pages.
cfg.bannerData['temp-all-all-autoconfirmed-edit'] = {
text = 'Editing of this ${PAGETYPE} by [[Wikipedia:User access levels'
.. '#New users|new]] or [[Wikipedia:User access levels#Unregistered users'
.. '|unregistered]] users is currently [[Help:Protection|disabled]]'
.. ' until ${EXPIRY}.',
}
-- Move-protected pages.
cfg.bannerData['all-all-all-all-move'] = {
text = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
.. ' from [[Help:Moving a page|page moves]].',
}
-- Temporarily move-protected pages.
cfg.bannerData['temp-all-all-all-move'] = {
text = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
.. ' from [[Help:Moving a page|page moves]] until ${EXPIRY}.',
}
-- Create-protected pages.
cfg.bannerData['all-all-all-all-create'] = {
text = '[[Help:Starting a new page|Recreation]] of this ${PAGETYPE}'
.. ' [[Help:Protection|has been disabled]].',
}
-- Create-protected pages.
cfg.bannerData['temp-all-all-all-create'] = {
text = '[[Help:Starting a new page|Recreation]] of this ${PAGETYPE}'
.. ' [[Help:Protection|has been disabled]] until ${EXPIRY}.',
}
--------------------------------------------------------------------------------
-- Protection categories
--------------------------------------------------------------------------------
local bannerDataCategories = {
['all-all-office-all-all'] = 'Wikipedia Office-protected pages',
['all-all-reset-all-all'] = 'Wikipedia Office-protected pages',
['all-template-all-all-edit'] = 'Wikipedia protected templates',
['all-all-all-autoconfirmed-edit'] = 'Wikipedia semi-protected pages',
['indef-all-all-autoconfirmed-edit'] = 'Wikipedia indefinitely semi-protected pages',
['all-all-blp-autoconfirmed-edit'] = 'Wikipedia indefinitely semi-protected biographies of living people',
['temp-all-blp-autoconfirmed-edit'] = 'Wikipedia temporarily semi-protected biographies of living people',
['all-all-dispute-autoconfirmed-edit'] = 'Wikipedia pages semi-protected due to dispute',
['all-all-sock-autoconfirmed-edit'] = 'Wikipedia pages semi-protected from banned users',
['all-all-vandalism-autoconfirmed-edit'] = 'Wikipedia pages semi-protected against vandalism',
['all-category-all-autoconfirmed-edit'] = 'Wikipedia semi-protected categories',
['all-file-all-autoconfirmed-edit'] = 'Semi-protected images',
['all-portal-all-autoconfirmed-edit'] = 'Semi-protected portals',
['all-project-all-autoconfirmed-edit'] = 'Semi-protected project pages',
['all-talk-all-autoconfirmed-edit'] = 'Semi-protected talk pages',
['all-template-all-autoconfirmed-edit'] = 'Wikipedia semi-protected templates',
['all-template-all-autoconfirmed-edit'] = 'Wikipedia semi-protected templates',
['all-user-all-autoconfirmed-edit'] = 'Wikipedia semi-protected user and user talk pages',
['all-all-blp-sysop-edit'] = 'Wikipedia indefinitely protected biographies of living people',
['temp-all-blp-sysop-edit'] = 'Wikipedia temporarily protected biographies of living people',
['all-all-dispute-sysop-edit'] = 'Wikipedia pages protected due to dispute',
['all-all-sock-sysop-edit'] = 'Wikipedia pages protected from banned users',
['all-all-vandalism-sysop-edit'] = 'Wikipedia pages protected against vandalism',
['all-category-all-sysop-edit'] = 'Wikipedia protected categories',
['all-file-all-sysop-edit'] = 'Protected images',
['all-project-all-sysop-edit'] = 'Protected project pages',
['all-talk-all-sysop-edit'] = 'Protected talk pages',
['all-template-all-sysop-edit'] = 'Wikipedia protected templates',
['all-user-all-sysop-edit'] = 'Wikipedia protected user and user talk pages',
['all-all-all-sysop-move'] = 'Wikipedia move-protected pages',
['indef-all-all-sysop-move'] = 'Wikipedia indefinitely move-protected pages',
['all-all-dispute-sysop-move'] = 'Wikipedia pages move-protected due to dispute',
['all-all-vandalism-sysop-move'] = 'Wikipedia pages move-protected due to vandalism',
['all-portal-all-sysop-move'] = 'Wikipedia move-protected portals',
['all-portal-all-sysop-move'] = 'Wikipedia move-protected portals',
['all-project-all-sysop-move'] = 'Wikipedia move-protected project pages',
['all-talk-all-sysop-move'] = 'Wikipedia move-protected talk pages',
['all-template-all-sysop-move'] = 'Wikipedia move-protected templates',
['all-user-all-sysop-move'] = 'Wikipedia move-protected user and user talk pages',
['all-all-all-autoconfirmed-autoreview'] = 'Wikipedia pending changes protected pages (level 1)',
['all-all-all-reviewer-autoreview'] = 'Wikipedia pending changes protected pages (level 2)',
}
for key, cat in pairs(bannerDataCategories) do
local t = cfg.bannerData[key] or {}
t.category = cat
cfg.bannerData[key] = t
end
-- cfg.defaultBanners defaultBanner = { edit = {}, move = {}, create = {}, autoreview = {}} cfg.defaultBanners.edit.autoconfirmed = { alt text = 'Page semi-protected'} cfg.defaultBanners.edit.templateeditor = ${ alt = 'Page template-protected'INTROBLURB} cfg.defaultBanners.edit.default = { text = '$1.', explanation = 'See the [[Wikipedia:Protection policy|' .. 'protection policy]] and $10 for more details. $18{EXPLANATIONBLURB}', tooltip = 'This $4 is $7$8.', alt = 'Page protected'{TOOLTIPBLURB} cfg.defaultBanners.move.default = { text = '$1.', explanation = 'See the [[Wikipedia:Protection policy|' .. 'protection policy]] and $10 for more details. $18', tooltip = 'This $4 is $7$8.', alt = 'Page move-protected'} cfg.defaultBanners.create.default = { text = '$1.', explanation = 'See the [[Wikipedia:Protection policy|' .. 'protection policy]] and $10 for more details. $18', tooltip = 'This $4 is $7$8.', alt = 'Page creation-protected'} cfg.defaultBanners.create.reviewer = { alt = 'Page protected with pending changes level 2'} cfg.defaultBanners.create.autoconfirmed = { alt = 'Page protected with pending changes level 1'PROTECTIONLEVEL} cfg.defaultBanners.create.default = { text = '$1.', explanation = 'See the [[Wikipedia:Protection policy|' .. 'protection policy]] and $10 for more details. $18', tooltip = 'This $4 is $7$8.', alt = 'Page protected with pending changes'
-- The key strings follow this format: -- type, level, ns, reason, expiry ['all-all-all-all-all'] = 'Wikipedia protected pages', ['all-alloffice-all-office-all'] = 'Wikipedia Office-protected pages', ['all-all-reset-all-reset-all'] = 'Wikipedia Office-protected pages', ['edit-all-template-all-all-edit'] = 'Wikipedia protected templates', ['editall-autoconfirmedall-all-allautoconfirmed-alledit'] = 'Wikipedia semi-protected pages', ['editindef-autoconfirmedall-all-allautoconfirmed-indefedit'] = 'Wikipedia indefinitely semi-protected pages', ['edit-autoconfirmedall-all-blp-allautoconfirmed-edit'] = 'Wikipedia indefinitely semi-protected biographies of living people', ['edit-autoconfirmedtemp-all-blp-tempautoconfirmed-edit'] = 'Wikipedia temporarily semi-protected biographies of living people', ['edit-autoconfirmedall-all-dispute-allautoconfirmed-edit'] = 'Wikipedia pages semi-protected due to dispute', ['edit-autoconfirmedall-all-sock-allautoconfirmed-edit'] = 'Wikipedia pages semi-protected from banned users', ['edit-autoconfirmedall-all-vandalism-allautoconfirmed-edit'] = 'Wikipedia pages semi-protected against vandalism', ['edit-autoconfirmedall-category-all-allautoconfirmed-edit'] = 'Wikipedia semi-protected categories', ['edit-autoconfirmedall-file-all-allautoconfirmed-edit'] = 'Semi-protected images', ['edit-autoconfirmedall-portal-all-allautoconfirmed-edit'] = 'Semi-protected portals', ['edit-autoconfirmedall-project-all-allautoconfirmed-edit'] = 'Semi-protected project pages', ['edit-autoconfirmedall-talk-all-allautoconfirmed-edit'] = 'Semi-protected talk pages', ['edit-autoconfirmedall-template-all-allautoconfirmed-edit'] = 'Wikipedia semi-protected templates', ['edit-autoconfirmedall-template-all-allautoconfirmed-edit'] = 'Wikipedia semi-protected templates', ['edit-autoconfirmedall-user-all-allautoconfirmed-edit'] = 'Wikipedia semi-protected user and user talk pages', ['edit-sysopall-all-blp-allsysop-edit'] = 'Wikipedia indefinitely protected biographies of living people', ['edit-sysoptemp-all-blp-tempsysop-edit'] = 'Wikipedia temporarily protected biographies of living people', ['edit-sysopall-all-dispute-allsysop-edit'] = 'Wikipedia pages protected due to dispute', ['edit-sysopall-all-sock-allsysop-edit'] = 'Wikipedia pages protected from banned users', ['edit-sysopall-all-vandalism-allsysop-edit'] = 'Wikipedia pages protected against vandalism', ['edit-sysopall-category-all-allsysop-edit'] = 'Wikipedia protected categories', ['edit-sysopall-file-all-allsysop-edit'] = 'Protected images', ['edit-sysopall-project-all-allsysop-edit'] = 'Protected project pages', ['edit-sysopall-talk-all-allsysop-edit'] = 'Protected talk pages', ['edit-sysopall-template-all-allsysop-edit'] = 'Wikipedia protected templates', ['edit-sysopall-user-all-allsysop-edit'] = 'Wikipedia protected user and user talk pages', ['moveall-sysopall-all-allsysop-allmove'] = 'Wikipedia move-protected pages', ['moveindef-sysopall-all-allsysop-indefmove'] = 'Wikipedia indefinitely move-protected pages', ['move-sysopall-all-dispute-allsysop-move'] = 'Wikipedia pages move-protected due to dispute', ['move-sysopall-all-vandalism-allsysop-move'] = 'Wikipedia pages move-protected due to vandalism', ['move-sysopall-portal-all-allsysop-move'] = 'Wikipedia move-protected portals', ['move-sysopall-portal-all-allsysop-move'] = 'Wikipedia move-protected portals', ['move-sysopall-project-all-allsysop-move'] = 'Wikipedia move-protected project pages', ['move-sysopall-talk-all-allsysop-move'] = 'Wikipedia move-protected talk pages', ['move-sysopall-template-all-allsysop-move'] = 'Wikipedia move-protected templates', ['move-sysopall-user-all-allsysop-move'] = 'Wikipedia move-protected user and user talk pages', ['autoreviewall-autoconfirmedall-all-allautoconfirmed-allautoreview'] = 'Wikipedia pending changes protected pages (level 1)', ['autoreviewall-reviewerall-all-allreviewer-allautoreview'] = 'Wikipedia pending changes protected pages (level 2)',
msg['deletion-discussion-blurb-xfd'] = 'Please see the $16 or the $17 for'
.. ' details of why this page was deleted.'
msg['deletion-discussion-blurb-noxfd'] = 'Please see the $17 for'
.. ' details of why this page was deleted.'
use the old banner config style, but with the new parameter name scheme, and make more messages based on sentences rather than on snippets
-- enclosed in curly braces). Available parameters:
--
-- ${PAGETYPECURRENTVERSION} - a link to the type of page history or the move log, with the-- display message "current-version-edit-display" or-- "current-version-move-display".---- ${DELETIONDISCUSSION} - a link to the pagedeletion discussion, if a link-- to it was specified.---- ${DISPUTEBLURB} - a blurb about editing disputes, eusing the INTROBLURB-- parameter and the DISPUTESECTION parameter. E.g. "articleThis page is protected-- from editing until disputes have been resolved." or ---- ${DISPUTESECTION} - if a section link is passed to the module, this is-- a link to that section with the display message-- "templatedispute-section-link-display".Otherwise it is just the display-- Defined in the cfg.pagetypes tablemessage with no link.
--
-- ${PROTECTIONLEVELEDITREQUEST} - a link to create an edit request for the protection level, e.g. "fully protected" or-- "semi-protected"current page.
--
-- ${EXPIRY} - the protection expiry date in the format DD Month YYYY. If
-- protection is indefinite or is not set, this is the blank string.
--
-- ${EDITREQUESTEXPLANATIONBLURB} - an explanation blurb, e.g. "Please discuss any changes-- on the talk page; you may submit a link request to create ask an administrator to make-- an edit request for if it is minor or supported by consensus."---- ${INTROBLURB} - the PROTECTIONBLURB parameter, plus the expiry if an expiry-- is set. E.g. "Editing of this page by new or unregistered users is currently -- disabled until dd Month YYYY"---- ${PAGETYPE} - the type of the page, e.g. "article" or "template".-- Defined in the cfg.pagetypes table.---- ${PROTECTIONBLURB} - a blurb explaining the protection level of the current page, e.g.-- "Editing of this page by new or unregistered users is currently disabled"
--
-- ${TALKPAGELINKPROTECTIONDATEBLURB} - a link to blurb explaining when the talk pagewas protected, e.g. If a section is specified, links-- straight to that talk page section."It was protected
--
-- ${DELETIONREASONSBLURBPROTECTIONLEVEL} - a blurb about why the page was deletedprotection level, e. For-- example, "Please see the deletion discussion or the protection log for-- details of why this page was deletedg." Uses the message-- fully protected"deletion-discussion-blurb-xfd" if a link to a deletion discussion isor-- present, or "deletion-discussion-blurbsemi-noxfdprotected" if not.
--
-- ${PROTECTIONLOG} - a link to the protection log or the pending changes log,
-- depending on the protection action.
--
-- ${TALKPAGE} - a link to the talk page. If a section is specified, links
-- straight to that talk page section.
--
-- ${TOOLTIPBLURB} - uses the PAGETYPE, PROTECTIONTYPE and EXPIRY parameters to
-- create a blurb like "This template is semi-protected", or "This article is
-- move-protected until DD Month YYYY".
--]]
--------------------------------------------------------------------------------
-- $18 = The explanation text, based on the protection action and level.
}
cfg.banners.edit.blp = {
text = '$1 {INTROBLURB} to promote compliance with'
.. ' [[Wikipedia:Biographies of living persons'
.. "|Wikipedia's policy on the biographies"
.. ' of living people]].',
tooltip = '$1 {TOOLTIPBLURB} to promote compliance with the policy on biographies of'
.. ' living people',
categoryOrder = 'reason',
cfg.banners.edit.dispute = {
text = '$1 $2 editing $3 have been resolved.{DISPUTEBLURB}', explanation = "This protection is '''not''' an endorsement of the " .. ' $9{CURRENTVERSION}."${EXPLANATIONBLURB}',
tooltip = 'due to editing disputes',
categoryOrder = 'reason',
cfg.banners.edit.template = {
text = 'This is a permanently [[Help:Protection|protected]] $4{PAGETYPE}, ' .. ' as it is [[Wikipedia:High-risk templates|high-risk]]$8.', explanation = 'Please discuss any changes on the $11{TALKPAGE}; you may ' .. ' $12 {EDITREQUEST} to ask an'
.. ' [[Wikipedia:Administrators|administrator]] or'
.. ' [[Wikipedia:Template editor|template editor]] to make an edit if'
.. ' it is [[Help:Minor edit#When to mark an edit as a minor edit'
.. '|uncontroversial]] or supported by'
.. ' [[Wikipedia:Consensus|consensus]].$13You can also' .. ' [[Wikipedia:Requests for page protection|request]] that the page be' .. ' unprotected.', tooltip = 'This high-risk $4 {PAGETYPE} is permanently $7 {PROTECTIONLEVEL}' .. ' to prevent vandalism', alt = 'Permanently protected $4{PAGETYPE}',
}
cfg.banners.edit.office = {
text = 'This $4 {PAGETYPE} is currently under the scrutiny of the'
.. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]'
.. ' and is protected. It has been protected since $5.',
cfg.banners.edit.sock = {
text = '$1 {INTROBLURB} to prevent [[Wikipedia:Sock puppetry|sock puppets]] of'
.. ' [[Wikipedia:Blocking policy|blocked]] or'
.. ' [[Wikipedia:List of banned users|banned users]]'
.. ' from editing it',
tooltip = '$1 {TOOLTIPBLURB} to prevent sock puppets of blocked or banned users from'
.. ' editing it',
categoryOrder = 'reason',
cfg.banners.edit.usertalk = {
text = '$1 {INTROBLURB} to prevent $6 from using it to make disruptive edits,'
.. ' such as abusing the'
.. ' {{[[Template:unblock|unblock]]}} template',
cfg.banners.edit.vandalism = {
text = '$1 {INTROBLURB} due to [[Wikipedia:Vandalism|vandalism]]', tooltip = '$1 {TOOLTIPBLURB} due to vandalism',
categoryOrder = 'namespace',
}
}
cfg.banners.autoreview.pc1 autoconfirmed = { text = 'All edits made to this $4 {PAGETYPE} by'
.. ' [[Wikipedia:User access levels#New users|new]] or'
.. ' [[Wikipedia:User access levels#Unregistered users|unregistered]]'
}
cfg.banners.autoreview.pc2 default = { text = 'All edits made to this $4 {PAGETYPE} by users who are not'
.. ' [[Wikipedia:Reviewing|reviewers]] or'
.. ' [[Wikipedia:Administrators|administrators]] are currently'
image = 'Padlock-orange.svg'
}
--------------------------------------------------------------------------------
-- Protection blurbs
--------------------------------------------------------------------------------
cfg.protectionBlurbs = {
edit = {},
move = {},
create = {},
autoreview = {}
}
cfg.protectionBlurbs.edit.default = 'This ${PAGETYPE} is currently [[Help:Protection|'
.. 'protected]] from editing'
cfg.protectionBlurbs.edit.autoconfirmed = 'Editing of this ${PAGETYPE} by [[Wikipedia:User access'
.. ' levels#New users|new]] or [[Wikipedia:User access levels#Unregistered'
.. ' users|unregistered]] users is currently [[Help:Protection|disabled]]'
cfg.protectionBlurbs.move.default = 'This ${PAGETYPE} is currently [[Help:Protection|protected]]'
.. ' from [[Help:Moving a page|page moves]]'
cfg.protectionBlurbs.create.default = '[[Help:Starting a new page|Recreation]] of this ${PAGETYPE}'
.. ' [[Help:Protection|has been disabled]]'
cfg.protectionBlurbs.autoreview.autoconfirmed = 'All edits made to this ${PAGETYPE} 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]]'
cfg.protectionBlurbs.autoreview.default = 'All edits made to this ${PAGETYPE} by users who are not'
.. ' [[Wikipedia:Reviewing|reviewers]] or'
.. ' [[Wikipedia:Administrators|administrators]] are currently'
.. ' [[Wikipedia:Pending changes|subject to review]]'
--------------------------------------------------------------------------------
-- Protection categories
--------------------------------------------------------------------------------
cfg.reasonsWithNamespacePriority = {
-- If the reason specified to the template is listed in this table,
-- namespace data will take priority over reason data in the protectionCategories
-- table.
vandalism = true,
}
cfg.categoryNamespaceKeys = {
-- The string to use as a namespace key for the protectionCategories table for each
-- namespace number.
[ 2] = 'user',
[ 3] = 'user',
[ 4] = 'project',
[ 6] = 'file',
[ 8] = 'mediawiki',
[ 10] = 'template',
[ 12] = 'project',
[ 14] = 'category',
[100] = 'portal',
}
cfg.protectionCategories = {
}
--------------------------------------------------------------------------------
-- Reason textIntro blurb-------------------------------------------------------------------------------- msg['intro-blurb-expiry'] = '${PROTECTIONBLURB} until ${EXPIRY}'msg['intro-blurb-noexpiry'] = '${PROTECTIONBLURB}' ---------------------------------------------------------------------------------- Tooltip blurb-------------------------------------------------------------------------------- msg['tooltip-blurb-expiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} until ${EXPIRY}'msg['tooltip-blurb-noexpiry'] = 'This ${PAGETYPE} is ${PROTECTIONLEVEL}' ---------------------------------------------------------------------------------- Explanation blurb
--------------------------------------------------------------------------------
msg['reasonexplanation-textblurb-semifull-subject'] = 'Editing of this See the [[Wikipedia:Protection policy|' .. 'protection policy]] and ${PROTECTIONLOG} for more details.' .. ' Please discuss any changes on the ${TALKPAGE}; you' .. ' may $4 by {EDITREQUEST} to ask an' .. ' [[Wikipedia:User accessAdministrators|administrator]] to make an edit if it' .. ' levelsis [[Help:Minor edit#New usersWhen to mark an edit as a minor edit' .. '|newuncontroversial]] or supported by [[Wikipedia:Consensus' .. '|consensus]]. You may also [[Wikipedia:User access levelsRequests for' .. ' page protection#UnregisteredCurrent requests for reduction in protection level' .. '|request]] that this page be unprotected.' msg['explanation-blurb-full-nounprotect'] = 'See the [[Wikipedia:Protection policy|' .. 'protection policy]] and ${PROTECTIONLOG} for more details.' .. ' Please discuss any changes on the ${TALKPAGE}; you' .. ' usersmay ${EDITREQUEST} to ask an' .. ' [[Wikipedia:Administrators|unregisteredadministrator]] users to make an edit if it' .. ' is currently [[Help:Minor edit#When to mark an edit as a minor edit' .. '|uncontroversial]] or supported by [[Wikipedia:Consensus' .. '|consensus]].' msg['explanation-blurb-move-subject'] = 'See the [[Wikipedia:Protectionpolicy|disabled' .. 'protection policy]]and ${PROTECTIONLOG} for more details.' .. ' The page may still be edited but cannot be moved' .. ' until unprotected. Please discuss any suggested moves on the' .. ' $8{TALKPAGE} or at [[Wikipedia:Requested moves]]. You can also' .. ' [[Wikipedia:Requests for page protection|request]] that the page be' .. ' unprotected.' msg['reasonexplanation-textblurb-move-talk'] = 'This See the [[Wikipedia:Protection policy|' .. 'protection policy]] and $4 is currently {PROTECTIONLOG} for more details.' .. ' The page may still be edited but cannot be moved' .. ' until unprotected. Please discuss any suggested moves at' .. ' [[Wikipedia:Requested moves]]. You can also' .. ' [[Wikipedia:Requests for page protection|request]] that the page be' .. ' unprotected.' msg['explanation-blurb-create-xfd'] = 'See the [[HelpWikipedia:Protectionpolicy|protected' .. 'protection policy]]and ${PROTECTIONLOG} for more details.' .. ' Please see the ${DELETIONDISCUSSION}' .. ' or the ${PROTECTIONLOG} for' .. ' details of why this page was deleted. If you would like to create a page' .. ' at this title, you must first' .. ' from [[HelpWikipedia:Moving a Requests for pageprotection|request]] for it to be' .. ' unprotected, or contact the administrator who deleted the page movesfor the' .. ' deleted material to be restored. If unsuccessful, you can use' .. ' [[Wikipedia:Deletion review|deletion review]]$8.' msg['reasonexplanation-textblurb-create-noxfd'] = 'See the [[HelpWikipedia:Starting Protection policy|' .. 'protection policy]] and ${PROTECTIONLOG} for more details.' .. ' Please see the ${PROTECTIONLOG}' .. ' for details of why this page was deleted. If you would like to create a new page' .. ' at this title, you must first' .. ' [[Wikipedia:Requests for page protection|Recreationrequest]] of this $4for it to be' .. ' unprotected, or contact the administrator who deleted the page for the' .. ' deleted material to be restored. If unsuccessful, you can use' .. ' [[HelpWikipedia:ProtectionDeletion review|has been disableddeletion review]]$8.' msg['reasonexplanation-textblurb-default'] = 'This $4 is currently See the [[HelpWikipedia:Protectionpolicy|' .. 'protection policy]] and ${PROTECTIONLOG} for more details.' .. ' You may [[Wikipedia:Requests for page' .. ' protection#Current requests for edits to a protectedpage|request an' .. ' edit]] to this page, or [[Wikipedia:Requests for' .. ' page protection#Current requests for reduction in protection level' .. '|ask]] from editingfor it to be unprotected.'
--------------------------------------------------------------------------------
-- Explanation textDispute blurb
--------------------------------------------------------------------------------
msg['dispute-blurb-expiry'] = '${INTROBLURB} or until editing ${DISPUTESECTION} have been resolved.'
msg['dispute-blurb-noexpiry'] = '${INTROBLURB} until editing ${DISPUTESECTION} have been resolved.'
msg['dispute-section-link-display'] = 'disputes'
---------------------------------------------------------------------------------- Protection log links-------------------------------------------------------------------------------- msg['disputeprotection-move-linklog-display'] = 'current titleprotection log'msg['dispute-editpc-linklog-display'] = 'current pending changes log' ---------------------------------------------------------------------------------- Current version'messages--------------------------------------------------------------------------------
msg['morecurrent-detailsversion-pc-logmove-display'] = 'pending changes logcurrent title'msg['morecurrent-detailsversion-protection-logedit-display'] = 'protection logcurrent version' ---------------------------------------------------------------------------------- Explanation text--------------------------------------------------------------------------------
msg['talk-page-link-display'] = 'talk page'
msg['semi-subject-page-links'] = ' $12, discuss changes on the $11,'
--------------------------------------------------------------------------------
-- Deletion blurb
--------------------------------------------------------------------------------
msg['deletion-discussion-link-display'] = 'deletion discussion'
msg['deletion-log-link-display'] = 'deletion log'
--------------------------------------------------------------------------------