Template:Task: Difference between revisions
(Fix semantic terms) |
(Change template and properties' names) |
||
Line 5: | Line 5: | ||
{ | { | ||
"params": { | "params": { | ||
"number": { | "Has number": { | ||
"aliases": [ | |||
"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": { | "Has name": { | ||
"aliases": [ | |||
"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 | ||
}, | }, | ||
" | "Has indicators": { | ||
"aliases": [ | |||
"Indicators" | |||
], | |||
"label": "Indicators", | "label": "Indicators", | ||
"description": "Indicators to measure the task performance and advancement", | "description": "Indicators to measure the task performance and advancement", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
" | "Has participants": { | ||
"aliases": [ | "aliases": [ | ||
"Participants" | "Participants" | ||
Line 30: | Line 41: | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
" | "PartOf work package": { | ||
"aliases": [ | "aliases": [ | ||
"Workpackage" | "Workpackage" | ||
], | ], | ||
"label": "Workpackage", | "label": "Workpackage", | ||
"description": "What workpackage is this task for?", | |||
"example": "Governance, management and quality", | |||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true | ||
Line 41: | Line 54: | ||
"description": "Everything related to a task ", | "description": "Everything related to a task ", | ||
"paramOrder": [ | "paramOrder": [ | ||
"number", | "Has number", | ||
"name", | "Has name", | ||
" | "Has indicators", | ||
" | "Has participants", | ||
" | "PartOf work package" | ||
] | ] | ||
} | } | ||
Line 59: | Line 72: | ||
|- | |- | ||
! Task number | ! Task number | ||
| [[number::{{{number|}}}]] | | [[Has number::{{{Has number|}}}]] | ||
|- | |- | ||
! Name | ! Name | ||
| [[name::{{{name|}}}]] | | [[Has name::{{{Has name|}}}]] | ||
|- | |- | ||
! Indicators | ! Indicators | ||
| [[ | | [[Has indicators::{{{Has indicators|}}}]] | ||
|- | |- | ||
! Participants | ! Participants | ||
| [[ | | [[Has participants::{{{Has participants|}}}]] | ||
|- | |- | ||
! Workpackage | ! Workpackage | ||
| [[ | | [[PartOf workpackage::{{{PartOf workpackage|}}}]] | ||
|} | |} | ||
</includeonly> | </includeonly> |
Revision as of 08:52, 8 March 2024
Everything related to a task
Parameter | Description | Type | Status | |
---|---|---|---|---|
Task number | Has number Number | The number of the task
| Number | required |
Name | Has name Name | Name of the task
| String | required |
Indicators | Has indicators Indicators | Indicators to measure the task performance and advancement | Page name | optional |
Participants | Has participants Participants | All participants for this task | Page name | optional |
Workpackage | PartOf work package Workpackage | What workpackage is this task for?
| Page name | required |