Difference between revisions of "Template:Template"
m (added to Category) |
(Changed section depth) |
||
Line 8: | Line 8: | ||
-->{{{description}}} | -->{{{description}}} | ||
− | + | = Template = | |
{{#tag:pre|{{{template}}}}}<!-- | {{#tag:pre|{{{template}}}}}<!-- | ||
## PARAMETERS | ## PARAMETERS | ||
-->{{#if:{{{parameters|}}}|: | -->{{#if:{{{parameters|}}}|: | ||
− | + | == Parameters == | |
{{{parameters}}} | {{{parameters}}} | ||
}}<!-- | }}<!-- | ||
Line 19: | Line 19: | ||
## OPERATIONS | ## OPERATIONS | ||
-->{{#if:{{{operation|}}}|: | -->{{#if:{{{operation|}}}|: | ||
− | + | == Operation == | |
{{{operation}}} | {{{operation}}} | ||
}} | }} | ||
− | + | = Examples = | |
{{{examples}}} | {{{examples}}} | ||
Revision as of 08:40, 29 October 2010
This template should be used to add a description to all other templates.
Within a template page, the description has to be enclosed by <noinclude></noinclude>
, so it is not shown on the page, which uses the template (see examples).
Template
{{Template |description= |template= |parameters= |operation= |examples= }}
Parameters
- description
- Main description of the template.
- template
- Prototype of the template definition, which can be copied and pasted to the place of use.
- The content has to be enclosed into
<nowiki></nowiki>
, so it is not treated as a template itself. - parameters (optional)
- Template parameters description.
- operation (optional)
- Description of automatic operations of the template.
- examples
- Please provide at least one example!
Operation
This template does not provide any automatic operations.
Examples
The source code of this template is the best example! :)
For more examples refer to pages, which use this template: What links here.
Help:Templates describes general usage of templates, including treatment of special characters.