Editing Module:Protection banner/config

From MINR.ORG WIKI

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 41: Line 41:
 
--
 
--
 
-- ${EDITREQUEST} - a link to create an edit request for the current page.
 
-- ${EDITREQUEST} - a link to create an edit request for the 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.
 
--
 
--
 
-- ${EXPLANATIONBLURB} - an explanation blurb, e.g. "Please discuss any changes
 
-- ${EXPLANATIONBLURB} - an explanation blurb, e.g. "Please discuss any changes
Line 129: Line 132:
 
-- The default banner data. This holds banner data for different protection
 
-- The default banner data. This holds banner data for different protection
 
-- levels.
 
-- levels.
-- *required* - this table needs edit, move, autoreview and upload subtables.
+
-- *required* - this table needs edit, move, and autoreview subtables.
 
defaultBanners = {
 
defaultBanners = {
 
edit = {},
 
edit = {},
Line 136: Line 139:
 
autoconfirmed = {
 
autoconfirmed = {
 
alt = 'Page protected with pending changes level 1',
 
alt = 'Page protected with pending changes level 1',
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',
 
image = 'Padlock-silver-light.svg'
 
image = 'Padlock-silver-light.svg'
 
},
 
},
Line 142: Line 145:
 
alt = 'Page protected with pending changes level 2',
 
alt = 'Page protected with pending changes level 2',
 
tooltip = 'All edits by users who are not reviewers or administrators are'
 
tooltip = 'All edits by users who are not reviewers or administrators are'
.. ' subject to review prior to becoming visible to unregistered users',
+
.. ' subject to review',
image = 'Padlock-orange.svg'
 
 
}
 
}
},
+
}
upload = {}
 
 
},
 
},
  
Line 157: Line 158:
 
-- module documentation.
 
-- module documentation.
 
--
 
--
-- *required* - this table needs edit, move, autoreview and upload subtables.
+
-- *required* - this table needs edit, move, and autoreview subtables.
 
