Difference between revisions of "Template:High-risk"

From Polyphasic Sleep Wiki
m (1 revision imported)
 
MediaWiki>Shirayuki
(Marked this version for translation)
Line 1: Line 1:
#REDIRECT [[Template:High-use]]
+
<noinclude>
 +
<languages/>
 +
</noinclude>{{#switch:<translate></translate>
 +
| =
 +
{{ombox
 +
| type = content
 +
| image = [[File:OOjs UI icon alert-warning.svg|40px|alt=]]
 +
| imageright =
 +
| text = '''<translate><!--T:3--> This {{<tvar|1>#switch:{{NAMESPACE}}</>|<tvar|2>Module</>=Lua module|<tvar|3>#default</>=template}} is used on {{<tvar|4>#if:{{{1|}}}</>|approximately <tvar|5>{{formatnum:{{{1}}}}}</>|many}} pages.</translate>'''<br />
 +
<translate><!--T:2--> To avoid large-scale disruption and unnecessary server load, any changes to this {{<tvar|1>#switch:{{NAMESPACE}}</>|<tvar|2>Module</>=module|<tvar|3>#default</>=template}} should first be tested in its [[<tvar|4>{{#switch:{{SUBPAGENAME}}|doc|sandbox={{SUBJECTSPACE}}:{{BASEPAGENAME}}|#default={{SUBJECTPAGENAME}}}}/sandbox</>|/sandbox]] or [[<tvar|5>{{#switch:{{SUBPAGENAME}}|doc|sandbox={{SUBJECTSPACE}}:{{BASEPAGENAME}}|#default={{SUBJECTPAGENAME}}}}/testcases</>|/testcases]] subpages{{<tvar|6>#switch:{{NAMESPACE}}</>|<tvar|7>Module</>=.|<tvar|8>#default</>=&#32;or in your own [[<tvar|9>Special:MyLanguage/Help:Subpages#Use of subpages</>|user subpage]].}}</translate>
 +
<translate><!--T:1--> The tested changes can then be added to this page in one single edit.</translate>
 +
<translate><!--T:4--> Please consider discussing any changes {{<tvar|1>#if:{{{2|}}}</>|at <tvar|2>[[{{trim|{{{2}}}}}]]</>|on the [[<tvar|3>{{#switch:{{SUBPAGENAME}}|doc|sandbox={{TALKSPACE}}:{{BASEPAGENAME}}|#default={{TALKPAGENAME}}}}</>|talk page]]}} before implementing them.</translate>
 +
}}
 +
| #default=
 +
  {{#invoke:Template translation|renderTranslatedTemplate|template=Template:High-risk|noshift=1|uselang={{int:lang}}}}
 +
}}<noinclude>
 +
{{Documentation|content=
 +
 
 +
This is the {{tl|high-risk}} message box. It is meant to be put at the top of the documentation page on the most high-use (high-risk) templates and Lua modules (the template detects the name space), i.e., for templates used on a large number of pages
 +
 
 +
'''''Note:''''' It is normal that some of the links in the message box are red.
 +
<translate>
 +
=== Usage === <!--T:5-->
 +
</translate>
 +
The template can be used as is. But it can also take some parameters:
 +
 
 +
* First parameter is the number of pages.
 +
* Second parameter is the name of some other talk page if you want discussion to be made there instead. But a better option might be to redirect the talkpage of your template to that other talkpage.
 +
 
 +
<translate>
 +
===Examples=== <!--T:6-->
 +
</translate>
 +
<pre>
 +
{{high-risk| 30,000+ | Project:Current issues}}
 +
</pre>
 +
 
 +
{{high-risk| 30,000+ | Project:Current issues}}
 +
 
 +
<pre>
 +
{{high-risk| 30,000+ }}
 +
</pre>
 +
 
 +
{{high-risk| 30,000+ }}
 +
 
 +
<pre>
 +
{{high-risk| | Project:Current issues}}
 +
</pre>
 +
 
 +
{{high-risk| | Project:Current issues}}
 +
 
 +
The full code for a /doc page top may look like this:
 +
 
 +
<pre>
 +
{{documentation subpage}}
 +
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). -->
 +
{{high-risk| 30,000+ }}
 +
</pre>
 +
 
 +
<translate>
 +
=== Technical details === <!--T:7-->
 +
</translate>
 +
The [[{{translatable}}/sandbox|/sandbox]] and [[{{translatable}}/testcases|/testcases]] links are the standard names for such subpages. If those pages are created then the green /doc box for the template will detect them and link to them in its heading. For instance see the top of this documentation.
 +
 
 +
<translate>
 +
=== See also === <!--T:8-->
 +
</translate>
 +
* {{tl|intricate template}} – For the intricate, i.e., complex templates.
 +
* {{tl|pp-template}} – The protection template that usually is put on high-risk templates.
 +
* {{tl|used in system}} – For templates used in the user interface.
  
{{Rcat shell|
 
{{Wikidata redirect}}
 
{{R from merge}}
 
{{R from template shortcut}}
 
 
}}
 
}}
 +
</noinclude>

Revision as of 02:26, 17 October 2020


50px Template documentation

This is the {{high-risk}} message box. It is meant to be put at the top of the documentation page on the most high-use (high-risk) templates and Lua modules (the template detects the name space), i.e., for templates used on a large number of pages

Note: It is normal that some of the links in the message box are red.

Usage

The template can be used as is. But it can also take some parameters:

  • First parameter is the number of pages.
  • Second parameter is the name of some other talk page if you want discussion to be made there instead. But a better option might be to redirect the talkpage of your template to that other talkpage.

Examples

{{high-risk| 30,000+ | Project:Current issues}}
</noinclude>
{{high-risk| 30,000+ }}
</noinclude>
{{high-risk| | Project:Current issues}}
</noinclude>

The full code for a /doc page top may look like this:

{{documentation subpage}}
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). -->
{{high-risk| 30,000+ }}

Technical details

The /sandbox and /testcases links are the standard names for such subpages. If those pages are created then the green /doc box for the template will detect them and link to them in its heading. For instance see the top of this documentation.

See also

  • {{intricate template}} – For the intricate, i.e., complex templates.
  • {{pp-template}} – The protection template that usually is put on high-risk templates.
  • {{used in system}} – For templates used in the user interface.