Difference between revisions of "Template:Task"
From DFM Wiki
EricThrift (talk | contribs) |
EricThrift (talk | contribs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>{{!}}- |
− | + | {{!}}{{{type|}}} | |
− | + | {{!}}{{{title|}}} | |
− | + | {{!}}{{{description|}}} | |
− | + | {{!}}{{{date|}}} | |
− | + | {{!}}{{{status|}}} | |
− | + | {{!}}{{{notes|}}}</includeonly><noinclude> | |
− | |||
− | </includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 53: | Line 51: | ||
"description": "Additional notes", | "description": "Additional notes", | ||
"type": "string" | "type": "string" | ||
+ | }, | ||
+ | "view": { | ||
+ | "label": "View", | ||
+ | "description": "Type of view (full, short)", | ||
+ | "default": "full" | ||
} | } | ||
}, | }, |
Latest revision as of 17:33, 28 February 2021
Template for entering project management task descriptions.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Team | team | Team responsible for the task, or whose work it concerns | String | optional |
Type | type | Type of task (deliverable, meeting, ...) | String | optional |
task title | title | Short, unique identifier for the task | String | required |
Description | description | Full description of the task (from terms of reference) | String | optional |
Date | date | Date on which a task should be performed or completed | Date | optional |
Status | status | Description of the current status of the task
| String | optional |
percent complete | percent complete | The percentage of the task that has been completed
| Number | optional |
Notes | notes | Additional notes | String | optional |
View | view | Type of view (full, short)
| Unknown | optional |