Difference between revisions of "Template:Task"
From DFM Wiki
EricThrift (talk | contribs) |
EricThrift (talk | contribs) |
||
Line 1: | Line 1: | ||
<includeonly>{{!}}- | <includeonly>{{!}}- | ||
− | {{#switch: {{{view|short|{{!}}{{{type|}}} | + | {{#switch: {{{view}}}|short|{{!}}{{{type|}}} |
{{!}}{{{title|}}} | {{!}}{{{title|}}} | ||
{{!}}{{{date|}}}|{{!}}{{{team|}}} | {{!}}{{{date|}}}|{{!}}{{{team|}}} |
Revision as of 12:19, 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 |