Permanently protected template

Difference between revisions of "Template:Documentation"

From The HILLSIDE
Jump to navigation Jump to search
en>Coban
m (Undid revision 198180329 by Coban (talk))
m (357 revisions imported: Import Template:Page in progress)
 
(262 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
<noinclude>{{
+
<noinclude>
#ifeq: {{SUBPAGENAME}} | sandbox
+
<languages/>
   | {{Template sandbox notice}}
+
</noinclude><includeonly>{{#switch:<translate></translate>
  | {{pp-semi-template|small=yes}}
+
| =
 +
{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}
 +
| #default=
 +
   {{#invoke:Template translation|renderTranslatedTemplate|template=Template:Documentation|noshift=1}}
 +
}}</includeonly><noinclude>
 +
{{documentation|content=
 +
 
 +
{{Lua|Module:Documentation}}
 +
<translate>
 +
<!--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.
 +
 
 +
==Usage== <!--T:2-->
 +
 
 +
===Customizing display=== <!--T:3-->
 +
 
 +
<!--T:4-->
 +
Overrides exist to customize the output in special cases:
 +
</translate>
 +
* <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>
 +
 
 +
<translate>
 +
==Rationale== <!--T:6-->
 +
 
 +
<!--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]]).
 +
 
 +
==See also== <!--T:9-->
 +
</translate>
 +
* <translate><!--T:14--> [[w:Template:Documentation subpage]]</translate>
 +
* {{tim|Documentation}}
 +
* <translate><!--T:11--> [[w:Wikipedia:Template documentation]]</translate>
 +
 
 
}}
 
}}
{{intricate template}}
+
[[Category:Formatting templates{{#translation:}}|Template documentation]]
</noinclude><div class="template-documentation">{{
+
[[Category:Template documentation{{#translation:}}| ]]
  #if: {{{heading|Documentation}}}
+
</noinclude><includeonly>{{#if:{{{content|}}}|
  |<div style="padding-bottom: {{{heading-padding|3px}}}; border-bottom: 1px solid #aaa; margin-bottom: {{{heading-margin|1ex}}}"><span class="editsection plainlinks" id="doc_editlinks">{{
+
[[Category:Template documentation pages{{#translation:}}]]
    #ifexist: {{{1|{{Documentation/docname}}}}}
+
}}</includeonly>
    |<!-- /doc exists -->[[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} edit]]
 
    |<!-- no /doc -->{{
 
      #if: {{{content|}}}
 
      |
 
      |<!-- no content -->[[{{fullurl:{{{1|{{Documentation/docname }}}}}|action=edit&preload={{{preload-doc|Template:Documentation/preload}}}}} create]]
 
    }}
 
  }}</span> <span style="{{{heading-style|font-size: 150%}}}">{{{heading|Documentation}}}</span></div>
 
}}<!-- endif heading -->
 
<div id="template_doc_page_transcluded" class="dablink plainlinks">{{
 
  #ifeq: {{{transcluded|show}}} | show
 
  |<!-- transcluded show -->{{
 
    #ifexist: {{{1|{{Documentation/docname}}}}}
 
    |<!-- /doc exists -->This [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from [[{{{1|{{Documentation/docname}}}}}]]. <small style="font-style: normal">([{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} edit] &#124; [{{fullurl:{{{1|{{Documentation/docname}}}}}|action=history}} history])</small><br />
 
  }}
 
  |<!-- transcluded hide -->
 
}}{{
 
  #switch: {{SUBPAGENAME}}
 
  |sandbox=<!-- sandbox -->
 
  |testcases=<!-- testcases -->
 
  |#default={{
 
    #switch: {{SUBJECTSPACE}}/{{{sandbox-testcases|show}}}
 
    | {{ns:template}}/show | {{ns:user}}/show =<!-- show /sandbox /testcases -->{{
 
      #ifexist: {{ #rel2abs: /sandbox }}
 
      | This template has a [[/sandbox|sandbox]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /sandbox }}|action=edit}} edit])</small> {{
 
        #ifexist: {{ #rel2abs: /testcases }}
 
        |<!-- /sandbox AND /testcases --> and [[/testcases|testcases]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} edit])</small>
 
        |<!-- /sandbox BUT no /testcases -->}} for editors to experiment.
 
      |<!-- no /sandbox -->{{
 
        #ifexist: {{ #rel2abs: /testcases }}
 
        | This template has [[/testcases|testcases]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} edit])</small> for editors to experiment.
 
        }}
 
    }}
 
    |<!-- hide /sandbox /testcases -->
 
  }}
 
}}</div>
 
{{{content|{{ {{ #ifexist: {{{1|{{Documentation/docname}}}}} | {{{1|{{Documentation/docname}}}}} | ns:0 }} }}}}}
 
</div>
 

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