banners = {
 
banners = {
 
edit = {
 
edit = {
Line 163: Line 164:
 
description = 'For pages protected to promote compliance with the'
 
description = 'For pages protected to promote compliance with the'
 
.. ' [[Wikipedia:Biographies of living persons'
 
.. ' [[Wikipedia:Biographies of living persons'
.. '|biographies of living persons]] policy',
+
.. '|biographies of living persons]] policy.',
 
text = '${INTROFRAGMENT} to promote compliance with'
 
text = '${INTROFRAGMENT} to promote compliance with'
 
.. ' [[Wikipedia:Biographies of living persons'
 
.. ' [[Wikipedia:Biographies of living persons'
Line 173: Line 174:
 
dmca = {
 
dmca = {
 
description = 'For pages protected by the Wikimedia Foundation'
 
description = 'For pages protected by the Wikimedia Foundation'
.. ' due to [[Digital Millennium Copyright Act]] takedown requests',
+
.. ' due to Digital Millennium Copyright Act takedown requests.',
 
explanation = function (protectionObj, args)
 
explanation = function (protectionObj, args)
 
local ret = 'Pursuant to a rights owner notice under the Digital'
 
local ret = 'Pursuant to a rights owner notice under the Digital'
Line 194: Line 195:
 
},
 
},
 
dispute = {
 
dispute = {
description = 'For pages protected due to editing disputes',
+
description = 'For pages protected due to editing disputes.',
 
text = function (protectionObj, args)
 
text = function (protectionObj, args)
 
-- Find the value of "disputes".
 
-- Find the value of "disputes".
Line 223: Line 224:
 
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
 
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
 
tooltip = '${TOOLTIPFRAGMENT} due to editing disputes',
 
tooltip = '${TOOLTIPFRAGMENT} due to editing disputes',
},
 
ecp = {
 
description = 'For articles in topic areas authorized by'
 
.. ' [[Wikipedia:Arbitration Committee|ArbCom]] or'
 
.. ' meets the criteria for community use',
 
tooltip = 'This ${PAGETYPE} is extended-confirmed protected',
 
alt = 'Extended-protected ${PAGETYPE}',
 
 
},
 
},
 
mainpage = {
 
mainpage = {
description = 'For pages protected for being displayed on the [[Main Page]]',
+
description = 'For pages protected for being displayed on the [[Main Page]].',
 
text = 'This file is currently'
 
text = 'This file is currently'
 
.. ' [[Wikipedia:This page is protected|protected]] from'
 
.. ' [[Wikipedia:This page is protected|protected]] from'
Line 245: Line 239:
 
},
 
},
 
office = {
 
office = {
description = 'For pages protected by the Wikimedia Foundation',
+
description = 'For pages protected by the Wikimedia Foundation.',
 
text = function (protectionObj, args)
 
text = function (protectionObj, args)
 
local ret = 'This ${PAGETYPE} is currently under the'
 
local ret = 'This ${PAGETYPE} is currently under the'
Line 264: Line 258:
 
reset = {
 
reset = {
 
description = 'For pages protected by the Wikimedia Foundation and'
 
description = 'For pages protected by the Wikimedia Foundation and'
.. ' "reset" to a bare-bones version',
+
.. ' "reset" to a bare-bones version.',
 
  text = 'This ${PAGETYPE} is currently under the'
 
  text = 'This ${PAGETYPE} is currently under the'
 
.. ' scrutiny of the'
 
.. ' scrutiny of the'
Line 301: Line 295:
 
sock = {
 
sock = {
 
description = 'For pages protected due to'
 
description = 'For pages protected due to'
.. ' [[Wikipedia:Sock puppetry|sock puppetry]]',
+
.. ' [[Wikipedia:Sock puppetry|sock puppetry]].',
 
text = '${INTROFRAGMENT} to prevent [[Wikipedia:Sock puppetry|sock puppets]] of'
 
text = '${INTROFRAGMENT} to prevent [[Wikipedia:Sock puppetry|sock puppets]] of'
 
.. ' [[Wikipedia:Blocking policy|blocked]] or'
 
.. ' [[Wikipedia:Blocking policy|blocked]] or'
.. ' [[Wikipedia:Banning policy|banned users]]'
+
.. ' [[Wikipedia:List of banned users|banned users]]'
 
.. ' from editing it.',
 
.. ' from editing it.',
 
tooltip = '${TOOLTIPFRAGMENT} to prevent sock puppets of blocked or banned users from'
 
tooltip = '${TOOLTIPFRAGMENT} to prevent sock puppets of blocked or banned users from'
Line 311: Line 305:
 
template = {
 
template = {
 
description = 'For [[Wikipedia:High-risk templates|high-risk]]'
 
description = 'For [[Wikipedia:High-risk templates|high-risk]]'
.. ' templates and Lua modules',
+
.. ' templates and Lua modules.',
 
text = 'This is a permanently [[Help:Protection|protected]] ${PAGETYPE},'
 
text = 'This is a permanently [[Help:Protection|protected]] ${PAGETYPE},'
 
.. ' as it is [[Wikipedia:High-risk templates|high-risk]].',
 
.. ' as it is [[Wikipedia:High-risk templates|high-risk]].',
Line 329: Line 323:
 
usertalk = {
 
usertalk = {
 
description = 'For pages protected against disruptive edits by a'
 
description = 'For pages protected against disruptive edits by a'
.. ' particular user',
+
.. ' particular user.',
 
text = '${INTROFRAGMENT} to prevent ${VANDAL} from using it to make disruptive edits,'
 
text = '${INTROFRAGMENT} to prevent ${VANDAL} from using it to make disruptive edits,'
 
.. ' such as abusing the'
 
.. ' such as abusing the'
Line 346: Line 340:
 
vandalism = {
 
vandalism = {
 
description = 'For pages protected against'
 
description = 'For pages protected against'
.. ' [[Wikipedia:Vandalism|vandalism]]',
+
.. ' [[Wikipedia:Vandalism|vandalism]].',
 
text = '${INTROFRAGMENT} due to [[Wikipedia:Vandalism|vandalism]].',
 
text = '${INTROFRAGMENT} due to [[Wikipedia:Vandalism|vandalism]].',
 
explanation = function (protectionObj, args)
 
explanation = function (protectionObj, args)
Line 362: Line 356:
 
dispute = {
 
dispute = {
 
description = 'For pages protected against page moves due to'
 
description = 'For pages protected against page moves due to'
.. ' disputes over the page title',
+
.. ' disputes over the page title.',
 
explanation = "This protection is '''not''' an endorsement of the"
 
explanation = "This protection is '''not''' an endorsement of the"
 
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
 
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}',
Line 370: Line 364:
 
description = 'For pages protected against'
 
description = 'For pages protected against'
 
.. ' [[Wikipedia:Vandalism#Page-move vandalism'
 
.. ' [[Wikipedia:Vandalism#Page-move vandalism'
.. ' |page-move vandalism]]'
+
.. ' |page-move vandalism]].'
 
}
 
}
 
},
 
},
autoreview = {},
+
autoreview = {}
upload = {}
 
 
},
 
},
  
Line 395: Line 388:
 
--
 
--
 
-- It is possible to use banner parameters inside this table.
 
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
+
-- *required* - this table needs edit, move, and autoreview subtables.
 
protectionBlurbs = {
 
protectionBlurbs = {
 
edit = {
 
edit = {
Line 402: Line 395:
 
autoconfirmed = 'Editing of this ${PAGETYPE} by [[Wikipedia:User access'
 
autoconfirmed = 'Editing of this ${PAGETYPE} by [[Wikipedia:User access'
 
.. ' levels#New users|new]] or [[Wikipedia:User access levels#Unregistered'
 
.. ' levels#New users|new]] or [[Wikipedia:User access levels#Unregistered'
.. ' users|unregistered]] users is currently [[Help:Protection|disabled]]',
+
.. ' users|unregistered]] users is currently [[Help:Protection|disabled]]'
extendedconfirmed = 'This ${PAGETYPE} is ${PROTECTIONLEVEL} as a result of'
 
.. ' [[Wikipedia:Arbitration Committee|ArbCom]] enforcement or meets the'
 
.. ' [[Wikipedia:Protection policy#extended|criteria for community use]]',
 
 
},
 
},
 
move = {
 
move = {
Line 421: Line 411:
 
.. ' [[Wikipedia:Administrators|administrators]] are currently'
 
.. ' [[Wikipedia:Administrators|administrators]] are currently'
 
.. ' [[Wikipedia:Pending changes|subject to review]]'
 
.. ' [[Wikipedia:Pending changes|subject to review]]'
},
 
upload = {
 
default = 'Uploading new versions of this ${PAGETYPE} is currently disabled'
 
 
}
 
}
 
},
 
},
Line 443: Line 430:
 
--
 
--
 
-- It is possible to use banner parameters inside this table.
 
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
+
-- *required* - this table needs edit, move, and autoreview subtables.
 
explanationBlurbs = {
 
explanationBlurbs = {
 
edit = {
 
edit = {
Line 462: Line 449:
 
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
 
.. '|request unprotection]], [[Special:Userlogin|log in]], or'
 
.. ' [[Special:UserLogin/signup|create an account]].',
 
.. ' [[Special:UserLogin/signup|create an account]].',
},
 
extendedconfirmed = {
 
default = 'Extended confirmed protection prevents edits from all IP editors'
 
.. ' and registered users with fewer than 30 days tenure and 500 edits.'
 
.. ' The [[Wikipedia:Protection policy#extended|policy on community use]]'
 
.. ' specifies that extended confirmed protection can be applied to combat'
 
.. ' disruption, given that semi-protection has proven to be ineffective.'
 
.. ' Please discuss any changes on the ${TALKPAGE}; you may'
 
.. ' ${EDITREQUEST} to ask for unconversial changes supported by'
 
.. ' [[Wikipedia:Consensus|consensus]].'
 
 
},
 
},
 
default = {
 
default = {
Line 533: Line 510:
 
.. ' [[Special:UserLogin/signup|create an account]].'
 
.. ' [[Special:UserLogin/signup|create an account]].'
 
},
 
},
},
 
upload = {
 
default = {
 
default = 'See the [[Wikipedia:Protection policy|'
 
.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
 
.. ' The page may still be edited but new versions of the file'
 
.. ' cannot be uploaded until it is unprotected. You can'
 
.. ' request that a new version be uploaded by using a'
 
.. ' [[Wikipedia:Edit requests|protected edit request]], or you'
 
.. ' can  [[Wikipedia:Requests for page protection|request]]'
 
.. ' that the file be unprotected.'
 
}
 
 
}
 
}
 
},
 
},
Line 554: Line 519:
 
-- This table provides the data for the ${PROTECTIONLEVEL} parameter, which
 
-- This table provides the data for the ${PROTECTIONLEVEL} parameter, which
 
-- produces a short label for different protection levels. It is sorted by
 
-- produces a short label for different protection levels. It is sorted by
-- protection action and protection level, and is checked in the following
+
-- protection action and proteciton level, and is checked in the following
 
-- order:
 
-- order:
 
-- 1. page's protection action, page's protection level
 
-- 1. page's protection action, page's protection level
Line 561: Line 526:
 
--
 
--
 
-- It is possible to use banner parameters inside this table.
 
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
+
-- *required* - this table needs edit, move, and autoreview subtables.
 
protectionLevels = {
 
protectionLevels = {
 
edit = {
 
edit = {
 
default = 'protected',
 
default = 'protected',
 
templateeditor = 'template-protected',
 
templateeditor = 'template-protected',
extendedconfirmed = 'extended-protected',
 
 
autoconfirmed = 'semi-protected',
 
autoconfirmed = 'semi-protected',
 
},
 
},
Line 573: Line 537:
 
},
 
},
 
autoreview = {
 
autoreview = {
},
 
upload = {
 
default = 'upload-protected'
 
 
}
 
}
 
},
 
},
Line 593: Line 554:
 
default = 'Padlock.svg',
 
default = 'Padlock.svg',
 
templateeditor = 'Padlock-pink.svg',
 
templateeditor = 'Padlock-pink.svg',
extendedconfirmed = 'Padlock-blue.svg',
 
 
autoconfirmed = 'Padlock-silver.svg'
 
autoconfirmed = 'Padlock-silver.svg'
 
},
 
},
Line 602: Line 562:
 
autoconfirmed = 'Padlock-silver-light.svg',
 
autoconfirmed = 'Padlock-silver-light.svg',
 
default = 'Padlock-orange.svg'
 
default = 'Padlock-orange.svg'
},
 
upload = {
 
default = 'Padlock-purple.svg'
 
 
}
 
}
 
},
 
},
Line 626: Line 583:
 
--
 
--
 
-- It is possible to use banner parameters inside this table.
 
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
+
-- *required* - this table needs edit, move, and autoreview subtables.
 
imageLinks = {
 
imageLinks = {
 
edit = {
 
edit = {
 
default = 'Wikipedia:Protection policy#full',
 
default = 'Wikipedia:Protection policy#full',
 
templateeditor = 'Wikipedia:Protection policy#template',
 
templateeditor = 'Wikipedia:Protection policy#template',
extendedconfirmed = 'Wikipedia:Protection policy#extended',
 
 
autoconfirmed = 'Wikipedia:Protection policy#semi'
 
autoconfirmed = 'Wikipedia:Protection policy#semi'
 
},
 
},
Line 640: Line 596:
 
autoconfirmed = 'Wikipedia:Protection policy#pc1',
 
autoconfirmed = 'Wikipedia:Protection policy#pc1',
 
reviewer = 'Wikipedia:Protection policy#pc2'
 
reviewer = 'Wikipedia:Protection policy#pc2'
},
 
upload = {
 
default = 'Wikipedia:Protection policy#upload'
 
 
}
 
}
 
},
 
},
  
 
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------
-- Padlock indicator names
+
-- Padlock positions
 
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------
  
