Difference between revisions of "Template:Template"

From SoftMC-Wiki
Jump to: navigation, search
m (Draft)
m (Draft)
Line 16: Line 16:
  
 
For more examples refer to pages, which use this template: [[Special:WhatLinksHere/{{FULLPAGENAME}}|What links here]].
 
For more examples refer to pages, which use this template: [[Special:WhatLinksHere/{{FULLPAGENAME}}|What links here]].
 +
___NOTOC___
 
</includeonly><!--  
 
</includeonly><!--  
  
Line 24: Line 25:
 
{{Template
 
{{Template
 
|description=
 
|description=
 +
This template should be used to add a description to all other templates.
 +
 +
Within a template page, the description has to be enclosed by <code><nowiki><noinclude></noinclude></nowiki></code>, so it is not shown on the page, which uses the template (see examples).
  
 
|template=
 
|template=
<nowiki>{{Template
+
<nowiki>
 +
{{Template
 
|description=
 
|description=
 
|template=
 
|template=
Line 32: Line 37:
 
|operation=
 
|operation=
 
|examples=
 
|examples=
}}</nowiki>
+
}}
 +
</nowiki>
  
 
|parameters=
 
|parameters=
Line 39: Line 45:
 
;template
 
;template
 
: Prototype of the template definition, which can be copied and pasted to the place of use.
 
: Prototype of the template definition, which can be copied and pasted to the place of use.
 +
: The content has to be enclosed into <code><nowiki><nowiki></nowiki></nowiki></code>, so it is not treated as a template itself.
 
;parameters (optional)
 
;parameters (optional)
 
: Template parameters description.
 
: Template parameters description.
Line 51: Line 58:
 
|examples=
 
|examples=
 
<pre>
 
<pre>
 +
<includeonly>
 +
Template content
 +
</includeonly><!--
 +
 +
### TEMPLATE DESCRIPTION
 +
--><noinclude>
 +
{{Template
 +
|description=
 +
|template=
 +
<nowiki>
 +
</nowiki>
 +
|parameters=
 +
|operation=
 +
|examples=
 +
}}
 +
</noinclude>
 
</pre>
 
</pre>
 +
 
}}
 
}}
 
 
</noinclude>
 
</noinclude>

Revision as of 15:47, 12 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

<includeonly>
Template content
</includeonly><!-- 

### TEMPLATE DESCRIPTION
--><noinclude>
{{Template
|description=
|template=


|parameters=
|operation=
|examples=
}}
</noinclude>

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.