Template:@: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>[[{{#if:{{{3|}}}|<nowiki>:</nowiki>{{{3}}}:}}{{{2|}}}#{{{1}}}|<tt>'''@{{{1}}}'''</tt>]]</includeonly><noinclude>
<includeonly>{{#if:{{{3|}}}|[[:{{{3}}}:|[[}}{{{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 [[Template:CO:Tag]] and analogous with argument ''attr''.
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''.

Revision as of 13:39, 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.

Example

Set an anchor with Template:Attr:

{{attr|example}}

delivers

example

Call the attribute:

{{@|example}}

delivers

{{#if:|[[:{{{3}}}:|[[}}#example|@example]]

{{@|maxSpeed|IS:linePerformance}}

delivers:

{{#if:|[[:{{{3}}}:|[[}}IS:linePerformance#maxSpeed|@maxSpeed]]

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

delivers:

{{#if:wiki2|[[:wiki2:|[[}}IS:infrastructure#id|@id]]