Template:Workpackage: Difference between revisions
(Fix includeonly) |
No edit summary |
||
(41 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
{ | { | ||
"params": { | "params": { | ||
" | "Number": { | ||
"aliases": [ | "aliases": [ | ||
"Number" | "Number" | ||
Line 11: | Line 11: | ||
"label": "Number", | "label": "Number", | ||
"description": "Work package No", | "description": "Work package No", | ||
"example": " | "example": "1, 2, 3", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
Line 18: | Line 18: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "Name": { | ||
"aliases": [ | "aliases": [ | ||
"Name" | "Name" | ||
Line 24: | Line 24: | ||
"label": "Work Package name", | "label": "Work Package name", | ||
"description": "Work Package name", | "description": "Work Package name", | ||
"example": "Governance, management and quality", | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"Has | "Has lead beneficiary ": { | ||
"aliases": [ | "aliases": [ | ||
"Lead beneficiary" | "Lead beneficiary" | ||
], | ], | ||
"label": "Lead | "label": "Lead beneficiary", | ||
"description": "Who is the Lead Beneficiary of that work package", | "description": "Who is the Lead Beneficiary of that work package", | ||
"example": " | "example": "UNITO", | ||
"type": "wiki-page-name" | |||
}, | }, | ||
" | "Effort": { | ||
"aliases": [ | "aliases": [ | ||
"Effort" | "Effort" | ||
Line 43: | Line 45: | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "Start month": { | ||
"aliases": [ | "aliases": [ | ||
"Start month" | "Start month" | ||
Line 50: | Line 52: | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "End month": { | ||
"aliases": [ | "aliases": [ | ||
"End | "End month" | ||
], | ], | ||
"label": "End | "label": "End month", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"Has | "Has deliverables": { | ||
"aliases": [ | "aliases": [ | ||
"Deliverables" | "Deliverables" | ||
], | ], | ||
"label": "Deliverables", | "label": "Deliverables", | ||
"description": "Work package's deliverables" | "description": "Work package's deliverables", | ||
"type": "wiki-page-name" | |||
} | } | ||
}, | }, | ||
"description": "This templates is useful for creating new Work packages. A work package is defined by the parameters below. ", | "description": "This templates is useful for creating new Work packages. A work package is defined by the parameters below. ", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "Number", | ||
" | "Name", | ||
"Has | "Has lead beneficiary ", | ||
" | "Effort", | ||
" | "Start month", | ||
" | "End month", | ||
"Has | "Has deliverables" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
== Objectives == | |||
Explain the objectives of this work package here. Explain how (which indicator) are essential to measure the goal and objectives. | |||
== Description == | |||
Add the description of the Work package by listing all the tasks here. | |||
We invite you to create a Spraql query to extract all task for this sub package. If people are interested, they will be able to follow the link to the task's page. | |||
</noinclude> | </noinclude> | ||
[[Category:Workpackages]] | [[Category:Workpackages]] | ||
<includeonly> | <includeonly> | ||
{| class="wikitable" | {| class="wikitable" style="float:right; margin:0 0 1em 1em; text-align:left;" | ||
|- | |- | ||
! Work package No | ! Work package No | ||
| [[ | | [[Number::{{{Number|}}}]] | ||
|- | |- | ||
! Workpackage name | ! Workpackage name | ||
| [[ | | [[Name::{{{Name|}}}]] | ||
|- | |- | ||
! Lead beneficiary | ! Lead beneficiary | ||
| [[Has | | [[Has lead beneficiary::{{{Has lead beneficiary|}}}]] | ||
|- | |- | ||
! Effort (Person-month) | ! Effort (Person-month) | ||
| [[ | | [[Effort::{{{Effort|}}}]] | ||
|- | |- | ||
! Start month | ! Start month | ||
| [[ | | [[Start month::{{{Start month|}}}]] | ||
|- | |- | ||
! End month | ! End month | ||
| [[ | | [[End month::{{{End month|}}}]] | ||
|} | |} | ||
= Deliverables = | |||
Below is a list of set deliverables for that workpackage to be completed during Phase 2 of the project. | |||
{{#ask: [[-Has subobject::DataSrc:UNITA Data/Meta UNITA/Deliverables]] | |||
[[title::{{{Name|}}}]] | |||
|?deliverable_number | |||
|?description | |||
|?abstract | |||
|class=datatable | |||
|format=datatables | |||
|mainlabel=- | |||
}} | |||
= Work package's task = | |||
Below is a list of tasks which are part of this workpackage. Each focusing on a thematic and activities to be done. You can find further information on each Task's page. | |||
{{#ask: [[Category:Tasks]] | |||
[[PartOf workpackage::{{{Name|}}}]] | |||
| ?Number = Task # | |||
| ?Name = Title | |||
|format=table | |||
|headers=plain | |||
|order=descending | |||
|link=all | |||
|mainlabel=- | |||
|class=datatable compact cell-border | |||
}} | |||
</includeonly> | </includeonly> |
Latest revision as of 13:35, 28 October 2024
This templates is useful for creating new Work packages. A work package is defined by the parameters below.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Number | Number Number | Work package No
| String | required |
Work Package name | Name Name | Work Package name
| String | required |
Lead beneficiary | Has lead beneficiary Lead beneficiary | Who is the Lead Beneficiary of that work package
| Page name | optional |
Effort | Effort Effort | Effort (in person-Month) | Number | optional |
Start month | Start month Start month | no description | Number | optional |
End month | End month End month | no description | Number | optional |
Deliverables | Has deliverables Deliverables | Work package's deliverables | Page name | optional |
Objectives[edit source]
Explain the objectives of this work package here. Explain how (which indicator) are essential to measure the goal and objectives.
Description[edit source]
Add the description of the Work package by listing all the tasks here. We invite you to create a Spraql query to extract all task for this sub package. If people are interested, they will be able to follow the link to the task's page.