Template:IL:Tag: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(new template)
 
Line 9: Line 9:
**attr: an attribute. If this argument is used, the link will lead directly to a certain attribute of the target element
**attr: an attribute. If this argument is used, the link will lead directly to a certain attribute of the target element
==Example==
==Example==
<pre>{{IL:Tag|track|attr=name}}</pre>
<pre>{{IL:Tag|controlledInterlocking|attr=extentOfControl}}</pre>
produces
produces


{{IL:Tag|track|attr=name}}
{{IL:Tag|controlledInterlocking|attr=extentOfControl}}
<pre>{{IL:Tag|track|@=name}}</pre>
<pre>{{IL:Tag|controlledInterlocking|@=extentOfControl}}</pre>
produces
produces


{{IL:Tag|track|@=name}}
{{IL:Tag|controlledInterlocking|@=extentOfControl}}
[[Category:LinkTemplate]]
[[Category:LinkTemplate]]


{{interwiki}}
{{interwiki}}
</noinclude>
</noinclude>

Latest revision as of 14:13, 23 November 2020

Usage

Template IL:Tag standardizes the depiction of element names.

Arguments

This template has three arguments:

  • obligatory
    • 1: the element name
  • optional
    • 2: the parent, as in this wiki some elements share their names with each other
    • attr: an attribute. If this argument is used, the link will lead directly to a certain attribute of the target element

Example

{{IL:Tag|controlledInterlocking|attr=extentOfControl}}

produces

<controlledInterlocking>

{{IL:Tag|controlledInterlocking|@=extentOfControl}}

produces

<controlledInterlocking>@extentOfControl