Template:InheritProcessStatus

From railML 2 Wiki
Jump to navigation Jump to search

Usage

This template displays the attribute processStatus and lists the possible values planned, actual, calculated, toBeChecked, imported and other:anything (see CO:usingAny#New enumeration value). The attribute can be commented on both in English and in German.

Arguments

The template has an obligatory and two optional arguments:

  • Obligatory:
    • selfLink: the name of the described element
  • Optional:
    • processStatus: English comment
    • processStatus_de: German comment

Dependencies

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

Examples

{{InheritProcessStatus|selfLink=ElementName}}

delivers

  • processStatus: It describes the ElementName status in relation to a working process.
🗒️ {{{1}}}  

Possible values are:

{{InheritProcessStatus
|selfLink=ElementName
|processStatus=English comment
|processStatus_de=Deutscher Kommentar
}}

delivers

  • processStatus: It describes the ElementName status in relation to a working process.
🗒️ {{{1}}}  

Possible values are:

The template is employed by TT:train, TT:trainPart and TT:trainGroup.