Template:Task: Difference between revisions
No edit summary |
(Fix semantic terms) |
||
Line 5: | Line 5: | ||
{ | { | ||
"params": { | "params": { | ||
" | "number": { | ||
"label": "Task number", | "label": "Task number", | ||
"description": "The number of the task", | "description": "The number of the task", | ||
Line 14: | Line 11: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "Name of the work package", | "description": "Name of the work package", | ||
Line 23: | Line 17: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "hasIndicators": { | ||
"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" | ||
}, | }, | ||
" | "hasParticipants": { | ||
"aliases": [ | |||
"Participants" | |||
], | |||
"label": "Participants", | |||
"description": "All participants for this task", | |||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
" | "partOfWorkpackage": { | ||
"aliases": [ | "aliases": [ | ||
"Workpackage" | "Workpackage" | ||
], | ], | ||
"label": "Workpackage", | |||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true | ||
Line 49: | Line 41: | ||
"description": "Everything related to a task ", | "description": "Everything related to a task ", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "number", | ||
" | "name", | ||
" | "hasIndicators", | ||
" | "hasParticipants", | ||
" | "partOfWorkpackage" | ||
] | ] | ||
} | } | ||
Line 67: | Line 59: | ||
|- | |- | ||
! Task number | ! Task number | ||
| [[ | | [[number::{{{number|}}}]] | ||
|- | |- | ||
! Name | ! Name | ||
| [[ | | [[name::{{{name|}}}]] | ||
|- | |- | ||
! Indicators | ! Indicators | ||
| [[ | | [[hasIndicators::{{{hasIndicators|}}}]] | ||
|- | |- | ||
! Participants | ! Participants | ||
| [[ | | [[hasParticipants::{{{hasParticipants|}}}]] | ||
|- | |- | ||
! Workpackage | ! Workpackage | ||
| [[ | | [[partOfWorkpackage::{{{partOfWorkpackage|}}}]] | ||
|} | |} | ||
</includeonly> | </includeonly> |
Revision as of 12:04, 6 March 2024
Everything related to a task
Parameter | Description | Type | Status | |
---|---|---|---|---|
Task number | number | The number of the task | Number | required |
Name | name | Name of the work package | String | required |
Indicators | hasIndicators | Indicators to measure the task performance and advancement | Page name | optional |
Participants | hasParticipants Participants | All participants for this task | Page name | optional |
Workpackage | partOfWorkpackage Workpackage | no description | Page name | required |