Template:Protection padlock/doc
| This is a documentation subpage for Template:Protection padlock. It may contain usage information, categories and other content that is not part of the original template page. |
| This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This is a general template for producing protection banners and padlock icons. It can be used for any protection reason, with any protection action and at any protection level.
| This template uses Lua: |
Usage
{{Pp-semi-protected
| 1 = <!-- reason for protection -->
| small = <!-- yes, for a smaller, right-aligned notice -->
| action = <!-- the actions restricted by the protection -->
| date = <!-- Date when protection was instituted -->
| user = <!-- Username of contact point for edit requests -->
| section = <!-- Name of section on that user's Usertalk page for those requests -->
| category = <!-- Suppress automatic category inclusion when this is set to 'no' -->
}}
Parameters
All parameters are optional:
|1=/|reason=– The reason that the page was protected. If set, this must be one of the values listed in the reasons table.|small=– If set to Template:Pval, Template:Pval, Template:Pval, or Template:Pval, a padlock icon is generated instead of a full protection banner.|action=– The protection action, must be one of Template:Pval (for normal protection), Template:Pval (for move-protection) or Template:Pval (for pending changes); the default value is Template:Pval.|date=– The protection date. This must be valid input to the second parameter of the #time parser function. This argument only has an effect for the Template:Pval and Template:Pval reasons.|user=– The username of the user to generate links for. As of July 2014, this only has an effect when the Template:Pval reason is specified.|section=– The section name of the protected page's talk page where discussion is taking place. This works for most, but not all, values of|reason=.|category=– Categories are suppressed if this is set to Template:Pval, Template:Pval, Template:Pval or Template:Pval.
Reasons
The following table contains the available reasons, plus the actions for which they are available. Reasons are used to customize the banner text, to place articles in more specific hidden categories such as Category:Zoophilia Wiki pages semi-protected against vandalism, and sometimes to change the icon of the banner (e.g. office actions).
| Reason | Action | Description |
|---|---|---|
| blp | edit | For pages protected to promote compliance with the biographies of living persons policy |
| dispute | edit | For pages protected due to editing disputes |
| dmca | edit | For pages protected due to Digital Millennium Copyright Act takedown requests |
| mainpage | edit | For pages protected for being displayed on the Main Page |
| sock | edit | For pages protected due to sock puppetry |
| template | edit | For high-risk templates and Lua modules |
| usertalk | edit | For pages protected against disruptive edits by a particular user or users |
| vandalism | edit | For pages protected against vandalism |
| dispute | move | For pages protected against page moves due to disputes over the page title |
| vandalism | move | For pages protected against page move vandalism |
Syntax examples
Padlock icons
- Padlock icon for a page protected due to vandalism:
{{Pp|vandalism|small=yes}} - Padlock icon for a page temporarily protected due to editing disputes:
{{Template link general|code=on|Pp|dispute|3=small=yes})
Banners
- Banner for a page protected due to sockpuppetry, with a link to a talk page discussion:
{{Pp|sock|section=Sockpuppetry concerns}} - Banner for a page temporarily move-protected due to page move vandalism:
{{Pp|vandalism|action=move}}
Visibility
This template will hide itself (not display a padlock icon) if it is used on a page that is not currently protected.
TemplateData
TemplateData for Protection padlock
Produces banners to describe why a page is protected and padlock icons
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Reason | 1 | Reason for protection, may be one of: blp, dispute, dmca, mainpage, office, reset, sock, template, usertalk, vandalism
| String | suggested |
| Small? | small | Specifies whether only a padlock is generated. If set to "yes", "y", "1", or "true", a padlock icon is generated instead of a full protection banner.
| Boolean | suggested |
| Restricted action | action | Action which is restricted. Must be one of "edit" (for normal protection), "move" (for move-protection) or "autoreview" (for pending changes).
| String | suggested |
| Date protected | date | Protection date. This must be valid input to the second parameter of the #time parser function. This argument only has an effect for the "office" and "reset" reasons.
| Date | optional |
| Username | user | Username of the user to generate links for. This only has an effect when the "usertalk" reason is specified. | User | optional |
| Section name of talk | section | Section name of the protected page's talk page where discussion is taking place. This works for most, but not all, values of reason. | String | optional |
| Categorize? | category | Categories are suppressed if this is set to "no", "n", "0", or "false".
| Boolean | optional |
See also