-- This table provides the "name" attribute for the <indicator> extension tag
+
-- This table provides the data for the "right" CSS property for small padlock
-- with which small padlock icons are generated. All indicator tags on a page
+
-- icons, which determines where the icon appears on the top bar among the other
-- are displayed in alphabetical order based on this attribute, and with
+
-- top icons. The data is stored by protection action. If no value is found for
-- indicator tags with duplicate names, the last tag on the page wins.
+
-- the action, the default field is used.
-- The attribute is chosen based on the protection action; table keys must be a
+
padlockPositions = {
-- protection action name or the string "default".
+
autoreview = '85px',
padlockIndicatorNames = {
+
default = '55px'
autoreview = 'pp-autoreview',
 
default = 'pp-default'
 
 
},
 
},
  
Line 749: Line 700:
 
[ 14] = 'category',
 
[ 14] = 'category',
 
[100] = 'portal',
 
[100] = 'portal',
[828] = 'module',
 
 
},
 
},
  
Line 757: Line 707:
 
['all|all|reset|all|all']                = 'Wikipedia Office-protected pages',
 
['all|all|reset|all|all']                = 'Wikipedia Office-protected pages',
 
['all|all|dmca|all|all']                = 'Wikipedia Office-protected pages',
 
['all|all|dmca|all|all']                = 'Wikipedia Office-protected pages',
['all|all|mainpage|all|all']            = 'Wikipedia fully-protected main page files',
+
['all|all|mainpage|all|all']            = 'Protected main page images',
['all|all|all|extendedconfirmed|all']    = 'Wikipedia pages under 30-500 editing restriction',
+
['all|template|all|all|edit']            = 'Wikipedia protected templates',
['all|all|ecp|extendedconfirmed|all']    = 'Wikipedia pages under 30-500 editing restriction',
 
