Template:Task: Difference between revisions

    From UNITApedia
    (Created page with " <noinclude> <templatedata> { "params": { "Has Number": { "aliases": [ "Number" ], "label": "Task number", "description": "The number of the task", "type": "number", "required": true } }, "description": "Everything related to a task " } </templatedata> </noinclude>")
     
    (Init commit for template Tasks)
    Line 1: Line 1:


    <noinclude>
    <noinclude>
    [[Category:Templates]]
    <templatedata>
    <templatedata>
    {
    {
    Line 12: Line 13:
    "type": "number",
    "type": "number",
    "required": true
    "required": true
    },
    "Has Name": {
    "aliases": [
    "Name"
    ],
    "label": "Name",
    "description": "Name of the work package",
    "type": "string",
    "required": true
    },
    "Has Indicators": {
    "aliases": [
    "Indicators"
    ],
    "label": "Indicators",
    "description": "Indicators to measure the task performance and advancement",
    "type": "wiki-page-name"
    }
    }
    },
    },
    "description": "Everything related to a task "
    "description": "Everything related to a task ",
    "paramOrder": [
    "Has Number",
    "Has Name",
    "Has Indicators"
    ]
    }
    }
    </templatedata>
    </templatedata>
    </noinclude>
    </noinclude>
    [[Category:Tasks]]
    <includeonly>
    </includeonly>

    Revision as of 14:58, 2 February 2024

    Everything related to a task

    Template parameters

    ParameterDescriptionTypeStatus
    Task numberHas Number Number

    The number of the task

    Numberrequired
    NameHas Name Name

    Name of the work package

    Stringrequired
    IndicatorsHas Indicators Indicators

    Indicators to measure the task performance and advancement

    Page nameoptional