Template:InheritPowerTransmission: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Undocumented enumeration items)
(Added PowerTransmission "type" values. Deleted missing info block)
Line 1: Line 1:
<includeonly>* {{Attr|type}} Possible values are:
<includeonly>* {{Attr|type}} Possible values are:
{{missing information|user=[[User:Ferri Leberl|Ferri Leberl]] ([[User talk:Ferri Leberl|talk]]) 16:33, 25 April 2018 (CEST)|topic=the semantics of the enumeration items}}
:* {{Enum|adhesion}} stands for the adhesion railway. For further details see {{wiki|Adhesion_railway}}
:* {{Enum|adhesion}}
:* {{Enum|gearrack}} stands for the rack railway. For further details see {{wiki|Rack_railway}}
:* {{Enum|gearrack}}
:* {{Enum|cable}} stands for the overhead line. For further details see {{wiki|Overhead_line}}
:* {{Enum|cable}}
:* {{OtherEnum
:* {{OtherEnum
|notes_en =
|notes_en =

Revision as of 16:57, 6 November 2022

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.