Difference between revisions of "Template:Documentation/doc"

From Valve Developer Community
Jump to: navigation, search
(See also)
m (Replaced content with "{{Delete|reason=deprecated}}")
(Tag: Replaced)
 
Line 1: Line 1:
{{Documentation subpage}}
+
{{Delete|reason=deprecated}}
{{Distinguish|Template:Documentation subpage}}
 
{{Wikipedia port|modified=1|documentation=1}}
 
 
 
<!---- Categories where indicated at the bottom of this page, please ---->
 
 
 
This is the {{tl|Documentation}} template used on almost every template page to contain that template's documented instructions and information.
 
 
 
This template displays a gray documentation box like you are seeing now and automatically loads the content from a /doc subpage. It can also load the content from other places if instructed to.
 
 
 
This template is intended for documenting templates and other pages that are transcluded onto other pages. It can be used in the template namespace and most other namespaces.
 
 
 
Use of this template allows templates to be protected where necessary, while allowing anyone to edit the documentation and categories.
 
 
 
===Usage===
 
Normally this template is used without any parameters, placed at the bottom of the template or page being documented, within a {{tag|noinclude}} container:
 
 
 
<source lang="xml+smarty">
 
<!--Last line of your template code--><noinclude>
 
{{Documentation}}
 
<!-- Add categories to the /doc subpage, not here -->
 
</noinclude>
 
</source>
 
 
 
Then this template automatically loads the content from the /doc subpage of the template it is used on.
 
 
 
This template can also load the content from any other page. Like this:
 
 
 
<source lang="xml+smarty">
 
<!--Last line of your template code--><noinclude>
 
{{Documentation |Template:Other page/doc}}
 
</noinclude>
 
</source>
 
 
 
Note that when loading the documentation from a page other than the local /doc page it becomes tricky to handle the categories.
 
 
 
The content can also be fed directly as text. Like this:
 
 
 
<source lang="xml+smarty">
 
<!--Last line of your template code--><noinclude>
 
{{Documentation
 
| content =
 
(some documentation)
 
}}</noinclude>
 
</source>
 
 
 
When the {{para|content}} parameter is used, the doc box normally does not show the [edit] [purge] links in the top right corner. Note that if the /doc page exists, a link to it is still shown in the link box below the doc box.
 
 
 
Parameter {{para|1}} and the {{para|content}} parameter can also be combined, like this:
 
 
 
<source lang="xml+smarty">
 
<!--Last line of your template code--><noinclude>
 
{{Documentation |1=Template:Any page/doc
 
| content =
 
{{Template:Any page/doc |parameters}}
 
}}</noinclude>
 
</source>
 
 
 
Then the pagename fed as parameter 1 is used for the [edit] [purge] links and for the /doc link in the link box below the doc box. But the '''content''' parameter is used for the content shown in the doc box. The above code means that the content is transcluded as {{tnull|Template:Any page/doc{{!}}parameters}}. In this example a parameter is also fed to the /doc page being loaded.
 
 
 
=== Shortcut ===
 
To automatically insert the noinclude tags, the template call and the guiding comment, use this [[Wikipedia:Substitution|substitution]] code:<br>
 
 
 
:<code><nowiki>{{subst:doc-code}}</nowiki></code>
 
 
 
===Best practice===
 
The code should be added at the bottom of the template code, with no space before {{Tag|noinclude|o}} (which would cause extra space on pages where the template is used).
 
 
 
Categories that apply to the template itself should be added to the bottom of the /doc subpage, inside {{Tag|includeonly}} tags.
 
 
 
If the documentation page contains {{tag|includeonly|o}} or {{tag|noinclude|o}} tags as part of the visible documentation text, replace the "<code>&lt;</code>" with "<code>&amp;lt;</code>" or use [[Template:tag]].
 
 
 
===Heading===
 
When in the Template namespace, this template shows this heading:
 
:[[File:Curly_brackets_white.png|44px|link=]] '''Template documentation'''
 
 
 
In most other namespaces, such as "Wikipedia:", it shows this heading:
 
:'''Documentation'''
 
 
 
But when on File (image) pages it shows this heading:
 
:'''Summary'''
 
 
 
The '''heading''' parameter can be used to set the heading to something else. Like this:
 
 
 
:<code><nowiki>{{Documentation |heading=Infobox documentation}}</nowiki></code>
 
 
 
If the '''heading''' parameter is empty but defined, no heading is shown and no [edit] [purge] links are shown. Like this:
 
 
 
