Template:Task: Difference between revisions
No edit summary |
No edit summary |
||
(36 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
{ | { | ||
"params": { | "params": { | ||
" | "Number": { | ||
"label": "Task number", | "label": "Task number", | ||
"description": "The number of the task", | "description": "The number of the task", | ||
Line 27: | Line 27: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"PartOf workpackage": { | "PartOf workpackage": { | ||
Line 52: | Line 42: | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | |||
"Objectices": { | |||
"aliases": [ | |||
"Objectives" | |||
], | |||
"label": "Objectives", | |||
"description": "Objectives of the task", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "Everything related to a task ", | "description": "Everything related to a task ", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "Number", | ||
"Name", | "Name", | ||
"PartOf workpackage", | "PartOf workpackage", | ||
"Impact SA" | "Impact SA", | ||
"Objectices" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Objectives::{{{Objectives|}}}]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
[[Category:Tasks]] | [[Category:Tasks]] | ||
{| class="wikitable" style="float:right; margin:0 0 | {| class="wikitable" style="float:right; margin:0 0 0 1em; text-align:left;" | ||
|- | |- | ||
! Task number | ! Task number | ||
| [[ | | [[Number::{{{Number|}}}]] | ||
|- | |- | ||
! Name | ! Name | ||
Line 79: | Line 76: | ||
! Strategic Axes | ! Strategic Axes | ||
| {{#arraymap:{{{Impact SA|}}}|;|x|[[Impact SA::x]]}} | | {{#arraymap:{{{Impact SA|}}}|;|x|[[Impact SA::x]]}} | ||
|- | |- | ||
! Workpackage | ! Workpackage | ||
| [[PartOf workpackage::{{{PartOf workpackage|}}}]] | | [[PartOf workpackage::{{{PartOf workpackage|}}}]] | ||
|} | |} | ||
</includeonly> | </includeonly> |
Latest revision as of 14:13, 27 March 2025
Everything related to a task
Parameter | Description | Type | Status | |
---|---|---|---|---|
Task number | Number | The number of the task
| Number | required |
Name | Name | Name of the task
| String | required |
Workpackage | PartOf workpackage | What workpackage is this task for?
| Page name | required |
Impact Stategy Axes | Impact SA | Contains the list of strategic axes on which this task as an impact.
| Page name | required |
Objectives | Objectices Objectives | Objectives of the task | String | optional |