Template:Enum: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (Corrected)
(One intermediate revision by the same user not shown)
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 is used e.g. in [[RS:vehicle]].
 
[[Category:MarkupTemplate]]</noinclude>

Revision as of 19: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 is used e.g. in RS:vehicle.