:<code><nowiki>{{Documentation |heading=}}</nowiki></code>
 
 
 
The '''heading-style''' parameter can be fed optional CSS values. Without quotation marks <code>" "</code> but with the ending semicolons <code>;</code>. For example:
 
:<code>heading-style=font-size:150%;color:red;</code>
 
 
 
===Link box===
 
Below the big doc box is a small link box that shows some meta-data about the documentation. The link box shows different things depending on what parameters are fed to this template, and in which namespace it is used. In some cases the link box is not shown at all.
 
 
 
To hide the link box, add the parameter
 
: {{para|link box|off}}.
 
 
 
You can also insert customised text into the link box, by setting the {{para|link box}} parameter. For example:
 
<pre style="width:auto; overflow:scroll">
 
  |link box=This documentation is automatically generated by [[Template:Country showdata]]
 
</pre>
 
 
 
===Automatic functions===
 
If the documentation page does not exist, the [create] link includes a [[mw:Manual:Creating pages with preloaded text|preload]] page so that clicking it will pre-fill the edit form with the basic documentation page format. Preload text is also used for the /sandbox and /testcases [create] links.
 
 
 
When this template is on a /sandbox subpage it automatically adds the {{tl|Template sandbox notice}}.
 
 
 
===Subject namespaces vs. talk namespaces===
 
Terminology: ''Subject namespaces'' are the opposite of ''talk namespaces''. For instance "Template:" is the subject space of "Template talk:".
 
 
 
This template is usually placed in a subject namespace, within {{tag|noinclude|o}} tags. But in some cases this template needs to be on the talk page:
 
 
 
* In the Mediawiki namespace, since {{tag|noinclude|o}} often does not work in system messages, and since the Mediawiki namespace needs to be kept clean for performance reasons.
 
 
 
When placed on talk pages, this template usually is placed near the top of the page and without {{tag|noinclude}} tags.
 
 
 
The /doc, /sandbox and /testcases pages should normally be in the subject namespace, except in the namespaces that do not have the MediaWiki [[meta:Help:Link#Subpage feature|subpage feature]] enabled: Main, File, Mediawiki and Category. (But currently we only show the /sandbox and /testcases links from User, User talk, Template and Template talk namespaces.) There are also a whole bunch of other technical reasons why the /doc page must be stored under the talk page for those (but only those) namespaces.
 
 
 
This template automatically points its [create] links for the /doc, /sandbox and /testcases to the right namespace.
 
 
 
===Testing===
 
You can simulate the output for a given page by using the {{para|page}} parameter. For example, if you use the code {{para|page|Template:Quote}}, the template will behave exactly as if it were on the page [[Template:Quote]], including showing the documentation from [[Template:Quote/doc]], linking to [[Template:Quote/sandbox]], etc. This parameter is useful for testing.
 
 
 
===Technical details===
 
This template calls {{tl|documentation/start box2}} and {{tl|documentation/end box2}} which in turn call {{tl|documentation/start box}} and {{tl|documentation/end box}}. The /start box (and /end box) hold most of the code, while this template and /start box2 (and /end box2) do parameter preprocessing.
 
 
 
The preload page for the /doc [create] link is [[Template:Documentation/preload]]. The preload pages for the /sandbox and /testcases [create] links are [[Template:Documentation/preload-sandbox]] and [[Template:Documentation/preload-testcases]]. The preload page for the /sandbox [mirror] link is [[Template:Documentation/mirror]].
 
 
 
====Full syntax====
 
<pre>
 
{{Documentation}}
 
 
 
{{Documentation
 
| content =
 
}}
 
 
 
{{Documentation
 
| [path to documentation page]
 
| heading-style =
 
| heading =
 
| link box =
 
}}
 
</pre>
 
 
 
===See also===
 
* {{tl|link=Documentation subpage}}, a notice placed at the top of a /doc subpage explaining its role and including a link to the page it documents.
 
* {{tl|link=Doc}}
 
 
 
<includeonly>{{When pagename is |/sandbox= |/testcases= |other=
 
<!---- Categories below this line, please ---->
 
[[Category:Template documentation| ]]
 
[[Category:Template namespace templates]]
 
}}</includeonly>
 

Latest revision as of 12:44, 10 January 2024

Warning icon.png
This template has been marked as a candidate for speedy deletion because it has been deprecated.
If you object to this decision, then please discuss why hereIf this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators - Remember to check if anything links here and the page history (last edit) before deleting.