Template:Task: Difference between revisions

    From UNITApedia
    No edit summary
    (Fix semantic terms)
    Line 5: Line 5:
    {
    {
    "params": {
    "params": {
    "Has Number": {
    "number": {
    "aliases": [
    "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
    },
    },
    "Has Name": {
    "name": {
    "aliases": [
    "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
    },
    },
    "Has Indicators": {
    "hasIndicators": {
    "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": {
    "hasParticipants": {
                "aliases":[
    "aliases": [
                    "Participants"
    "Participants"
                ],
    ],
                "label": "Participants",
    "label": "Participants",
                "description": "All participants for this task",
    "description": "All participants for this task",
    "type": "wiki-page-name"
    "type": "wiki-page-name"
    },
    },
    "PartOf Workpackage": {
    "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": [
    "Has Number",
    "number",
    "Has Name",
    "name",
    "Has Indicators",
    "hasIndicators",
    "Has Participants",
    "hasParticipants",
    "PartOf Workpackage"
    "partOfWorkpackage"
    ]
    ]
    }
    }
    Line 67: Line 59:
    |-
    |-
    ! Task number
    ! Task number
    | [[Has Number::{{{Has Number|}}}]]
    | [[number::{{{number|}}}]]
    |-
    |-
    ! Name
    ! Name
    | [[Has Name::{{{Has Name|}}}]]
    | [[name::{{{name|}}}]]
    |-
    |-
    ! Indicators
    ! Indicators
    | [[Has Indicators::{{{Has Indicators|}}}]]
    | [[hasIndicators::{{{hasIndicators|}}}]]
    |-
    |-
    ! Participants
    ! Participants
    | [[Has Participants::{{{Has Participants|}}}]]
    | [[hasParticipants::{{{hasParticipants|}}}]]
    |-
    |-
    ! Workpackage
    ! Workpackage
    | [[PartOf Workpackage::{{{PartOf Workpackage |}}}]]
    | [[partOfWorkpackage::{{{partOfWorkpackage|}}}]]
    |}
    |}
    </includeonly>
    </includeonly>

    Revision as of 12:04, 6 March 2024

    Everything related to a task

    Template parameters

    ParameterDescriptionTypeStatus
    Task numbernumber

    The number of the task

    Numberrequired
    Namename

    Name of the work package

    Stringrequired
    IndicatorshasIndicators

    Indicators to measure the task performance and advancement

    Page nameoptional
    ParticipantshasParticipants Participants

    All participants for this task

    Page nameoptional
    WorkpackagepartOfWorkpackage Workpackage

    no description

    Page namerequired