Template:Task: Difference between revisions
(Init commit for template Tasks) |
No edit summary |
||
(73 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
<!--{{#cargo_declare: | |||
_table=tasks; | |||
Has_number= Integer; | |||
Has_name= String; | |||
Has_indicators= List (,) of String; | |||
Has_participants= List (,) of String; | |||
Has_workpackage= String; | |||
}}--> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "Number": { | ||
"label": "Task number", | "label": "Task number", | ||
"description": "The number of the task", | "description": "The number of the task", | ||
"example": "1, 2, 3", | |||
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "Name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "Name of the | "description": "Name of the task", | ||
"example": "Improve and transform the governance of UNITA", | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "PartOf workpackage": { | ||
"label": "Workpackage", | |||
"description": "What workpackage is this task for?", | |||
"example": "Governance management and quality", | |||
"type": "wiki-page-name", | |||
"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": [ | "aliases": [ | ||
" | "Objectives" | ||
], | ], | ||
"label": " | "label": "Objectives", | ||
"description": " | "description": "Objectives of the task", | ||
"type": " | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "Everything related to a task ", | "description": "Everything related to a task ", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "Number", | ||
" | "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;" | |||
|- | |||
! Task number | |||
| [[Number::{{{Number|}}}]] | |||
|- | |||
! Name | |||
| [[Name::{{{Name|}}}]] | |||
|- | |||
! Strategic Axes | |||
| {{#arraymap:{{{Impact SA|}}}|;|x|[[Impact SA::x]]}} | |||
|- | |||
! 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 |