Template:TestTemplate: Difference between revisions

    From UNITApedia
    No edit summary
    No edit summary
     
    (7 intermediate revisions by the same user not shown)
    Line 1: Line 1:
    <noinclude>
    <noinclude>
    <!-- Optional: Categorize your template -->
    [[Category:Test templates]]
    [[Category:Test templates]]
    <templatedata>
    <templatedata>
    Line 7: Line 6:
         "Objectives": {
         "Objectives": {
           "label": "Objectives",
           "label": "Objectives",
           "description": "The objectives of the task.",
           "description": "Enter each objective as a separate item.",
           "type": "string",
           "type": "string",
           "example": "Enter objectives here"
           "example": "Increase efficiency, Improve customer service"
         },
         },
         "InputsResources": {
         "Human": {
           "label": "Inputs/Resources",
           "label": "Human Resources",
           "description": "Details on inputs and resources for the task.",
           "description": "List the staff on the task and their roles.",
           "type": "string",
           "type": "string",
           "label": "E.g., documentation links, staff names, budget info"
          "example": "John Doe - Manager, Jane Smith - Analyst"
        },
        "Financial": {
          "label": "Financial",
          "description": "Budget allocated to the task.",
          "type": "string",
          "example": "10000"
        },
        "Materials": {
          "label": "Materials",
          "description": "Materials required (e.g., computers, software, tools).",
          "type": "string",
          "example": "Computer, Software"
        },
        "Intangible": {
           "label": "Intangible",
          "description": "Intangible inputs (e.g., communication tools, databases).",
          "type": "string",
          "example": "Database, Collaboration tool"
         }
         }
       },
       },
       "description": "Additional fields for a Task page."
       "description": "Additional fields for a Task page, including objectives and various inputs/resources."
    }
    }
    </templatedata>
    </templatedata>
    </noinclude>
    </noinclude>
    <includeonly>
    <includeonly>
    == Interview Sheet ==
    = Objectives =
    * **Objectives:** {{{Objectives|}}}
    {{{Objectives|}}}
    * **Inputs / Resources:** {{{InputsResources|}}}
     
    = Inputs / Resources =
    * '''Human Resources:''' {{{Human|}}}
    * '''Financial:''' {{{Financial|}}}
    * '''Materials:''' {{{Materials|}}}
    * '''Intangible:''' {{{Intangible|}}}
    </includeonly>
    </includeonly>

    Latest revision as of 10:35, 26 March 2025

    Additional fields for a Task page, including objectives and various inputs/resources.

    Template parameters

    ParameterDescriptionTypeStatus
    ObjectivesObjectives

    Enter each objective as a separate item.

    Example
    Increase efficiency, Improve customer service
    Stringoptional
    Human ResourcesHuman

    List the staff on the task and their roles.

    Example
    John Doe - Manager, Jane Smith - Analyst
    Stringoptional
    FinancialFinancial

    Budget allocated to the task.

    Example
    10000
    Stringoptional
    MaterialsMaterials

    Materials required (e.g., computers, software, tools).

    Example
    Computer, Software
    Stringoptional
    IntangibleIntangible

    Intangible inputs (e.g., communication tools, databases).

    Example
    Database, Collaboration tool
    Stringoptional