['all|template|all|all|edit']            = 'Wikipedia fully-protected templates',
 
 
['all|all|all|autoconfirmed|edit']      = 'Wikipedia semi-protected pages',
 
['all|all|all|autoconfirmed|edit']      = 'Wikipedia semi-protected pages',
 
['indef|all|all|autoconfirmed|edit']    = 'Wikipedia indefinitely semi-protected pages',
 
['indef|all|all|autoconfirmed|edit']    = 'Wikipedia indefinitely semi-protected pages',
Line 769: Line 717:
 
['all|all|vandalism|autoconfirmed|edit'] = 'Wikipedia pages semi-protected against vandalism',
 
['all|all|vandalism|autoconfirmed|edit'] = 'Wikipedia pages semi-protected against vandalism',
 
['all|category|all|autoconfirmed|edit']  = 'Wikipedia semi-protected categories',
 
['all|category|all|autoconfirmed|edit']  = 'Wikipedia semi-protected categories',
['all|file|all|autoconfirmed|edit']      = 'Wikipedia semi-protected files',
+
['all|file|all|autoconfirmed|edit']      = 'Semi-protected images',
['all|portal|all|autoconfirmed|edit']    = 'Wikipedia semi-protected portals',
+
['all|portal|all|autoconfirmed|edit']    = 'Semi-protected portals',
['all|project|all|autoconfirmed|edit']  = 'Wikipedia semi-protected project pages',
+
['all|project|all|autoconfirmed|edit']  = 'Semi-protected project pages',
['all|talk|all|autoconfirmed|edit']      = 'Wikipedia semi-protected talk 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|template|all|autoconfirmed|edit']  = 'Wikipedia semi-protected templates',
 
