Template:Workpackage: Difference between revisions

    From UNITApedia
    (Added list of task for each workpackage)
    No edit summary
     
    (37 intermediate revisions by 2 users not shown)
    Line 5: Line 5:
    {
    {
    "params": {
    "params": {
    "Has Number": {
    "Number": {
    "aliases": [
    "aliases": [
    "Number"
    "Number"
    Line 11: Line 11:
    "label": "Number",
    "label": "Number",
    "description": "Work package No",
    "description": "Work package No",
    "example": "WP1, WP2",
    "example": "1, 2, 3",
    "type": "string",
    "type": "string",
    "suggestedvalues": [
    "suggestedvalues": [
    Line 18: Line 18:
    "required": true
    "required": true
    },
    },
    "Has Name": {
    "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 Lead beneficiary ": {
    "Has lead beneficiary ": {
    "aliases": [
    "aliases": [
    "Lead beneficiary"
    "Lead beneficiary"
    ],
    ],
    "label": "Lead Beneficiary",
    "label": "Lead beneficiary",
    "description": "Who is the Lead Beneficiary of that work package",
    "description": "Who is the Lead Beneficiary of that work package",
    "example": "1 - UNITO"
    "example": "UNITO",
    "type": "wiki-page-name"
    },
    },
    "Has Effort": {
    "Effort": {
    "aliases": [
    "aliases": [
    "Effort"
    "Effort"
    Line 43: Line 45:
    "type": "number"
    "type": "number"
    },
    },
    "Has Start month": {
    "Start month": {
    "aliases": [
    "aliases": [
    "Start month"
    "Start month"
    Line 50: Line 52:
    "type": "number"
    "type": "number"
    },
    },
    "Has End Month": {
    "End month": {
    "aliases": [
    "aliases": [
    "End Month"
    "End month"
    ],
    ],
    "label": "End Month",
    "label": "End month",
    "type": "number"
    "type": "number"
    },
    },
    "Has Deliverables": {
    "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": [
    "Has Number",
    "Number",
    "Has Name",
    "Name",
    "Has Lead beneficiary ",
    "Has lead beneficiary ",
    "Has Effort",
    "Effort",
    "Has Start month",
    "Start month",
    "Has End Month",
    "End month",
    "Has Deliverables"
    "Has deliverables"
    ]
    ]
    }
    }
    Line 88: Line 91:
    [[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
    | [[Has Number::{{{Has Number|}}}]]
    | [[Number::{{{Number|}}}]]
    |-
    |-
    ! Workpackage name  
    ! Workpackage name  
    | [[Has Name::{{{Has Name|}}}]]
    | [[Name::{{{Name|}}}]]
    |-
    |-
    ! Lead beneficiary
    ! Lead beneficiary
    | [[Has Lead beneficiary::{{{Has Lead beneficiary|}}}]]
    | [[Has lead beneficiary::{{{Has lead beneficiary|}}}]]
    |-
    |-
    ! Effort (Person-month)
    ! Effort (Person-month)
    | [[Has Effort::{{{Has Effort|}}}]]
    | [[Effort::{{{Effort|}}}]]
    |-
    |-
    ! Start month
    ! Start month
    | [[Has Start month::{{{Has Start month|}}}]]
    | [[Start month::{{{Start month|}}}]]
    |-
    |-
    ! End month
    ! End month
    | [[Has End Month::{{{Has End Month|}}}]]
    | [[End month::{{{End month|}}}]]
    |}
    |}


    == Description ==  
    = 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 ===


    {{#ask:
    = Work package's task =
      [[Category:WorkPackage]]
    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.
       [[ContainsTask::{{{Has Number|}}]]
    {{#ask: [[Category:Tasks]]
       | ?taskNumber
       [[PartOf workpackage::{{{Name|}}}]]
       | ?title
       | ?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.

    Template parameters

    ParameterDescriptionTypeStatus
    NumberNumber Number

    Work package No

    Suggested values
    WP
    Example
    1, 2, 3
    Stringrequired
    Work Package nameName Name

    Work Package name

    Example
    Governance, management and quality
    Stringrequired
    Lead beneficiaryHas lead beneficiary Lead beneficiary

    Who is the Lead Beneficiary of that work package

    Example
    UNITO
    Page nameoptional
    EffortEffort Effort

    Effort (in person-Month)

    Numberoptional
    Start monthStart month Start month

    no description

    Numberoptional
    End monthEnd month End month

    no description

    Numberoptional
    DeliverablesHas deliverables Deliverables

    Work package's deliverables

    Page nameoptional


    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.