Template:Tool: Difference between revisions
From 10BitWorks Makerspace Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>__NOTOC__</noinclude> | |||
{{Tool-Blank | {{Tool-Blank | ||
|tool_fullname = {{{tool_fullname}}} | |tool_fullname = {{{tool_fullname}}} | ||
| Line 17: | Line 18: | ||
|restrictions = {{{restrictions}}} | |restrictions = {{{restrictions}}} | ||
}} | }} | ||
[[Category:Tools]] | <includeonly>[[Category:Tools]]</includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == 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 == | == Copy Paste version == | ||
<pre> | <pre> | ||
| Line 118: | Line 125: | ||
"restrictions" | "restrictions" | ||
], | ], | ||
"description": "A template for any 10bit tool currently onsite. | "description": "A template for any 10bit tool currently onsite." | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 02:43, 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_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 | String | optional |
| status | status | no description | String | optional |
| make | make | no description | String | optional |
| model | model | no description | String | optional |
| serial | serial | no description | String | optional |
| manufacturer_specs | manufacturer_specs | no description | String | optional |
| manual | manual | no description | String | optional |
| zone | zone | no description | String | optional |
| location | location | no description | String | optional |
| private_owner | private_owner | no description | String | optional |
| private_access | private_access | no description | String | optional |
| training | training | no description | String | optional |
| restrictions | restrictions | no description | String | optional |