From Kolflow Project
(Difference between revisions)
|
|
(29 intermediate revisions not shown) |
Line 1: |
Line 1: |
| + | <noinclude> |
| + | The Template for displaying a task |
| + | </noinclude> |
| + | <includeonly> |
| [[Category:Task]] | | [[Category:Task]] |
- | Title : [[Task title::{{{title}}}]] | + | '''Title''' : [[Task title::{{{title}}}]] |
| | | |
- | Number : [[Task number::{{{no}}}]]
| + | '''Code''' : [[Task number::{{{no}}}]] |
| | | |
- | Responsible : [[Task responsible::{{{responsible}}}]] | + | '''Responsible''' : [[Task responsible::{{{responsible}}}]] |
| | | |
- | Description : {{{description |}}}
| + | '''Activities''' : [[Task activities::{{{activities}}}]] |
| + | |
| + | |
| + | [[Category:Event]] |
| + | |
| + | '''Start Date''' : {{{startdate| }}} |
| + | |
| + | '''End Date''' : {{{enddate| }}} |
| + | |
| + | {{#set:Event startdate={{{startdate}}} |
| + | | Event enddate={{{enddate}}} |
| + | }} |
| + | |
| + | '''Objectives''' : {{{description |}}} |
| + | |
| + | '''Success criteria''' : {{{success |}}} |
| + | |
| + | '''Risks''' : {{{risks |}}} |
| + | |
| + | |
| + | '''Deliverables''' : |
| + | {{#ask: |
| + | [[Category:Deliverable]] |
| + | [[Deliverable task::{{PAGENAME}}||<q>[[Category:Sub-task]][[Main task::{{PAGENAME}}]]</q> ]] |
| + | |?Deliverable text = description |
| + | |?Deliverable deadline = Feb2011+months |
| + | | format=table |
| + | }} |
| + | |
| + | '''Sub-tasks''' : |
| + | {{#ask: |
| + | [[Category:Sub-task]] [[Main task::{{PAGENAME}}]] |
| + | |?Task title = title |
| + | | format=table |
| + | }} |
| + | </includeonly> |
Latest revision as of 21:42, 17 February 2011
The Template for displaying a task