Template:InheritOperationMode

From railML 2 Wiki
Revision as of 16:32, 22 February 2016 by RailML Coord Documentation (talk | contribs) (Documentation)
Jump to navigation Jump to search

Usage

This template lists the attributes modeLegislative, modeExecutive and clearanceManaging. For clearanceManaging, the possible values are listed. All atributes can be commented both in English and German.

Arguments

The template has six optional arguments:

  • modeLegislative: English comment on modeLegislative
  • modeLegislative_de: German comment on modeLegislative
  • modeExecutive: English comment on modeExecutive
  • modeExecutive_de: German comment on modeExecutive
  • clearanceManaging: English comment on clearanceManaging
  • clearanceManaging_de: German comment on clearanceManaging

Dependencies

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

Example

{{InheritOperationMode}}

delivers

  • modeLegislative
  • modeExecutive
  • clearanceManaging Possible values are:
  • sight
  • time
  • blocking
  • LZB-blocking
  • absBrakeDist
  • 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.
{{InheritOperationMode
|modeLegislative=English comment on modeLegislative
|modeLegislative_de=German comment on modeLegislative
|modeExecutive=English comment on modeExecutive
|modeExecutive_de=German comment on modeExecutive
|clearanceManaging=English comment on clearanceManaging
|clearanceManaging_de=German comment on clearanceManaging
}}

delivers

  • modeLegislative
    English comment on modeLegislative
    German comment on modeLegislative
  • modeExecutive
    English comment on modeExecutive
    German comment on modeExecutive
  • clearanceManaging Possible values are:
  • sight
  • time
  • blocking
  • LZB-blocking
  • absBrakeDist
  • 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 clearanceManaging
    German comment on clearanceManaging

The template is employed by IS:operationMode and IS:operationModeChange.