Template:Enum: Difference between revisions
Jump to navigation
Jump to search
[checked revision] | [checked revision] |
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><tt>'''{{{1}}}'''</tt></includeonly><noinclude> | <includeonly><tt>'''<span id={{{1}}}>{{{1}}}</span>'''</tt></includeonly><noinclude> | ||
==Usage== | ==Usage== | ||
This template grants for a standardized depiction of the possible values of attributes. | This template grants for a standardized depiction of the possible values of attributes. | ||
Line 11: | Line 11: | ||
delivers | delivers | ||
{{Enum|Coach}} | |||
The template is used e.g. in | The template is used e.g. in {{tag|RS|vehicle|@=vehicleCategory}}. You can link the values, e.g. <nowiki>{{tag|RS|vehicle|#=freightWagon}}</nowiki> delivers {{tag|RS|vehicle|#=freightWagon}}. | ||
{{interwiki}} | {{interwiki}} | ||
[[Category:MarkupTemplate]]</noinclude> | [[Category:MarkupTemplate]]</noinclude> |
Latest revision as of 12:37, 12 November 2021
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 is used e.g. in <vehicle>@vehicleCategory. You can link the values, e.g. {{tag|RS|vehicle|#=freightWagon}} delivers <vehicle>#freightWagon.