Template:TestTemplate: Difference between revisions
(Created page with "<noinclude> <!-- Optional: Categorize your template --> Category:Test templates <templatedata> { "params": { "TestField": { "label": "Test Field", "description": "Enter some test data", "example": "Example text", "type": "string", "required": true } }, "description": "A test template that displays a Test Field value" } </templatedata> </noinclude> <includeonly> == Test Section == * **Test Field:** {{{TestField|}}} </include...") |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
[[Category:Test templates]] | [[Category:Test templates]] | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "Objectives": { | ||
"label": " | "label": "Objectives", | ||
"description": "Enter | "description": "Enter each objective as a separate item.", | ||
"type": "string", | "type": "string", | ||
"required": | "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": " | "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 |