Template:InheritProcessStatus
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. (deprecated with version 2.5)
|
Possible values are:
- planned
- actual
- calculated
- toBeChecked
- changed
- imported
- other:anything: Any value that does not fit any value from the previous enumeration list, starting with 'other:' followed by at least two letters and/or digits. Please see the section New enumeration value in Dev:usingAny for more information.
{{InheritProcessStatus |selfLink=ElementName |processStatus=English comment |processStatus_de=Deutscher Kommentar }}
delivers
- processStatus: It describes the ElementName status in relation to a working process. (deprecated with version 2.5)
|
Possible values are:
- planned
- actual
- calculated
- toBeChecked
- changed
- imported
- other:anything: Any value that does not fit any value from the previous enumeration list, starting with 'other:' followed by at least two letters and/or digits. Please see the section New enumeration value in Dev:usingAny for more information.
English comment
Deutscher Kommentar
The template is employed by TT:train, TT:trainPart and TT:trainGroup.