Template:Task: Difference between revisions

    From UNITApedia
    No edit summary
    No edit summary
     
    (45 intermediate revisions by 4 users not shown)
    Line 1: Line 1:
    <noinclude>
    <noinclude>
    {{#cargo_declare:
    [[Category:Templates]]
    <!--{{#cargo_declare:
    _table=tasks;
    _table=tasks;
    Has_number= Integer;
    Has_number= Integer;
    Line 7: Line 8:
    Has_participants= List (,) of String;
    Has_participants= List (,) of String;
    Has_workpackage= String;
    Has_workpackage= String;
    }}
    }}-->




    Line 13: Line 14:
    {
    {
    "params": {
    "params": {
    "Has number": {
    "Number": {
    "label": "Task number",
    "label": "Task number",
    "description": "The number of the task",
    "description": "The number of the task",
    Line 20: Line 21:
    "required": true
    "required": true
    },
    },
    "Has name": {
    "Name": {
    "label": "Name",
    "label": "Name",
    "description": "Name of the task",
    "description": "Name of the task",
    Line 27: Line 28:
    "required": true
    "required": true
    },
    },
    "Has indicators": {
    "PartOf workpackage": {
    "label": "Indicators",
    "description": "Indicators to measure the task performance and advancement",
    "type": "wiki-page-name"
    },
    "Has participants": {
    "label": "Participants",
    "description": "All participants for this task",
    "type": "wiki-page-name"
    },
    "Has workpackage": {
    "label": "Workpackage",
    "label": "Workpackage",
    "description": "What workpackage is this task for?",
    "description": "What workpackage is this task for?",
    Line 43: Line 34:
    "type": "wiki-page-name",
    "type": "wiki-page-name",
    "required": true
    "required": true
    },
    "Impact SA": {
    "label": "Impact Stategy Axes",
    "description": "Contains the list of strategic axes on which this task as an impact.",
    "example": "Education and Pedagogical Innovation, Governance",
    "type": "wiki-page-name",
    "required": true,
    "suggested": true
    },
    "Objectices": {
    "aliases": [
    "Objectives"
    ],
    "label": "Objectives",
    "description": "Objectives of the task",
    "type": "string"
    }
    }
    },
    },
    "description": "Everything related to a task ",
    "description": "Everything related to a task ",
    "paramOrder": [
    "paramOrder": [
    "Has number",
    "Number",
    "Has name",
    "Name",
    "Has indicators",
    "PartOf workpackage",
    "Has participants",
    "Impact SA",
    "Has workpackage"
    "Objectices"
    ]
    ]
    }
    }
    </templatedata>
    </templatedata>
    [[Objectives::{{{Objectives|}}}]]
    </noinclude>
    </noinclude>
     
    <includeonly>
    {| class="wikitable"
    [[Category:Tasks]]
    {| class="wikitable" style="float:right; margin:0 0 0 1em; text-align:left;"
    |-
    |-
    ! Task number
    ! Task number
    | [[Has number::{{{Has number|}}}]]
    | [[Number::{{{Number|}}}]]
    |-
    |-
    ! Name
    ! Name
    | [[Has name::{{{Has name|}}}]]
    | [[Name::{{{Name|}}}]]
    |-
    |-
    ! Indicators
    ! Strategic Axes
    | {{#explode:{{{Has indicators|}}}|,|x|* [[x]]}}
    | {{#arraymap:{{{Impact SA|}}}|;|x|[[Impact SA::x]]}}
    |-
    ! Participants
    | {{#explode:{{{Has participants|}}}|,|x|* [[x]]}}
    |-
    |-
    ! Workpackage
    ! Workpackage
    | [[Has workpackage::{{{Has workpackage|}}}]]
    | [[PartOf workpackage::{{{PartOf workpackage|}}}]]
    |}
    |}
    </includeonly>

    Latest revision as of 14:13, 27 March 2025


    Everything related to a task

    Template parameters

    ParameterDescriptionTypeStatus
    Task numberNumber

    The number of the task

    Example
    1, 2, 3
    Numberrequired
    NameName

    Name of the task

    Example
    Improve and transform the governance of UNITA
    Stringrequired
    WorkpackagePartOf workpackage

    What workpackage is this task for?

    Example
    Governance management and quality
    Page namerequired
    Impact Stategy AxesImpact SA

    Contains the list of strategic axes on which this task as an impact.

    Example
    Education and Pedagogical Innovation, Governance
    Page namerequired
    ObjectivesObjectices Objectives

    Objectives of the task

    Stringoptional