Template:InheritId: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
(intro- und depri-Tags vor 2.2 entfernt)
Line 1: Line 1:
<includeonly>* {{Attr|id}} {{Intro|2.0}}: 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}}: 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>
==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}} {{Intro|2.0}}: 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|| }}
* {{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|| }}


<nowiki>{{InheritId
<nowiki>{{InheritId
Line 24: Line 24:
{|border="1"
{|border="1"
|
|
* {{Attr|id}} {{Intro|2.0}}: 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 }}
* {{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 }}
|}
|}


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

Revision as of 18:09, 21 July 2017

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: This is the unique identifier which is used to refer to the current element. It is used for XML file internal unambiguous references. How to handle it?

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

delivers (in a box)

  • id: This is the unique identifier which is used to refer to the current element. It is used for XML file internal unambiguous references. How to handle it?
    An English comment
    A German comment