Difference between revisions of "Template:Template"
m (Draft) |
m (Draft) |
||
Line 6: | Line 6: | ||
{{#if:{{{parameters|} | {{#if:{{{parameters|} | ||
=== Parameters === | === Parameters === | ||
− | {{{parameters | + | {{{parameters}}} |
}} | }} | ||
{{#if:{{{operation|}}} | {{#if:{{{operation|}}} | ||
Line 15: | Line 15: | ||
{{{examples}}} | {{{examples}}} | ||
− | For more examples refer to pages, which use this template: [[Special:WhatLinksHere/{{FULLPAGENAME}}]] | + | For more examples refer to pages, which use this template: [[Special:WhatLinksHere/{{FULLPAGENAME}}|What links here]]. |
</includeonly><!-- | </includeonly><!-- | ||
Revision as of 15:23, 12 October 2010
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.
- 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
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.