Template:Used in system/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Davidgothberg
(Creating this doc, based on the doc of {{high-risk}}.)
 
m (16 revisions imported)
 
(15 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->


This is the {{tl|used in system}} message box.
This is the {{tl|used in system}} message box.


It is meant to be put at the top of the documentation for templates that are used in the Wikipedia user interface.
It is meant to be put at the top of the documentation for templates and modules that are used in the Wikipedia user interface.


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


=== Usage ===
== Usage ==


The template can be used as is. But it can also take some parameters:  
The template can be used as is. But it can also take some parameters:  
Line 20: Line 20:
</pre>
</pre>


{{used in system| in many system messages | Wikipedia talk:High-risk templates }}
{{used in system| in many system messages | Wikipedia talk:High-risk templates |nocat=yes}}


<pre>
<pre>
Line 26: Line 26:
</pre>
</pre>


{{used in system| in many system messages }}
{{used in system| in many system messages |nocat=yes}}


<pre>
<pre>
Line 32: Line 32:
</pre>
</pre>


{{used in system| | Wikipedia talk:High-risk templates }}
{{used in system| | Wikipedia talk:High-risk templates |nocat=yes}}


The full code for a /doc page top can look like this:
The full code for a /doc page top can look like this:
Line 39: Line 39:
{{documentation subpage}}
{{documentation subpage}}
{{used in system| in many system messages }}
{{used in system| in many system messages }}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
</pre>
</pre>


=== Technical details ===
== 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.
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 ===
== See also ==


* {{tl|high-risk}} – For the most high-use (high-risk) templates.
* {{tl|high-use}}
* {{tl|high-use}} – For the slightly less high-risk templates.
* {{tl|intricate template}}
* {{tl|intricate template}}
* [[Wikipedia:Template test cases]]
* [[Wikipedia:Template sandbox and test cases]]
* [[Wikipedia:High-risk templates]]
* [[Wikipedia:High-risk templates]]
* {{tl|pp-template}} – The protection template that usually is put on high-risk templates.
* {{tl|pp-template}} – The protection template that usually is put on high-risk templates.


<includeonly>
<includeonly>{{sandbox other||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Template namespace templates|{{PAGENAME}}]]
[[Category:Documentation header templates]]
 
}}</includeonly>
</includeonly>

Latest revision as of 05:19, 3 September 2020

This is the {{used in system}} message box.

It is meant to be put at the top of the documentation for templates and modules that are used in the Wikipedia user interface.

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 allows you to change the second half of the heading text. See examples below.
  • 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.

Here are some examples:

{{used in system| in many system messages | Wikipedia talk:High-risk templates }}
{{used in system| in many system messages }}
{{used in system| | Wikipedia talk:High-risk templates }}

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

{{documentation subpage}}
{{used in system| in many system messages }}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->

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