Template:High-use: Difference between revisions
Jump to navigation
Jump to search
en>Thumperward mbox cleanup, removing unneeded line breaks and esiting text to be concise and to discuss the real issue with editing heavily-used templates |
en>Davidgothberg Reverted most of Thumperward's edit, to last version by Ms2ger. See discussion on talk page. |
||
Line 1: | Line 1: | ||
{{ombox | {{ombox | ||
| type = content | | type = content | ||
| text = '''This template is used on [[Special:MostLinkedTemplates|{{#if:{{{1|}}}|{{{1}}}|many}} pages]]''' | | text = '''This template is used on [[Special:MostLinkedTemplates|{{#if:{{{1|}}}|{{{1}}}|many}} pages]].''' <br> To avoid any disruptions and to save some server load, any changes should first be tested in this template's [[{{NAMESPACE}}:{{BASEPAGENAME}}/sandbox|/sandbox]] or [[{{NAMESPACE}}:{{BASEPAGENAME}}/testcases|/testcases]] subpage, or in your own [[Wikipedia:Sub-pages#How to create user subpages|user space]]. The tested changes can then be added in one single edit to this template. As a courtesy to other users, please discuss any changes at {{#if:{{{2|}}}|[[{{{2}}}]]|the [[{{TALKPAGENAME}}|talk page]]}} before implementing them. | ||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> |
Revision as of 23:47, 26 November 2008
This template is used on many pages. To avoid any disruptions and to save some server load, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. As a courtesy to other users, please discuss any changes at the talk page before implementing them. |
This is the {{high-use}} message box.
It is meant to be put at the top of the documentation for templates used on 2000–100,000 pages.
For templates used on 100,000 pages or more we instead recommend using {{high-risk}} which has a stronger 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. See toollabs:templatecount/ to find out how many pages use your template.
- 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:
{{high-use| 40,000 | Wikipedia talk:High-risk templates }}
This template is used on 40,000 pages. To avoid any disruptions and to save some server load, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. As a courtesy to other users, please discuss any changes at Wikipedia talk:High-risk templates before implementing them. |
{{high-use| 40,000 }}
This template is used on 40,000 pages. To avoid any disruptions and to save some server load, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. As a courtesy to other users, please discuss any changes at the talk page before implementing them. |
{{high-use| | Wikipedia talk:High-risk templates }}
This template is used on many pages. To avoid any disruptions and to save some server load, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. As a courtesy to other users, please discuss any changes at Wikipedia talk:High-risk templates before implementing them. |
The full code for a /doc page top can look like this:
{{documentation subpage}} {{high-use| 40,000 }} <!-- 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
- {{used in system}} – For templates used in the Wikipedia user interface.
- {{high-risk}} – For the most high-use (high-risk) templates.
- {{high-use}} – For the slightly less high-risk templates.
- {{intricate template}}
- {{pp-template}} – The protection template that usually is put on high-risk templates.
- Wikipedia:Template sandbox and test cases
- Wikipedia:High-risk templates
Template counters
- toollabs:templatecount/ – Easy to use, returns current (real time) transclusion count for a template.
- Wikipedia:Database reports/Templates transcluded on the most pages – Lists the 1000 most transcluded templates. Updated about once a month.
- Special:MostLinkedTemplates – Currently disabled for the English Wikipedia, but still runs for other Wikipedias so might be turned on again some day.
- tools:~dispenser/cgi-bin/embeddedincount.py – Seems to lack human interface, probably meant for programs to call.