Template:Doc: 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>[[{{#ifeq:{{{wiki}}}|3|wiki3:}}{{{1}}}:{{{2}}}_{{{3|}}}{{#if:{{{attr|}}}|%23{{{attr}}}|{{#if:{{{@|}}}|%23{{{@}}}|{{#if:{{{semcon|}}}|%23semcon{{{semcon}}}}}}}}}|{{#if:{{{ex|}}}|{{{1}}}:}}{{{2}}}{{#if:{{{@|}}}|@{{{@}}}}}]]</includeonly><noinclude>
<includeonly><noinclude>
Link:                        </noinclude>{{#vardefine:link|{{#ifeq:{{{wiki}}}|2|<noinclude>
Link, falls wiki≠3            </noinclude>{{{1}}}:{{{2}}}_{{{3|}}}|<noinclude>
Link, falls wiki=3            </noinclude>wiki3:{{{1}}}{{#if:{{{3|}}}|%3a{{{3}}}}}:{{{2}}}<noinclude>
Schließen von if              </noinclude>}}<noinclude>
Link, immer (Attribute)      </noinclude>{{#if:{{{attr|}}}|%23{{{attr}}}|{{#if:{{{@|}}}|%23{{{@}}}|{{#if:{{{semcon|}}}|%23semcon{{{semcon}}}}}}}}}<noinclude>
Schließen von vardefine      </noinclude>}}<noinclude>
 
Synthese:</noinclude>[[{{#var:link}}|{{#if:{{{ex|}}}|{{{1}}}:}}{{{2}}}{{#if:{{{@|}}}|@{{{@}}}}}]]</includeonly><noinclude>
==Usage==
==Usage==
Template IS:Doc standardizes the depiction of element names.
Template IS:Doc standardizes the depiction of element names.
Line 12: Line 20:
**wiki: 2 for the {{rml|2}} wiki; 3 for the {{rml|3}} wiki. Empty, if valid for both wikis.
**wiki: 2 for the {{rml|2}} wiki; 3 for the {{rml|3}} wiki. Empty, if valid for both wikis.
**ex: If existing, the subschema-slag is shown.
**ex: If existing, the subschema-slag is shown.
**semcon: Number of a semantic constraint to be linked
==Example==
==Example==
<pre>{{doc|IS|track|attr=name}}</pre>
<pre>{{doc|IS|track|attr=name}}</pre>
Line 26: Line 33:


{{doc|IS|track|@=name|ex=1}}
{{doc|IS|track|@=name|ex=1}}
<pre>{{doc|TT|organizationalUnitBinding|trainPart|wiki=2}}</pre>delivers:
{{doc|TT|organizationalUnitBinding|trainPart|wiki=2}}
<pre>{{doc|TT|activities|stop|wiki=3}}</pre>
{{doc|TT|activities|stop|wiki=3}}


[[Category:LinkTemplate]]
[[Category:LinkTemplate]]

Revision as of 13:31, 27 June 2022

Usage

Template IS:Doc standardizes the depiction of element names.

Arguments

This template has three arguments:

  • obligatory
    • 1: the subschema – CO, IL, IS, RS or TT
    • 2: the element name
  • optional
    • 3: 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
    • wiki: 2 for the railML® 2 wiki; 3 for the railML® 3 wiki. Empty, if valid for both wikis.
    • ex: If existing, the subschema-slag is shown.

Example

{{doc|IS|track|attr=name}}

produces

track

{{doc|IS|track|@=name}}

produces

track@name

{{doc|IS|track|@=name|ex=1}}

produces

IS:track@name

{{doc|TT|organizationalUnitBinding|trainPart|wiki=2}}

delivers:

organizationalUnitBinding

{{doc|TT|activities|stop|wiki=3}}

activities