Permanently protected template

Difference between revisions of "Template:Documentation"

From The HILLSIDE
Jump to navigation Jump to search
meta>Sreejithk2000
m (1 revision from en:Template:Documentation)
m (357 revisions imported: Import Template:Page in progress)
 
(132 intermediate revisions by 56 users not shown)
Line 1: Line 1:
<!--
+
<noinclude>
  Automatically add {{template sandbox notice}} when on a /sandbox page.
+
<languages/>
-->{{#ifeq: {{SUBPAGENAME}} | sandbox
+
</noinclude><includeonly>{{#switch:<translate></translate>
| <div style="clear: both;"></div>{{template sandbox notice|{{{livepage|}}}}}
+
| =
}}<!--
+
{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}
  Automatically add {{pp-template}} to protected templates.
+
| #default=
-->{{template other
+
   {{#invoke:Template translation|renderTranslatedTemplate|template=Template:Documentation|noshift=1}}
| {{#ifeq: {{PROTECTIONLEVEL:move}} | sysop
+
}}</includeonly><noinclude>
  | {{pp-template|docusage=yes}}
+
{{documentation|content=
   | {{#if: {{PROTECTIONLEVEL:edit}}
 
    | {{pp-template|docusage=yes}}
 
    | <!--Not protected, or only semi-move-protected-->
 
    }}
 
  }}
 
}}<!--
 
  Start of green doc box.
 
-->{{documentation/start box2
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| heading = {{{heading|¬}}}  <!--Empty but defined means no header-->
 
| heading-style = {{{heading-style|}}}
 
| content = {{{content|}}}
 
  
<!--Some namespaces must have the /doc, /sandbox and /testcases
+
{{Lua|Module:Documentation}}
    in talk space-->
+
<translate>
| docspace = {{documentation/docspace}}
+
<!--T:12-->
 +
This template automatically displays a documentation box like the one you are seeing now, of which the content is transcluded from another page.</translate>
 +
<translate>
 +
<!--T:13-->
 +
It is intended for pages which are [[<tvar|1>Special:MyLanguage/Help:Transclusion</>|transcluded]] in other pages, i.e. templates, whether in the template namespace or not.
  
| 1 = {{{1|}}}  <!--Other docname, if fed-->
+
==Usage== <!--T:2-->
  
<!--The namespace is added in /start box2-->
+
===Customizing display=== <!--T:3-->
| template page = {{documentation/template page}}
 
  
}}<!-- Start content --><!--
+
<!--T:4-->
  Start load the /doc content:
+
Overrides exist to customize the output in special cases:
  Note: The line breaks between this comment and the next line are necessary
+
</translate>
  so  "=== Headings ===" at the start and end of docs are interpreted.
+
* <nowiki>{{</nowiki>documentation{{!}}'''heading'''=<nowiki>}}</nowiki> - <translate><!--T:5--> change the text of the "documentation" heading.</translate> <translate><!--T:10--> If this is set to blank, the entire heading line (including the first [edit] link) will also disappear.</translate>
-->
 
{{#switch: {{#if:{{{content|}}}|1|0}}{{#if:{{{1|}}}|1|0}}{{#ifexist:{{{1|}}}|1|0}}{{#ifexist:{{documentation/docspace}}:{{documentation/template page}}/doc|1|0}}
 
| 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110
 
| 1111 = {{{content|}}}
 
| 0110 | 0111 = {{ {{{1}}} }}
 
| 0001 | 0011 = {{ {{documentation/docspace}}:{{documentation/template page}}/doc }}
 
| 0000 | 0100 | 0010 | 0101 =
 
}}
 
<!--
 
  End load the /doc content:
 
  Note: The line breaks between this comment and the previous line are necessary
 
  so  "=== Headings ===" at the start and end of docs are interpreted.
 
-->{{documentation/end box2
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| content = {{{content|}}}
 
| link box = {{{link box|}}}  <!--So "link box=off" works-->
 
  
<!--Some namespaces must have the /doc, /sandbox and /testcases
+
<translate>
    in talk space-->
+
==Rationale== <!--T:6-->
| docspace = {{documentation/docspace}}
 
  
| 1 = {{{1|}}}  <!--Other docname, if fed-->
+
<!--T:7-->
 +
This template allows any page to use any documentation page, and makes it possible to protect templates while allowing anyone to edit the template's documentation, categories, and interwiki links.</translate>
 +
<translate>
 +
<!--T:8-->
 +
It also reduces server resources by circumventing a [[w:Wikipedia:Template limits|technical limitation of templates]] (see a [[<tvar|1>:en:Special:Diff/69888944</>|developer's explanation]]).
  
<!--The namespace is added in /end box2-->
+
==See also== <!--T:9-->
| template page = {{documentation/template page}}
+
</translate>
 +
* <translate><!--T:14--> [[w:Template:Documentation subpage]]</translate>
 +
* {{tim|Documentation}}
 +
* <translate><!--T:11--> [[w:Wikipedia:Template documentation]]</translate>
  
}}<!--
+
}}
  End of green doc box
+
[[Category:Formatting templates{{#translation:}}|Template documentation]]
--><noinclude>
+
[[Category:Template documentation{{#translation:}}| ]]
 
+
</noinclude><includeonly>{{#if:{{{content|}}}|
<!-- Add categories and interwikis to the /doc subpage, not here! -->
+
[[Category:Template documentation pages{{#translation:}}]]
</noinclude>
+
}}</includeonly>

Latest revision as of 08:09, 14 July 2020


Template documentation

This template automatically displays a documentation box like the one you are seeing now, of which the content is transcluded from another page. It is intended for pages which are transcluded in other pages, i.e. templates, whether in the template namespace or not.

Usage

Customizing display

Overrides exist to customize the output in special cases:

  • {{documentation|heading=}} - change the text of the "documentation" heading. If this is set to blank, the entire heading line (including the first [edit] link) will also disappear.

Rationale

This template allows any page to use any documentation page, and makes it possible to protect templates while allowing anyone to edit the template's documentation, categories, and interwiki links. It also reduces server resources by circumventing a technical limitation of templates (see a developer's explanation).

See also