Changes

Jump to: navigation, search

Module:Protection banner/config

800 bytes added, 18:48, 25 June 2014
further conversion
-- is set. E.g. "Editing of this page by new or unregistered users is currently
-- disabled until dd Month YYYY"
--
-- ${OFFICEBLURB} - a blurb about pages protected by the WMF office. If the
-- protection date has been specified, includes a sentence saying when the page
-- was protected.
--
-- ${PAGETYPE} - the type of the page, e.g. "article" or "template".
-- "Editing of this page by new or unregistered users is currently disabled"
--
-- ${PROTECTIONDATEBLURBPROTECTIONDATE} - a blurb explaining when the page was protectedprotection date, e.g.if it has been supplied to the-- "It was protected template.
--
-- ${PROTECTIONLEVEL} - the protection level, e.g. "fully protected" or
-- ${PROTECTIONLOG} - a link to the protection log or the pending changes log,
-- depending on the protection action.
--
-- ${RESETBLURB} - a blurb for pages using {{pp-reset}}. If the protection
-- date is specified, this includes information about when the page was
-- protected.
--
-- ${TALKPAGE} - a link to the talk page. If a section is specified, links
tooltip = '${TOOLTIPBLURB}.',
alt = 'Page ${PROTECTIONLEVEL}'
}
 
cfg.defaultBanners = {
edit = {},
move = {},
create = {},
autoreview = {}
}
cfg.banners.edit.office = {
text = 'This ${PAGETYPEOFFICEBLURB} is currently under the scrutiny of the' .. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]' .. ' and is protected. It has been protected since $5.',
explanation = "If you can edit this page, please discuss all changes and"
.. " additions on the $11 {TALKPAGE} first. '''Do not remove protection from this"
.. " page unless you are authorized by the Wikimedia Foundation to do"
.. " so.'''",
cfg.banners.edit.reset = {
text = 'On $5 this article was reduced to a simplified,' ..' "bare bones" version so that it may be completely rewritten to' .. ' ensure it meets the policies of' .. ' [[WP:NPOV|Neutral Point of View]] and [[WP:V|Verifiability]].{RESETBLURB}'
.. ' Standard Wikipedia policies will apply to its rewriting—which'
.. ' will eventually be open to all editors—and will be strictly'
.. " No editor may remove this notice.'''",
explanation = "If you can edit this page, please discuss all changes and"
.. " additions on the $11 {TALKPAGE} first. '''Do not remove protection from this"
.. " page unless you are authorized by the Wikimedia Foundation to do"
.. " so.'''",
cfg.banners.move.vandalism = {
}
 
cfg.banners.create = {
image = 'Padlock-skyblue.svg'
}
cfg.banners.autoreview.autoconfirmed = {
text = '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]]$8',
alt = 'Page protected with pending changes level 1',
tooltip = 'All edits by unregistered and new users are subject to review',
cfg.banners.autoreview.default = {
text = '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]]$8',
alt = 'Page protected with pending changes level 2',
tooltip = 'All edits by users who are not reviewers or administrators are'
.. ' subject to review',
image = 'Padlock-orange.svg'
}
.. ' [[Wikipedia:Administrators|administrators]] are currently'
.. ' [[Wikipedia:Pending changes|subject to review]]'
 
--------------------------------------------------------------------------------
-- Protection levels
--------------------------------------------------------------------------------
 
cfg.protectionLevels = {
edit = {},
move = {},
create = {},
autoreview = {}
}
 
cfg.protectionLevels.edit.default = 'protected'
cfg.protectionLevels.edit.templateeditor = 'template-protected'
cfg.protectionLevels.edit.autoconfirmed = 'semi-protected'
cfg.protectionLevels.move.default = 'move-protected'
cfg.protectionLevels.create.default = 'creation-protected'
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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'
--------------------------------------------------------------------------------
-- Explanation textTalk page
--------------------------------------------------------------------------------
msg['talk-page-link-display'] = 'talk page'
 
--------------------------------------------------------------------------------
-- Edit requests
--------------------------------------------------------------------------------
 
msg['edit-request-full-display'] = 'submit a request'
msg['edit-request-semi-display'] = 'request an edit'
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'
 
--------------------------------------------------------------------------------
-- Office blurb
--------------------------------------------------------------------------------
 msg['office-blurb- Deletion protectiondate'] = 'This ${PAGETYPE} is currently under the' .. ' scrutiny of the' .. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]' .. ' and is protected. It has been protected since ${PROTECTIONDATE}.' msg['office-blurb-noprotectiondate'] = 'This ${PAGETYPE} is currently under the' .. ' scrutiny of the' .. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]' .. ' and is protected.' ---------------------------------------------------------------------------------- Reset blurb
--------------------------------------------------------------------------------
msg['deletion-discussion-link-display'] = 'deletion discussion'
msg['deletion-log-link-display'] = 'deletion log'
 
text = 'On ${PROTECTIONDATE} this article was reduced to a simplified,'
..' "bare bones" version so that it may be completely rewritten to'
.. ' ensure it meets the policies of'
.. ' [[WP:NPOV|Neutral Point of View]] and [[WP:V|Verifiability]].'
--------------------------------------------------------------------------------
msg['tracking-category-create'] = 'Wikipedia pages tagged as create-protected'
msg['tracking-category-template'] = 'Wikipedia template-protected pages other than templates and modules'
 
--------------------------------------------------------------------------------
-- Protection levels
--------------------------------------------------------------------------------
 
msg['protection-level-full'] = 'fully protected'
msg['protection-level-template'] = 'template-protected'
msg['protection-level-semi'] = 'semi-protected'
msg['protection-level-move'] = 'move-protected'
msg['protection-level-create'] = 'creation-protected'
msg['protection-level-default'] = 'protected'
--------------------------------------------------------------------------------
Anonymous user

Navigation menu