Template:Task: Difference between revisions
(Created page with " <noinclude> <templatedata> { "params": { "Has Number": { "aliases": [ "Number" ], "label": "Task number", "description": "The number of the task", "type": "number", "required": true } }, "description": "Everything related to a task " } </templatedata> </noinclude>") |
No edit summary |
||
(74 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
[[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", | |||
"description": "Name of the task", | |||
"example": "Improve and transform the governance of UNITA", | |||
"type": "string", | |||
"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": [ | |||
"Objectives" | |||
], | |||
"label": "Objectives", | |||
"description": "Objectives of the task", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "Everything related to a task " | "description": "Everything related to a task ", | ||
"paramOrder": [ | |||
"Number", | |||
"Name", | |||
"PartOf workpackage", | |||
"Impact SA", | |||
"Objectices" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Objectives::{{{Objectives|}}}]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | |||
[[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> |
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 |