Template:Attr: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (Corrected)
(→‎Usage: How to call it)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<tt>'''{{{1}}}'''</tt><noinclude>[[Category:MarkupTemplate]]</noinclude>
<includeonly><tt>'''<span id={{{1}}}>{{{1}}}</span>'''</tt></includeonly><noinclude>
==Usage==
This template grants for a standardized depiction of element attributes in typewriter font. Moreover, an anchor is set, so the attribute can be referenced directly in links, e.g. you can call [[IS:signal#name]].
 
For calling an attribute within the page employ [[Template:@]].
 
For calling an attribute from another page employ [[Template:IS:Tag]] (and analogously) with argument ''attr''.
===Parameters===
The template has one unnamed obligatory parameter for the depicted content.
===Dependencies===
The template is independent of othe attributes. There is a big number of templates building on it, eg [[Template:InheritVersion]].
 
==Example==
<nowiki>{{Attr|Version}}</nowiki>
 
delivers
 
<tt>'''Version'''</tt>
 
[[Category:MarkupTemplate]]</noinclude>

Latest revision as of 15:13, 17 June 2019

Usage

This template grants for a standardized depiction of element attributes in typewriter font. Moreover, an anchor is set, so the attribute can be referenced directly in links, e.g. you can call IS:signal#name.

For calling an attribute within the page employ Template:@.

For calling an attribute from another page employ Template:IS:Tag (and analogously) with argument attr.

Parameters

The template has one unnamed obligatory parameter for the depicted content.

Dependencies

The template is independent of othe attributes. There is a big number of templates building on it, eg Template:InheritVersion.

Example

{{Attr|Version}}

delivers

Version