Template:Task: Difference between revisions
No edit summary |
No edit summary |
||
(48 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#cargo_declare: | [[Category:Templates]] | ||
<!--{{#cargo_declare: | |||
_table=tasks; | _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", | ||
Line 19: | Line 21: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "Name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "Name of the task", | "description": "Name of the task", | ||
Line 26: | Line 28: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "PartOf workpackage": { | ||
"label": "Workpackage", | "label": "Workpackage", | ||
"description": "What workpackage is this task for?", | "description": "What workpackage is this task for?", | ||
"example": "Governance | "example": "Governance management and quality", | ||
"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", | ||
" | "PartOf workpackage", | ||
" | "Impact SA", | ||
" | "Objectices" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Objectives::{{{Objectives|}}}]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | |||
{| class="wikitable" | [[Category:Tasks]] | ||
{| class="wikitable" style="float:right; margin:0 0 0 1em; text-align:left;" | |||
|- | |- | ||
! Task number | ! Task number | ||
| [[Number::{{{Number|}}}]] | |||
| [[ | |||
|- | |- | ||
! Name | ! Name | ||
| [[ | | [[Name::{{{Name|}}}]] | ||
|- | |- | ||
! | ! Strategic Axes | ||
| {{# | | {{#arraymap:{{{Impact SA|}}}|;|x|[[Impact SA::x]]}} | ||
|- | |- | ||
! Workpackage | ! 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 |