Template:Enum: Difference between revisions
Jump to navigation
Jump to search
[unchecked revision] | [unchecked revision] |
m (Corrected) |
No edit summary |
||
Line 1: | Line 1: | ||
<tt>'''{{{1}}}'''</tt><noinclude>[[Category:MarkupTemplate]]</noinclude> | <includeonly><tt>'''{{{1}}}'''</tt></includeonly><noinclude> | ||
==Usage== | |||
This template grants for a standardized depiction of the possible values of attributes. | |||
===Attributes=== | |||
This template has one unnamed obligatory argument for the depicted content. | |||
===dependencies=== | |||
This template depends on no othe templates. It is used by many other templates, e.g. [[Template:OtherEnum]] | |||
==Example== | |||
<nowiki>{{Enum|Coach}}</nowiki> | |||
delivers | |||
<tt>'''Coach'''</tt> | |||
The template i used e.g. in [[RS:vehicle]]. | |||
[[Category:MarkupTemplate]]</noinclude> |
Revision as of 18:27, 14 February 2016
Usage
This template grants for a standardized depiction of the possible values of attributes.
Attributes
This template has one unnamed obligatory argument for the depicted content.
dependencies
This template depends on no othe templates. It is used by many other templates, e.g. Template:OtherEnum
Example
{{Enum|Coach}}
delivers
Coach
The template i used e.g. in RS:vehicle.