More actions
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
{ | { | ||
"params": { | "params": { | ||
"tool": { | |||
"description": "which tool is broken", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"problem": { | "problem": { | ||
"description": "what is broken", | "description": "what is broken", | ||
Line 38: | Line 43: | ||
"description": "This is the template for broken tools. It is used on tool pages, facilitated by [[Form:Tool]]. ", | "description": "This is the template for broken tools. It is used on tool pages, facilitated by [[Form:Tool]]. ", | ||
"paramOrder": [ | "paramOrder": [ | ||
"tool", | |||
"problem", | "problem", | ||
"severity", | "severity", | ||
Line 50: | Line 56: | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=broken | _table=broken | ||
|tool = page | |||
|problem = wikitext string | |problem = wikitext string | ||
|severity = wikitext string (allowed values=locked out, limping, preventative) | |severity = wikitext string (allowed values=locked out, limping, preventative) | ||
Line 60: | Line 67: | ||
-->__NOCACHE__<!-- | -->__NOCACHE__<!-- | ||
-->{{#cargo_store:}}<!-- | -->{{#cargo_store:}}<!-- | ||
--></includeonly> | --></includeonly> |
Revision as of 20:19, 2024 April 28
Usage
{{Broken}}
and then "edit with form"
Parameters
This is the template for broken tools. It is used on tool pages, facilitated by [[Form:Tool]].
Parameter | Description | Type | Status | |
---|---|---|---|---|
tool | tool | which tool is broken | Page name | required |
problem | problem | what is broken | Content | required |
severity | severity | Locked out, limping, preventative | Content | required |
datetime reported | datetime reported | date break was reported
| Date | suggested |
datetime fix expected | datetime fix expected | date problem is expected to be fixed, likely blank, useful when parts are ordered or similar | Date | suggested |
datetime fixed | datetime fixed | date problem was fixed | Date | suggested |
Cargo Declaration
This template defines the table "broken". View table.