Template:InheritId: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(intro- und depri-Tags vor 2.2 entfernt)
(Changed explanation according to suggestions by Mr. Tanner)
Line 1: Line 1:
<includeonly>* {{Attr|id}}: This is the unique identifier which is used to refer to the current element. It is used for XML file internal unambiguous references. [[CO:identities|How to handle it?]] {{AddAnn|{{{id|}}}|{{{id_de|}}} }}</includeonly><noinclude>
<includeonly>* {{Attr|id}}: XML-file-wide unique, machine-interpretable identity, required for later referencing that element internally. For a detailed explanation see [[Dev:identities]].<br>{{deu|XML-Datei-weit eindeutige, maschineninterpretierbare Identität, die für die spätere interne Referenzierung dieses Elements erforderlich ist. Für eine detaillierte Erklärung siehe [[Dev:identities]].}} {{AddAnn|{{{id|}}}|{{{id_de|}}} }}</includeonly><noinclude>
==Usage==
==Usage==
This template displays an attribute ''id'' with a standard comment. It allows for a variable comment in English and German.
This template displays an attribute ''id'' with a standard comment. It allows for a variable comment in English and German.
Line 13: Line 13:
delivers
delivers


* {{Attr|id}}: This is the unique identifier which is used to refer to the current element. It is used for XML file internal unambiguous references. [[CO:identities|How to handle it?]] {{AddAnn|| }}
{{InheritId}}


<nowiki>{{InheritId
<nowiki>{{InheritId
Line 20: Line 20:
}}</nowiki>
}}</nowiki>


delivers (in a box)
delivers


{|border="1"
{{InheritId
|
|id=An English comment
* {{Attr|id}}: This is the unique identifier which is used to refer to the current element. It is used for XML file internal unambiguous references. [[CO:identities|How to handle it?]] {{AddAnn|An English comment|A German comment }}
|id_de=A German comment
|}
}}


[[Category:AttributeTemplate]]</noinclude>
[[Category:AttributeTemplate]]</noinclude>

Revision as of 17:02, 9 July 2018

Usage

This template displays an attribute id with a standard comment. It allows for a variable comment in English and German.

Arguments

This template has two optional arguments:

  • id: an English comment
  • id_de: a German comment

Dependencies

This template depends on Template:Attr and Template:AddAnn. It is hardly used directly, but mostly via a dozen of templates depending on it, e.g. Template:InheritIdName

Example

{{InheritId}}

delivers

  • id: XML-file-wide unique, machine-interpretable identity, required for later referencing that element internally. For a detailed explanation see Dev:identities.
    XML-Datei-weit eindeutige, maschineninterpretierbare Identität, die für die spätere interne Referenzierung dieses Elements erforderlich ist. Für eine detaillierte Erklärung siehe Dev:identities.

{{InheritId |id=An English comment |id_de=A German comment }}

delivers

  • id: XML-file-wide unique, machine-interpretable identity, required for later referencing that element internally. For a detailed explanation see Dev:identities.
    XML-Datei-weit eindeutige, maschineninterpretierbare Identität, die für die spätere interne Referenzierung dieses Elements erforderlich ist. Für eine detaillierte Erklärung siehe Dev:identities.
    An English comment
    A German comment