From Kolflow Project
(Difference between revisions)
|
|
(4 intermediate revisions not shown) |
Line 1: |
Line 1: |
| + | <noinclude> |
| + | The Template for displaying a sub-task |
| + | </noinclude> |
| + | <includeonly> |
| [[Category:Sub-task]] | | [[Category:Sub-task]] |
| + | |
| + | '''Refering task''' : [[Main task::{{{main}}}]] |
| + | |
| + | '''Title''' : [[Task title::{{{title}}}]] |
| + | |
| + | '''Code''' : [[Task number::{{{no}}}]] |
| + | |
| + | [[Category:Event]] |
| + | |
| + | '''Start Date''' : {{{startdate| }}} |
| + | |
| + | '''End Date''' : {{{enddate| }}} |
| + | |
| + | {{#set:Event startdate={{{startdate}}} |
| + | | Event enddate={{{enddate}}} |
| + | }} |
| + | |
| + | '''Description''' : {{{description |}}} |
| + | |
| + | '''Deliverables''' : |
| + | {{#ask: |
| + | [[Category:Deliverable]] [[Deliverable task::{{PAGENAME}}]] |
| + | |?Deliverable text = description |
| + | |?Deliverable deadline = Feb2011+months |
| + | | format=table |
| + | }} |
| + | </includeonly> |
Latest revision as of 16:15, 17 February 2011
The Template for displaying a sub-task