Template:Task: Difference between revisions
m (Text replacement - "Has name" to "Name") |
No edit summary |
||
(39 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 44: | Line 34: | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true | ||
}, | |||
"Impact SA": { | |||
"label": "Impact Stategy Axes", | |||
"description": "Contains the list of strategic axes on which this task as an impact.", | |||
"example": "Education and Pedagogical Innovation, Governance", | |||
"type": "wiki-page-name", | |||
"required": 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", | ||
" | "Impact SA", | ||
" | "Objectices" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Objectives::{{{Objectives|}}}]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | |||
[[Category:Tasks]] | [[Category:Tasks]] | ||
{| class="wikitable" style="float:right; margin:0 0 0 1em; text-align:left;" | |||
{| class="wikitable" style="float:right; margin:0 0 | |||
|- | |- | ||
! Task number | ! Task number | ||
| [[ | | [[Number::{{{Number|}}}]] | ||
|- | |- | ||
! Name | ! Name | ||
| [[Name::{{{Name|}}}]] | | [[Name::{{{Name|}}}]] | ||
|- | |- | ||
! | ! Strategic Axes | ||
| {{# | | {{#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 |