Difference between revisions of "Template:Documentation/doc"

From Deep Blue Robotics Wiki
Jump to: navigation, search
(Explanation: not really "hidden" but discarded)
(from w:)
Line 1: Line 1:
<noinclude>{{documentation subpage}}</noinclude>
+
{{documentation subpage}}<includeonly>{{intricate}}</includeonly>
{{shortcut|{{[[template:doc|doc]]}}}}
+
{{merge|Template doc|date=October 2007|Template talk:Template doc}}
 +
 
 +
This template automatically displays a documentation box like you are seeing now, of which the content is transcluded from another page. It is intended for pages which are [[Wikipedia:Transclusion|transcluded]] in other pages, i.e. templates, whether in the template namespace or not. 
  
 
==Usage==
 
==Usage==
===On template (or other) pages===
+
===Normal===
This template displays a "(Namespace) documentation" box like the one you are seeing now. Place the following code on the template (or other) page, and edit the documentation page (click the "[edit]" link after you save) where you can put instructions, categories, et cetera.
+
<pre>
<pre>&lt;noinclude&gt;{{documentation}}&lt;/noinclude&gt;</pre>
+
&lt;noinclude&gt;{{documentation}}&lt;noinclude&gt;
 +
or &lt;noinclude&gt;{{documentation|template:any page/doc}}&lt;noinclude&gt;
 +
</pre>
 +
 
 +
This code should be added at the bottom of the template code, with no extra space before "<code>&lt;noinclude&gt;</code>" (which would cause extra space on pages where the template is used). The parameter can be used as shown above to transclude an arbitrary documentation page.
 +
 
 +
Add categories and interwiki links to the documentation page inside includeonly tags.
 +
 
 +
If the documentation page contains includeonly or noinclude tags as part of the documentation, replace the "<" with "&amp;lt;".
 +
 
 +
===Customizing display===
 +
Overrides exist to customize the output in special cases:
 +
* <nowiki>{{</nowiki>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.
 +
 
 +
==Functions==
 +
If the documentation page doesn't exist, the "edit" link includes a [[mw:Manual:Creating pages with preloaded text|preload]] parameter so that clicking it will pre-fill the edit form with the basic documentation page format.
  
===On documentation subpages===
+
==Rationale==
Please add the following code at the top of the subpage to put it in [[:Category:Documentation subpages]]; this keeps it out of [[Special:Uncategorizedpages]] and links back to the main page.
+
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 [[Wikipedia:Template limits|technical limitation of templates]] (see a [{{fullurl:Project:Village pump (technical)|diff=prev&oldid=69888944}} developer's explanation]).
<pre>&lt;noinclude&gt;{{documentation subpage}}&lt;/noinclude&gt;</pre>
+
  
Typically documentation subpages are not also put in the categories in which the page the documentation refers to is put.
+
==See also==
 +
* {{tiw|template doc}} (similar template with more documentation; see [[User:Pathoschild/Sandbox|template comparison]])
 +
* {{tiw|documentation subpage}} (replaces older {{[[template:Template doc page viewed directly|Template doc page viewed directly]]}} and {{[[template:Template doc page transcluded|Template doc page transcluded]]}})
 +
*{{tim|Documentation}}
  
==Explanation==
+
<!-- for the template -->
Transcluding a template B on a page A adds to the {{peis}} of page A, which is the amount of text the server must process for transclusion to render the page. Content of template B that is discarded during this process due to noinclude tags, like documentation, adds to this include size of page A even though it doesn't appear on the page. Transcluding the documentation from a subpage C reduces this include size to the negligible number of bytes added by the characters on the template page itself, thus reducing server load.
+
<includeonly>
 +
[[Category:Template documentation| ]]
 +
[[Category:Formatting templates|Template documentation]]
  
Using a subpage also allows anyone to edit the documentation, categories, or interwiki links of a protected template.
+
[[eo:Ŝablono:Dok]]
 +
[[es:Plantilla:Uso de plantilla]]
 +
[[fr:Modèle:Documentation modèle]]
 +
[[hsb:Předłoha:Doc]]
 +
[[hu:Sablon:Sablondokumentáció]]
 +
[[ko:틀:틀 설명문서]]
 +
[[nl:Sjabloon:Sjabdoc]]
 +
[[ru:Шаблон:Doc]]
 +
[[sl:Predloga:Dokumentacija]]
 +
[[uk:Шаблон:Doc]]
 +
[[zh:Template:Template doc]]
 +
</includeonly>
  
 
<!-- for the template -->
 
<!-- for the template -->

Revision as of 06:23, 20 October 2007

Template:Documentation subpage Template:Merge

This template automatically displays a documentation box like 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

Normal

<noinclude>{{documentation}}<noinclude>
or <noinclude>{{documentation|template:any page/doc}}<noinclude>

This code should be added at the bottom of the template code, with no extra space before "<noinclude>" (which would cause extra space on pages where the template is used). The parameter can be used as shown above to transclude an arbitrary documentation page.

Add categories and interwiki links to the documentation page inside includeonly tags.

If the documentation page contains includeonly or noinclude tags as part of the documentation, replace the "<" with "&lt;".

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.

Functions

If the documentation page doesn't exist, the "edit" link includes a preload parameter so that clicking it will pre-fill the edit form with the basic documentation page format.

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



See also