Template:InheritMonitoring: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Updated using new template (Vorlage:AddAnn))
No edit summary
Line 1: Line 1:
* {{Attr|softwareVersion}}: This is the version of installed software in the on-board unit as additional information. <br/> {{Deu|Die Angabe der verwendeten Softwareversion ist eine Zusatzinformation.}} {{AddAnn|{{{softwareVersion|}}}|{{{softwareVersion_de|}}} }}
<includeonly>* {{Attr|softwareVersion}}: This is the version of installed software in the on-board unit as additional information. <br/> {{Deu|Die Angabe der verwendeten Softwareversion ist eine Zusatzinformation.}} {{AddAnn|{{{softwareVersion|}}}|{{{softwareVersion_de|}}} }}


* {{Attr|onBoardUnitID}}: This contains the unique ID given to a particular on-board unit, which is used for the communication with control centre. <br/> {{Deu|Für die Adressierung bei der Kommunikation erhält jedes Fahrzeuggerät eine eindeutige Identifikation, unter der es von der Zentrale angesprochen werden kann.}} {{AddAnn|{{{onBoardUnitID|}}}|{{{onBoardUnitID_de|}}} }}<noinclude>[[Category:AttributeTemplate]]</noinclude>
* {{Attr|onBoardUnitID}}: This contains the unique ID given to a particular on-board unit, which is used for the communication with control centre. <br/> {{Deu|Für die Adressierung bei der Kommunikation erhält jedes Fahrzeuggerät eine eindeutige Identifikation, unter der es von der Zentrale angesprochen werden kann.}} {{AddAnn|{{{onBoardUnitID|}}}|{{{onBoardUnitID_de|}}} }}</includeonly><noinclude>
==Usage==
This template displays the attributes ''softwareVersion'' and ''onBoardUnitId''. It provides a standardized comment and allows for optional comments on both attributes as well in English as in German.
===Arguments===
The template has four optional parameters:
*softwareVersion: an English comment on softwareVersion
*softwareVersion_de: a German comment on softwareVersion
*onBoardUnitID: an English comment on onBoardUnitID
*onBoardUnitID_de: a German comment on onBoardUnitID
===Dependencies===
The template depends on [[Template:Attr]] and [[Template:AddAnn]]. No other templates build on it.
==Examples==
<nowiki>{{InheritMonitoring}}</nowiki>
 
delivers (in a box)
 
{|border="1"
|
* {{Attr|softwareVersion}}: This is the version of installed software in the on-board unit as additional information. <br/> {{Deu|Die Angabe der verwendeten Softwareversion ist eine Zusatzinformation.}} {{AddAnn|| }}
 
* {{Attr|onBoardUnitID}}: This contains the unique ID given to a particular on-board unit, which is used for the communication with control centre. <br/> {{Deu|Für die Adressierung bei der Kommunikation erhält jedes Fahrzeuggerät eine eindeutige Identifikation, unter der es von der Zentrale angesprochen werden kann.}} {{AddAnn|| }}
|}
 
<nowiki>{{InheritMonitoring
|softwareVersion=An English comment on softwareVersion.
|softwareVersion_de=A German comment on softwareVersion.
|onBoardUnitID=An English comment on onBoardUnitID.
|onBoardUnitID_de=A German comment on onBoardUnitID.
}}</nowiki>
 
delivers (in a box)
 
{|border="1"
|
* {{Attr|softwareVersion}}: This is the version of installed software in the on-board unit as additional information. <br/> {{Deu|Die Angabe der verwendeten Softwareversion ist eine Zusatzinformation.}} {{AddAnn|An English comment on softwareVersion.|A German comment on softwareVersion. }}
 
* {{Attr|onBoardUnitID}}: This contains the unique ID given to a particular on-board unit, which is used for the communication with control centre. <br/> {{Deu|Für die Adressierung bei der Kommunikation erhält jedes Fahrzeuggerät eine eindeutige Identifikation, unter der es von der Zentrale angesprochen werden kann.}} {{AddAnn|An English comment on onBoardUnitID.|A German comment on onBoardUnitID. }}
|}
 
[[Category:AttributeTemplate]]</noinclude>

Revision as of 18:30, 15 February 2016

Usage

This template displays the attributes softwareVersion and onBoardUnitId. It provides a standardized comment and allows for optional comments on both attributes as well in English as in German.

Arguments

The template has four optional parameters:

  • softwareVersion: an English comment on softwareVersion
  • softwareVersion_de: a German comment on softwareVersion
  • onBoardUnitID: an English comment on onBoardUnitID
  • onBoardUnitID_de: a German comment on onBoardUnitID

Dependencies

The template depends on Template:Attr and Template:AddAnn. No other templates build on it.

Examples

{{InheritMonitoring}}

delivers (in a box)

  • softwareVersion: This is the version of installed software in the on-board unit as additional information.
    Die Angabe der verwendeten Softwareversion ist eine Zusatzinformation.
  • onBoardUnitID: This contains the unique ID given to a particular on-board unit, which is used for the communication with control centre.
    Für die Adressierung bei der Kommunikation erhält jedes Fahrzeuggerät eine eindeutige Identifikation, unter der es von der Zentrale angesprochen werden kann.

{{InheritMonitoring |softwareVersion=An English comment on softwareVersion. |softwareVersion_de=A German comment on softwareVersion. |onBoardUnitID=An English comment on onBoardUnitID. |onBoardUnitID_de=A German comment on onBoardUnitID. }}

delivers (in a box)

  • softwareVersion: This is the version of installed software in the on-board unit as additional information.
    Die Angabe der verwendeten Softwareversion ist eine Zusatzinformation.
    An English comment on softwareVersion.
    A German comment on softwareVersion.
  • onBoardUnitID: This contains the unique ID given to a particular on-board unit, which is used for the communication with control centre.
    Für die Adressierung bei der Kommunikation erhält jedes Fahrzeuggerät eine eindeutige Identifikation, unter der es von der Zentrale angesprochen werden kann.
    An English comment on onBoardUnitID.
    A German comment on onBoardUnitID.