Template:InheritPowerTransmission

From railML 2 Wiki
Revision as of 16:57, 6 November 2022 by RailML Orga Ontology (talk | contribs) (Added PowerTransmission "type" values. Deleted missing info block)
Jump to navigation Jump to search

Usage

This template displays the attributes type and style. For type it lists the possible values adhesion, gearrack, cable and other:anything (see CO:usingAny#New enumeration value). Both attributes can be commented optionally as weel in English as in German.

Arguments

The templlate allows for four optional arguments:

  • type: English comment on type
  • type_de: German comment on type
  • style: English comment on style
  • style_de: German comment on style

Dependencies

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

Examples

{{InheritPowerTransmission}}

delivers

  • type Possible values are:
  • adhesion
  • gearrack
  • cable
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
  • style
{{InheritPowerTransmission
|type=English comment on type
|type_de=German comment on type
|style=English comment on style
|style_de=German comment on style
}}

delivers

  • type Possible values are:
  • adhesion
  • gearrack
  • cable
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
    English comment on type
    German comment on type
  • style
    English comment on style
    German comment on style

The template is employed by IS:powerTransmission and IS:powerTransmissionChange.