Editing Template:Documentation/doc
Appearance
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{ | {{documentation subpage}} | ||
{{Dependencies|Module:Arguments|Module:Documentation|Module:Documentation/config}} | |||
This is the {{ | This is the {{tl|Documentation}} template, used on almost every template page to contain that template's documented instructions and information. You may want to use {{tl|Simple documentation}} instead, which uses a different style and fewer dependencies. | ||
This template displays a green 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 displays a green 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 [[ | This template is intended for documenting templates and other pages that are [[mw:Transclusion|transcluded]] onto other pages. | ||
Use of this template allows templates to be [[ | Use of this template allows templates to be [[mw:Help:Protection|protected]] where necessary, while allowing anyone to edit the documentation and categories. | ||
===Usage=== | ===Usage=== | ||
Normally this template is used without any parameters, placed at the bottom of the template or page being documented, within a | Normally this template is used without any parameters, placed at the bottom of the template or page being documented, within a <noinclude> container: | ||
<syntaxhighlight lang="xml+smarty"> | <syntaxhighlight lang="xml+smarty"> | ||
Line 43: | Line 41: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
When the | When the <nowiki>|content=</nowiki> 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 | Parameter <nowiki>|1=</nowiki> and the <nowiki>|content=</nowiki> parameter can also be combined, like this: | ||
<syntaxhighlight lang="xml+smarty"> | <syntaxhighlight lang="xml+smarty"> | ||
Line 55: | Line 53: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
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 {{ | 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 {{tlx|Any page/doc|parameters}}. In this example a parameter is also fed to the /doc page being loaded. | ||
=== Shortcut === | === Shortcut === | ||
Line 63: | Line 61: | ||
===Best practice=== | ===Best practice=== | ||
The code should be added at the bottom of the template code, with no space before | The code should be added at the bottom of the template code, with no space before <noinclude> (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 | Categories that apply to the template itself should be added to the bottom of the /doc subpage, inside <includeonly> tags. | ||
If the documentation page contains | If the documentation page contains <includeonly> or <noinclude> tags as part of the visible documentation text, replace the "<code><</code>" with "<code>&lt;</code>". | ||
===Heading=== | ===Heading=== | ||
Line 94: | Line 92: | ||
To hide the link box, add the parameter | To hide the link box, add the parameter | ||
: | : <nowiki>|link box=off</nowiki>. | ||
You can also insert customised text into the link box, by setting the | You can also insert customised text into the link box, by setting the <nowiki>|link box=</nowiki> parameter. For example: | ||
<pre style="width:auto; overflow:scroll"> | <pre style="width:auto; overflow:scroll"> | ||
|link box=This documentation is automatically generated by [[w:Template:Country showdata]] | |link box=This documentation is automatically generated by [[w:Template:Country showdata]] | ||
Line 103: | Line 101: | ||
===Automatic functions=== | ===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. | 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. | ||
===Subject namespaces vs. talk namespaces=== | ===Subject namespaces vs. talk namespaces=== | ||
Terminology: ''Subject namespaces'' are the opposite of ''talk namespaces''. For instance "Template:" is the subject space of "Template talk:". | 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 | This template is usually placed in a subject namespace, within <noinclude> tags. But in some cases this template needs to be on the talk page: | ||
* In the Mediawiki namespace, since | * In the Mediawiki namespace, since <noinclude> 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 | When placed on talk pages, this template usually is placed near the top of the page and without <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 [[w:m: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. | The /doc, /sandbox and /testcases pages should normally be in the subject namespace, except in the namespaces that do not have the MediaWiki [[w:m: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. | ||
Line 123: | Line 117: | ||
===Technical details=== | ===Technical details=== | ||
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]]. | 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==== | ====Full syntax==== | ||
Line 144: | Line 136: | ||
===See also=== | ===See also=== | ||
* {{tl|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|Documentation subpage}}, a notice placed at the top of a /doc subpage explaining its role and including a link to the page it documents. | ||
* [[w:Wikipedia:Template documentation]] is a how-to guide to template documentation. | * [[w:Wikipedia:Template documentation]] is a how-to guide to template documentation. | ||
* [[w:Wikipedia:Template sandbox and test cases]] explains the use of /sandbox and /testcases subpages and includes more information about template testing. | * [[w:Wikipedia:Template sandbox and test cases]] explains the use of /sandbox and /testcases subpages and includes more information about template testing. | ||
< | <includeonly>[[Category:Documentation templates]]</includeonly> | ||
[[Category: |