Template:Task: Difference between revisions

    From UNITApedia
    (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 work package",
    "description": "Name of the task",
    "example": "Improve and transform the governance of UNITA",
    "type": "string",
    "type": "string",
    "required": true
    "required": true
    },
    },
    "hasIndicators": {
    "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"
    },
    },
    "hasParticipants": {
    "Has participants": {
    "aliases": [
    "aliases": [
    "Participants"
    "Participants"
    Line 30: Line 41:
    "type": "wiki-page-name"
    "type": "wiki-page-name"
    },
    },
    "partOfWorkpackage": {
    "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",
    "hasIndicators",
    "Has indicators",
    "hasParticipants",
    "Has participants",
    "partOfWorkpackage"
    "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
    | [[hasIndicators::{{{hasIndicators|}}}]]
    | [[Has indicators::{{{Has indicators|}}}]]
    |-
    |-
    ! Participants
    ! Participants
    | [[hasParticipants::{{{hasParticipants|}}}]]
    | [[Has participants::{{{Has participants|}}}]]
    |-
    |-
    ! Workpackage
    ! Workpackage
    | [[partOfWorkpackage::{{{partOfWorkpackage|}}}]]
    | [[PartOf workpackage::{{{PartOf workpackage|}}}]]
    |}
    |}
    </includeonly>
    </includeonly>

    Revision as of 08:52, 8 March 2024

    Everything related to a task

    Template parameters

    ParameterDescriptionTypeStatus
    Task numberHas number Number

    The number of the task

    Example
    1, 2, 3
    Numberrequired
    NameHas name Name

    Name of the task

    Example
    Improve and transform the governance of UNITA
    Stringrequired
    IndicatorsHas indicators Indicators

    Indicators to measure the task performance and advancement

    Page nameoptional
    ParticipantsHas participants Participants

    All participants for this task

    Page nameoptional
    WorkpackagePartOf work package Workpackage

    What workpackage is this task for?

    Example
    Governance, management and quality
    Page namerequired