Teamplaid:Pp-meta/doc

O Uicipeid
Note: This documentation page is NOT protected, despite the golden padlock in the corner.

This is {{pp-meta}}, a meta template used to create protection message boxes.

  1. If on an article (main space) it generates a message box in the standardised article message box style.
  2. If on any kind of talk page it generates a message box in the standardised talk page "coffee roll" style.
  3. If on any other page it generates a message box in the old protection template style.

This meta template also takes care of part of the code for the "small" case with just an icon at the top right corner of the page.

Note:

If these two boxes don't look alike, you need to refresh your web browser cache:

- Hardcoded box.

This is a temporary caching problem that should be gone in some days.

Examples[deasaich an tùs]

Note that the small padlock in the top right corner of this page also is an example created with this meta template.



Main space[deasaich an tùs]

Any talk space[deasaich an tùs]

Other spaces[deasaich an tùs]

Usage[deasaich an tùs]

{{pp-meta
| smalltext = <imagemap> </imagemap>
| image = [[Faidhle:Padlock.svg|40px]]
| text = The message body text.
| categories = {{{categories|Any categories the child template should place on the target page, with ParserFunctions if desired.}}}
}}

Parameters[deasaich an tùs]

smalltext
Should be empty or undefined if the normal big message box is wanted. If non-empty it puts the data it gets in the upper right corner of the page. Feed the imagemap with all its content for the small padlock in the upper right corner. For instance:
<imagemap>
  Image:Padlock-silver-medium.svg|20px
  default [[Wikipedia:Protection policy | This high-risk 
template has been semi-protected from editing to prevent vandalism]]
  desc none
</imagemap>
image
The image to use for the big message box. Usual wiki image notation and should be about 40px size. For instance:
[[Faidhle:Padlock.svg|40px]]
text
The message body text.
demospace
Main / Talk / Other = Manually set namespace. Only for testing and demonstration purposes. If empty or undefined then the namespace is detected automatically.
categories
This parameter is designed to support category suppression, such that if categories=no is passed, the template will not return categories. It should be used to insert the categories that will be placed upon the page where the template is transcluded. For use in a child template, wrap the categories in {{{categories|    }} to allow the input "no" to be made to the child template. This parameter should never have non-category, non-invisible content passed, as this will display under and outside the template box.

Technical details[deasaich an tùs]

smalltext
The reason the smalltext has to get the whole imagemap as parameter instead of creating it based on the image and a text parameter is that MediaWiki could previously not handle template variables inside an imagemap.
categories
This template contains the following code to support category placement: :
<includeonly>{{#ifeq:{{{categories|no}}}|no||{{{categories|}}}}}</includeonly>
  • This code first evaluates if categories is equal to "no". If so, it cancels the display of a pp-template's article categories at each level. If not, it displays the values if and only if present.
  • It is offset with includeonly tags to only be made effective at the transcluded level - that is, wherever the template is placed, so will its categories.
Any template calling pp-meta should use the following code for categories:
|categories={{{categories|Foo}}
  • Where Foo is in the example is where the categories that one wants the calling template to display should be placed. These can also use ParserFunctions to be disabled where desired (i.e. expiry-enabled categories that appear once the current article is unprotected again).
  • Any template calling pp-meta should use the form <includeonly>{{pp-meta}}</includeonly> (where the pp-meta transclusion includes parameters), so categories placed as the calling template's default for categories will be transcluded only to the protected page where the calling template is transcluded, rather than to the calling template itself.

See also[deasaich an tùs]

{{pp-meta}} Full Semi Move
Dispute: {{pp-dispute}} {{pp-move-dispute}}
Vandalism: {{pp-vandalism}} {{pp-move-vandalism}}
High visibility templates and modules: {{pp-template}} N/A
User talk of blocked user: {{pp-usertalk}} N/A
Sockpuppetry: {{pp-sock}} N/A
WP:BLP: {{pp-blp}} N/A
Long-term: N/A {{pp-semi-indef}} {{pp-move-indef}}
Generic (other protection): {{pp-protected}} {{pp-move}}
Scrutiny of the Office: {{pp-office}} {{pp-reset}} N/A
Talk page info: {{permanently protected}} {{temporarily protected}} N/A
Create protection: {{pp-create}} N/A
Pending changes protection level 1: {{pp-pc1}} N/A
Pending changes protection level 2: {{pp-pc2}} N/A