Template:Tool: Difference between revisions
From 10BitWorks Makerspace Wiki
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
{ | { | ||
"params": { | "params": { | ||
"tool_nickname": { | "tool_nickname": { | ||
"type": "string" | "type": "string" | ||
Line 43: | Line 39: | ||
"training": {}, | "training": {}, | ||
"restrictions": {}, | "restrictions": {}, | ||
"tool_title": {} | "tool_title": {}, | ||
"tool_fullname": { | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"format": "inline" | "format": "inline", | ||
"paramOrder": [ | |||
"tool_fullname", | |||
"tool_nickname", | |||
"image", | |||
"img_caption", | |||
"status", | |||
"make", | |||
"model", | |||
"serial", | |||
"manufacturer_specs", | |||
"manual", | |||
"Zone", | |||
"location", | |||
"private_owner", | |||
"private_access", | |||
"training", | |||
"restrictions", | |||
"tool_title" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 08:15, 6 April 2024
Template loop detected: Template:Tool
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
tool_fullname | tool_fullname | no description | String | required |
tool_nickname | tool_nickname | no description | String | optional |
image | image | no description | File | optional |
img_caption | img_caption | no description | Unknown | optional |
status | status | no description | Unknown | optional |
make | make | no description | Unknown | optional |
model | model | no description | Unknown | optional |
serial | serial | no description | Unknown | optional |
manufacturer_specs | manufacturer_specs | no description | Unknown | optional |
manual | manual | no description | Unknown | optional |
Zone | Zone | no description | Unknown | optional |
location | location | no description | Unknown | optional |
private_owner | private_owner | no description | Unknown | optional |
private_access | private_access | no description | Unknown | optional |
training | training | no description | Unknown | optional |
restrictions | restrictions | no description | Unknown | optional |
tool_title | tool_title | no description | Unknown | optional |