Template:InheritOcpRef: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Updated examples to match last revision of template)
 
Line 28: Line 28:
delivers
delivers


{|border="1"
{{InheritOcpRef}}
|{{InheritRef
|attributeName = ocpStationRef
|contextLink = {{IS:Tag|ocp}}
|notes_en = {{Intro|2.1}} {{#if:|<br/>{{{ocpStationRef}}}|}}
|notes_de = {{#if:|{{Deu|{{{ocpStationRef_de}}}}}|}}
}}
 
{{InheritRef
|attributeName = controllerRef
|contextLink = {{IS:Tag|controller}}
|notes_en = {{Intro|2.1}} {{#if:|<br/>{{{controllerRef}}}|}}
|notes_de = {{#if:|{{Deu|{{{controllerRef_de}}}}}|}}
}}
|}


<nowiki>{{inheritOcpRef
<nowiki>{{inheritOcpRef
Line 53: Line 39:
delivers
delivers


{|border="1"
{{inheritOcpRef
|{{InheritRef
|ocpStationRef=An English comment on ocpStationRef
|attributeName = ocpStationRef
|ocpStationRef_de=Ein deutscher Kommentar zu ocpStationRef
|contextLink = {{IS:Tag|ocp}}
|controllerRef=An English comment on controllerRef
|notes_en = {{Intro|2.1}} {{#if:An English comment on ocpStationRef|<br/>An English comment on ocpStationRef|}}
|controllerRef_de=Ein deutscher Kommentar zu controllerRef
|notes_de = {{#if:Ein deutscher Kommentar zu ocpStationRef|{{Deu|Ein deutscher Kommentar zu ocpStationRef}}|}}
}}
 
{{InheritRef
|attributeName = controllerRef
|contextLink = {{IS:Tag|controller}}
|notes_en = {{Intro|2.1}} {{#if:An English comment on controllerRef|<br/>An English comment on controllerRef|}}
|notes_de = {{#if:Ein deutscher Kommentar zu controllerRef|{{Deu|Ein deutscher Kommentar zu controllerRef}}|}}
}}
}}
|}


The template is employed e.g. by [[IS:signal]].
The template is employed e.g. by [[IS:signal]].


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

Latest revision as of 17:49, 26 December 2018

Usage

This template lists the commented attributes ocpStationRef and controllerRef. It allows for optional comments for both attributes both in Englishg and German.

Arguments

The template has four optional arguments:

  • ocpStationRef: English comment on ocpStationRef
  • ocpStationRef_de: German Comment on ocpSttationRef
  • controllerRef: English comment on controllerRef
  • controllerRef_de: German comment on controllerRef

Dependencies

The template depends on Template:InheritRef, Template:Intro, Template:IS:Tag, Template:IS:Doc, Template:Attr, Template:Enum and Template:AddAnn. Template:InheritSwitchCrossing builds on it.

Example

{{InheritOcpRef}}

delivers


  • ocpStationRef: This refers to the id attribute of the associated <ocp> element.
    (introduced with version 2.1)
  • controllerRef: This refers to the id attribute of the associated <controller> element.
    (introduced with version 2.1)

{{inheritOcpRef |ocpStationRef=An English comment on ocpStationRef |ocpStationRef_de=Ein deutscher Kommentar zu ocpStationRef |controllerRef=An English comment on controllerRef |controllerRef_de=Ein deutscher Kommentar zu controllerRef }}

delivers


  • ocpStationRef: This refers to the id attribute of the associated <ocp> element.
    (introduced with version 2.1)
    An English comment on ocpStationRef

    Ein deutscher Kommentar zu ocpStationRef
  • controllerRef: This refers to the id attribute of the associated <controller> element.
    (introduced with version 2.1)
    An English comment on controllerRef

    Ein deutscher Kommentar zu controllerRef

The template is employed e.g. by IS:signal.