Template:TestTemplate: Difference between revisions

    From UNITApedia
    No edit summary
    Tag: Manual revert
    No edit summary
     
    (10 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>
    {
    {
       "params": {
       "params": {
         "TestField": {
         "Objectives": {
           "label": "Test Field",
           "label": "Objectives",
           "description": "Enter some test data",
           "description": "Enter each objective as a separate item.",
          "example": "Example text",
           "type": "string",
           "type": "string",
           "required": true
           "example": "Increase efficiency, Improve customer service"
        },
        "Human": {
          "label": "Human Resources",
          "description": "List the staff on the task and their roles.",
          "type": "string",
          "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": "A test template that displays a Test Field value"
       "description": "Additional fields for a Task page, including objectives and various inputs/resources."
    }
    }
    </templatedata>
    </templatedata>
    </noinclude>
    </noinclude>
    <includeonly>
    <includeonly>
    == Test Section ==
    = Objectives =
    * **Test Field:** {{{TestField|}}}
    {{{Objectives|}}}
     
    = 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