['all|user|all|autoconfirmed|edit']      = 'Wikipedia semi-protected user and user talk pages',
 
['all|user|all|autoconfirmed|edit']      = 'Wikipedia semi-protected user and user talk pages',
['all|template|all|templateeditor|edit'] = 'Wikipedia template-protected templates',
 
 
['all|all|blp|sysop|edit']              = 'Wikipedia indefinitely protected biographies of living people',
 
['all|all|blp|sysop|edit']              = 'Wikipedia indefinitely protected biographies of living people',
 
['temp|all|blp|sysop|edit']              = 'Wikipedia temporarily protected biographies of living people',
 
['temp|all|blp|sysop|edit']              = 'Wikipedia temporarily protected biographies of living people',
Line 782: Line 730:
 
['all|all|vandalism|sysop|edit']        = 'Wikipedia pages protected against vandalism',
 
['all|all|vandalism|sysop|edit']        = 'Wikipedia pages protected against vandalism',
 
['all|category|all|sysop|edit']          = 'Wikipedia protected categories',
 
['all|category|all|sysop|edit']          = 'Wikipedia protected categories',
['all|file|all|sysop|edit']              = 'Wikipedia fully-protected files',
+
['all|file|all|sysop|edit']              = 'Protected images',
['all|project|all|sysop|edit']          = 'Wikipedia fully-protected project pages',
+
['all|project|all|sysop|edit']          = 'Protected project pages',
['all|talk|all|sysop|edit']              = 'Wikipedia fully-protected talk pages',
+
['all|talk|all|sysop|edit']              = 'Protected talk pages',
['all|template|all|sysop|edit']          = 'Wikipedia fully-protected templates',
+
['all|template|all|sysop|edit']          = 'Wikipedia protected templates',
 
