On November 27th, 2022, the 8,000th article was added to the SuccuWiki!
Template:High-risk/doc: Difference between revisions
m (1 revision: Almost done) |
mNo edit summary |
||
Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
This is the | 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, i.e., for templates used on 100,000 pages or more. For templates used on 2,000–100,000 pages, it is recommended to use the high-use template instead, which has a softer wording. | ||
'''''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. | ||
Line 8: | Line 8: | ||
=== 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: | ||
* First parameter is the number of pages | * 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. | * 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. | ||
Line 39: | Line 39: | ||
=== Technical details === | === Technical details === | ||
The | 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. | ||
<includeonly> | <includeonly> | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
[[Category:Template namespace templates]] | [[Category:Template namespace templates]] | ||
</includeonly> | </includeonly> |
Revision as of 19:46, 9 October 2012
This is a documentation subpage for Template:High-risk. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
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, i.e., for templates used on 100,000 pages or more. For templates used on 2,000–100,000 pages, it is recommended to use the high-use template instead, which has a softer wording.
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| 300,000+ | Wikipedia talk:High-risk templates }}
This template is used on 300,000+ pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested. The tested changes can then be added in one single edit to the template. Please consider discussing any changes before implementing them. |
{{high-risk| 300,000+ }}
This template is used on 300,000+ pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested. The tested changes can then be added in one single edit to the template. Please consider discussing any changes before implementing them. |
{{high-risk| | Wikipedia talk:High-risk templates }}
This template is used on a very large number of pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested. The tested changes can then be added in one single edit to the template. Please consider discussing any changes before implementing them. |
The full code for a /doc page top can look like this:
{{documentation subpage}} {{high-risk| 300,000+ }} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
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.