Template:TestTemplate: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
[[Category:Test templates]] | [[Category:Test templates]] | ||
<templatedata> | <templatedata> | ||
Line 7: | Line 6: | ||
"Objectives": { | "Objectives": { | ||
"label": "Objectives", | "label": "Objectives", | ||
"description": " | "description": "Enter each objective as a separate item.", | ||
"type": "string", | "type": "string", | ||
"example": " | "example": "Increase efficiency, Improve customer service" | ||
}, | }, | ||
" | "Human": { | ||
"label": " | "label": "Human Resources", | ||
"description": " | "description": "List the staff on the task and their roles.", | ||
"type": "string", | "type": "string", | ||
"example": " | "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> | ||
== | = Objectives = | ||
* ''' | {{{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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Objectives | Objectives | Enter each objective as a separate item.
| String | optional |
Human Resources | Human | List the staff on the task and their roles.
| String | optional |
Financial | Financial | Budget allocated to the task.
| String | optional |
Materials | Materials | Materials required (e.g., computers, software, tools).
| String | optional |
Intangible | Intangible | Intangible inputs (e.g., communication tools, databases).
| String | optional |