['all|user|all|sysop|edit']              = 'Wikipedia protected user and user talk pages',
 
['all|user|all|sysop|edit']              = 'Wikipedia protected user and user talk pages',
['all|module|all|all|edit']              = 'Wikipedia fully-protected modules',
 
['all|module|all|templateeditor|edit']  = 'Wikipedia template-protected modules',
 
['all|module|all|autoconfirmed|edit']    = 'Wikipedia semi-protected modules',
 
 
['all|all|all|sysop|move']              = 'Wikipedia move-protected pages',
 
['all|all|all|sysop|move']              = 'Wikipedia move-protected pages',
 
['indef|all|all|sysop|move']            = 'Wikipedia indefinitely move-protected pages',
 
['indef|all|all|sysop|move']            = 'Wikipedia indefinitely move-protected pages',
Line 802: Line 747:
 
['all|all|all|autoconfirmed|autoreview'] = 'Wikipedia pending changes protected pages (level 1)',
 
['all|all|all|autoconfirmed|autoreview'] = 'Wikipedia pending changes protected pages (level 1)',
 
['all|all|all|reviewer|autoreview']      = 'Wikipedia pending changes protected pages (level 2)',
 
['all|all|all|reviewer|autoreview']      = 'Wikipedia pending changes protected pages (level 2)',
['all|file|all|all|upload']              = 'Wikipedia upload-protected files',
 
 
},
 
},
  
Line 823: Line 767:
 
edit = nil,
 
edit = nil,
 
move = false,
 
move = false,
autoreview = true,
+
autoreview = true
upload = false
 
 
},
 
},
  
Line 871: Line 814:
 
filemover = {'sysop'},
 
filemover = {'sysop'},
 
templateeditor = {'sysop'},
 
templateeditor = {'sysop'},
extendedconfirmed = {'sysop'},
+
accountcreator = {'templateeditor'},
autoconfirmed = {'reviewer', 'filemover', 'templateeditor', 'extendedconfirmed'},
+
autoconfirmed = {'reviewer', 'filemover', 'accountcreator'},
 
