Template:Documentation/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Updating/reworking the doc since the template has been updated. Intermediate save.)
(Updating more. Intermediate save.)
Line 10: Line 10:
This template is intended for documenting templates and other pages which are [[Wikipedia:Transclusion|transcluded]] onto other pages. It can be used in template space and most other namespaces.
This template is intended for documenting templates and other pages which are [[Wikipedia:Transclusion|transcluded]] onto other pages. It can be used in template space and most other namespaces.


=== Normal /doc ===
Use of this template allows templates to be [[Wikipedia:Protection policy|protected]] where necessary, while allowing anyone to edit the documentation, categories, and interwiki links.
 
=== Usage ===


Normally this template is used without any parameters and placed at the bottom of the template or page being documented, in a <noinclude> section. Like this:
Normally this template is used without any parameters and placed at the bottom of the template or page being documented, in a <noinclude> section. Like this:
Line 23: Line 25:


Then this template automatically loads the content from the /doc subpage of the template it is used on.
Then this template automatically loads the content from the /doc subpage of the template it is used on.
=== Any /doc page ===


This template can be told to load the content from any other page. Like this:
This template can be told to load the content from any other page. Like this:
Line 35: Line 35:
</pre>
</pre>


But when doing so it becomes tricky to handle the categories and interwiki links.
Note that when loading the documentation from another page than the local /doc page it becomes tricky to handle the categories and interwiki links.
 
=== In-line content ===


The content can also be fed directly as text. Like this:
The content can also be fed directly as text. Like this:
Line 50: Line 48:
</pre>
</pre>


=== In-line content with [edit][purge] links ===
When the '''content''' parameter is used the doc box normally doesn't get the [edit] [purge] links in the top right corner, and no link to a /doc page is shown in the link box below the doc box.
 
But parameter 1 and the '''content''' parameter can also be combined, like this:


<pre>
<pre>
Line 57: Line 57:
{{documentation
{{documentation
| 1 = Template:Any page/doc
| 1 = Template:Any page/doc
| content = {{Template:Any page/doc| parameters }}
| content = {{Template:Any page/doc|parameters}}
}}
}}
</noinclude>
</noinclude>
</pre>
</pre>
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 "<code><nowiki>{{Template:Any page/doc|parameters}}</nowiki></code>". In this example a parameter is also fed to the /doc page being loaded.


=== Best practice ===
=== Best practice ===
Line 73: Line 75:


When in Template space this template shows this heading:
When in Template space this template shows this heading:
:[[File:Template-info.svg|35px]] '''Template documentation'''
:[[File:Template-info.svg|32px]] '''Template documentation'''


In most other namespaces, such as "Wikipedia:", it shows this heading:
In most other namespaces, such as "Wikipedia:", it shows this heading:
Line 81: Line 83:
:'''Summary'''
:'''Summary'''


Overrides exist to customize the output in special cases:
The '''heading''' parameter can be used to set the heading to something else. Like this:
* <code>&#123;&#123;documentation| '''heading''' = ...&#125;&#125;</code> − 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.
 
:<code><nowiki>{{documentation| heading = Infobox documentation }}</nowiki></code>


=== Automatic functions ===
If the '''heading''' parameter is empty but defined, no heading is shown and no [edit] [purge] links are shown. Like this:


When this template is on a protected template page it now automatically adds {{tl|pp-template}} that shows the grey or red padlock in the top right corner. So no need to manually add {{tlf|pp-template}} to templates that use {{tl|documentation}}.
:<code><nowiki>{{documentation| heading = }}</nowiki></code>


When this template is on a /sandbox subpage it automatically adds the {{tl|template sandbox notice}}.
=== Automatic 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.
If the documentation page doesn't exist, the [create]] 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.


=== Rationale ===
When this template is on a protected template page it now automatically adds {{tl|pp-template}} which shows the grey or red padlock in the top right corner. So no need to manually add {{tlf|pp-template}} to templates that use {{tl|documentation}}.


Use of this template allows templates to be [[Wikipedia:Protection policy|protected]] where necessary, while allowing anyone to edit the documentation, categories, and interwiki links.
When this template is on a /sandbox subpage it automatically adds the {{tl|template sandbox notice}}.


=== See also ===
=== See also ===

Revision as of 06:04, 12 February 2010


This is the {{documentation}} template.

For most of the instructions about how and when to use this template, see Wikipedia:Template documentation.

This template displays a 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 which are transcluded onto other pages. It can be used in template space and most other namespaces.

Use of this template allows templates to be protected where necessary, while allowing anyone to edit the documentation, categories, and interwiki links.

Usage

Normally this template is used without any parameters and placed at the bottom of the template or page being documented, in a <noinclude> section. Like this:

<!--Last line of your template code--><noinclude>

{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>

Then this template automatically loads the content from the /doc subpage of the template it is used on.

This template can be told to load the content from any other page. Like this:

<!--Last line of your template code--><noinclude>

{{documentation|Template:Other page/doc}}
</noinclude>

Note that when loading the documentation from another page than the local /doc page it becomes tricky to handle the categories and interwiki links.

The content can also be fed directly as text. Like this:

<!--Last line of your template code--><noinclude>

{{documentation
| content = Some documentation text.
}}
</noinclude>

When the content parameter is used the doc box normally doesn't get the [edit] [purge] links in the top right corner, and no link to a /doc page is shown in the link box below the doc box.

But parameter 1 and the content parameter can also be combined, like this:

<!--Last line of your template code--><noinclude>

{{documentation
| 1 = Template:Any page/doc
| content = {{Template:Any page/doc|parameters}}
}}
</noinclude>

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 "{{Template:Any page/doc|parameters}}". In this example a parameter is also fed to the /doc page being loaded.

Best practice

The 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).

Categories and interwiki links that apply to the template itself should be added to the /doc subpage, inside <includeonly></includeonly> tags. For more complex cases, see Wikipedia:Template documentation#Categories and interwiki links.

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

The heading

When in Template space this template shows this heading:

Template-info.svg 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:

{{documentation| heading = Infobox documentation }}

If the heading parameter is empty but defined, no heading is shown and no [edit] [purge] links are shown. Like this:

{{documentation| heading = }}

Automatic functions

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

When this template is on a protected template page it now automatically adds {{pp-template}} which shows the grey or red padlock in the top right corner. So no need to manually add Template:Tlf to templates that use {{documentation}}.

When this template is on a /sandbox subpage it automatically adds the {{template sandbox notice}}.

See also

Template:Documentation/doc/see also