Template:@: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>[[{{{2|}}}#{{{1}}}|<tt>'''@{{{1}}}'''</tt>]]</includeonly><noinclude>
<includeonly>{{#if:{{{3|}}}|[[:{{{3}}}:{{{2|}}}#{{{1}}}|<tt>'''@{{{1}}}'''</tt>]]|[[{{{2|}}}#{{{1}}}|<tt>'''@{{{1}}}'''</tt>]]}}</includeonly><noinclude>
==Usage==
==Usage==
Calls an attribute anchor within the pages. Attribute anchors are set automatically with [[template:attr]]. To call an attribute from another page, use '''2'''.
Calls an attribute anchor within the pages. Attribute anchors are set automatically with [[template:attr]]. To call an attribute from another page, use [[Template:CO:Tag]] and analogous with argument ''attr''.
==Arguments==
==Attributes==
*1: the attribute (required)
*1: The attribute name (required)
*2: the target element (optional)
*2: The element name (optional); on default, the argument is linked on the current page
*3: The wiki. wiki2 or wiki3. optional.
==Example==
==Example==
Set an anchor with [[Template:Attr]]:
Set an anchor with [[Template:Attr]]:
Line 18: Line 19:
{{@|example}}
{{@|example}}


<pre>{{@|offset|IS:levelCrossing levelCrossings}}</pre>delivers
<pre>{{@|maxSpeed|IS:linePerformance}}</pre>delivers:


{{@|offset|IS:levelCrossing levelCrossings}}
{{@|maxSpeed|IS:linePerformance}}
<pre>{{@|id|IS:infrastructure|wiki2}}</pre>delivers:
 
{{@|id|IS:infrastructure|wiki2}}


[[category:LinkTemplate]]
[[category:LinkTemplate]]
{{interwiki}}
</noinclude>
</noinclude>

Revision as of 13:44, 13 March 2024

Usage

Calls an attribute anchor within the pages. Attribute anchors are set automatically with template:attr. To call an attribute from another page, use Template:CO:Tag and analogous with argument attr.

Attributes

  • 1: The attribute name (required)
  • 2: The element name (optional); on default, the argument is linked on the current page
  • 3: The wiki. wiki2 or wiki3. optional.

Example

Set an anchor with Template:Attr:

{{attr|example}}

delivers

example

Call the attribute:

{{@|example}}

delivers

@example

{{@|maxSpeed|IS:linePerformance}}

delivers:

@maxSpeed

{{@|id|IS:infrastructure|wiki2}}

delivers:

@id