Template:Tool: Difference between revisions
From 10BitWorks Makerspace Wiki
mNo edit summary |
mNo edit summary |
||
Line 105: | Line 105: | ||
"1" | "1" | ||
], | ], | ||
"label": " | "label": "manufacturer", | ||
"description": " | "description": "manufacturer", | ||
"example": "Sawstop" | "example": "Sawstop" | ||
}, | }, | ||
Line 128: | Line 128: | ||
}, | }, | ||
"manufacturer_specs": { | "manufacturer_specs": { | ||
"type": " | "type": "url", | ||
"label": "Manufacturer specs", | "label": "Manufacturer specs", | ||
"description": " | "description": "URL link to product specifications", | ||
"example": "[[Fancy sawstop specifications]]" | "example": "[[Fancy sawstop specifications]]" | ||
}, | }, | ||
"manual": { | "manual": { | ||
"type": " | "type": "wiki-file-name", | ||
"label": "Manual", | "label": "Manual", | ||
"description": "Wiki link to product manual- file or separate page", | "description": "Wiki link to product manual- file or separate page", |
Revision as of 17:08, 7 April 2024
{{{tool_fullname}}}
{{{tool_nickname}}} | |
---|---|
[[File:{{{image}}}|thumb|280px|{{{img_caption}}}]] | |
General Info | |
Status | {{{status}}} |
Make | {{{make}}} |
Model | {{{model}}} |
Serial | {{{serial}}} |
Specs | {{{manufacturer_specs}}} |
Manual | {{{manual}}} |
10Bit Data | |
Area | {{{area}}} |
Private Owner | {{{private_owner}}} |
Private Access | {{{private_access}}} |
Training | {{{training}}} |
Restrictions | {{{restrictions}}} |
Usage
- A template to add at the top of every tool page with basic tool information
Method 1: Copy paste the blank text version below, filling as much as data is available
Method 2: Using the visual editor
- Under Insert Menu, choose template
- search for Tool under available template
- click parameters required in left window, fill out text boxes in right window
- some suggested defaults will be shown for different parameters
Copy Paste version
{{Tool |tool_fullname = |tool_nickname = |image = |img_caption = |status = |make = |model = |serial = |manufacturer_specs = |manual = |zone = |location = |private_owner = |private_access = |training = |restrictions = }}
Example Tool
grab data from sawstop tool
A template for any 10bit tool currently onsite.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Tool name | tool_fullname 1 | Tool's full name
| String | required |
Tool nickname | tool_nickname 1 | Alternate or nickname
| String | optional |
image | image 1 | Wiki filename of tool picture
| File | suggested |
Image caption | img_caption 1 | Image caption
| String | optional |
status | status 1 | Tool Readiness
| String | suggested |
manufacturer | make 1 | manufacturer
| String | optional |
Model | model 1 | Model
| String | optional |
Serial | serial 1 | Serial number
| String | optional |
Manufacturer specs | manufacturer_specs | URL link to product specifications
| URL | optional |
Manual | manual | Wiki link to product manual- file or separate page
| File | optional |
zone | zone 1 | Which main zone of 10bits is this tool physically at
| String | optional |
location | location 1 | Further description of physical location if needed
| String | optional |
private_owner | private_owner 1 | Owner, if machine on loan
| String | optional |
private_access | private_access 1 | Zone, group, or individuals that may use tool | String | optional |
training | training 1 | Any additional training requirements | String | optional |
restrictions | restrictions 1 | List any additional tool usage restrictions or requirements | String | optional |