user = {'autoconfirmed'},
 
user = {'autoconfirmed'},
 
['*'] = {'user'}
 
['*'] = {'user'}
Line 891: Line 834:
 
--
 
--
 
-- When a user calls one of these wrapper templates, they will use the
 
-- When a user calls one of these wrapper templates, they will use the
-- default arguments automatically. However, users can override any of the
+
-- default arguments automatically. The arguments cannot be overwritten by the
-- arguments.
+
-- user.
 
wrappers = {
 
wrappers = {
 
['Template:Pp']                        = {},
 
['Template:Pp']                        = {},
['Template:Pp-30-500']                  = {'ecp'},
 
 
['Template:Pp-blp']                    = {'blp'},
 
['Template:Pp-blp']                    = {'blp'},
 
-- we don't need Template:Pp-create
 
-- we don't need Template:Pp-create
 
['Template:Pp-dispute']                = {'dispute'},
 
['Template:Pp-dispute']                = {'dispute'},
['Template:Pp-main-page']               = {'mainpage'},
+
['Template:Pp-main-page']               = {'mainpage'},
 
['Template:Pp-move']                    = {action = 'move'},
 
['Template:Pp-move']                    = {action = 'move'},
 
['Template:Pp-move-dispute']            = {'dispute', action = 'move'},
 
['Template:Pp-move-dispute']            = {'dispute', action = 'move'},
Line 909: Line 851:
 
['Template:Pp-pc2']                    = {action = 'autoreview', small = true},
 
['Template:Pp-pc2']                    = {action = 'autoreview', small = true},
 
['Template:Pp-reset']                  = {'reset'},
 
['Template:Pp-reset']                  = {'reset'},
['Template:Pp-semi-indef']              = {small = true},
+
['Template:Pp-semi-indef']              = {expiry = 'indef', small = true},
 
['Template:Pp-sock']                    = {'sock'},
 
['Template:Pp-sock']                    = {'sock'},
 
['Template:Pp-template']                = {'template', small = true},
 
['Template:Pp-template']                = {'template', small = true},
['Template:Pp-upload']                  = {action = 'upload'},
 
 
['Template:Pp-usertalk']                = {'usertalk'},
 
['Template:Pp-usertalk']                = {'usertalk'},
 
['Template:Pp-vandalism']              = {'vandalism'},
 
['Template:Pp-vandalism']              = {'vandalism'},
Line 1,020: Line 961:
 
-- These messages determine which tracking categories the module outputs.
 
-- These messages determine which tracking categories the module outputs.
 
['tracking-category-incorrect'] = 'Wikipedia pages with incorrect protection templates',
 
['tracking-category-incorrect'] = 'Wikipedia pages with incorrect protection templates',
 +
['tracking-category-expiry'] = 'Wikipedia protected pages without expiry',
 
['tracking-category-template'] = 'Wikipedia template-protected pages other than templates and modules',
 
['tracking-category-template'] = 'Wikipedia template-protected pages other than templates and modules',
  
Line 1,027: Line 969:
  
 
-- 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'] = 'Padlock.svg',
+
['image-filename-indef'] = 'Padlock-red.svg',
 
['image-filename-default'] = 'Transparent.gif',
 
['image-filename-default'] = 'Transparent.gif',
 +
 +
--------------------------------------------------------------------------------
 +
-- Error message blurb
 +
--------------------------------------------------------------------------------
 +
 +
-- This is the blurb that is outputted with error messages produced by the
 +
-- module. $1 is replaced with the error message text. The whole message is
 +
-- turned into a large red error message, so there is no need to add HTML
 +
-- styling.
 +
['error-message-blurb'] = 'Error: $1 ([[Module:Protection banner#Errors|help]])'
  
 
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------

Please note that all contributions to MINR.ORG WIKI may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see MINR.ORG WIKI:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)