Template:Tool: Difference between revisions

From 10BitWorks Makerspace Wiki

mNo edit summary
Tag: Manual revert
mNo edit summary
Line 58: Line 58:
"params": {
"params": {
"tool_nickname": {
"tool_nickname": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"label": "Tool nickname",
"description": "Alternate or nickname",
"example": "Big Red Laser"
},
},
"image": {
"image": {
"type": "wiki-file-name"
"type": "wiki-file-name",
"aliases": [
"1"
],
"description": "Wiki filename of tool picture",
"example": "Sawstop.jpg",
"suggested": true
},
},
"img_caption": {
"img_caption": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"label": "Image caption",
"description": "Image caption",
"example": "This is the sawstop saw"
},
},
"status": {
"status": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"description": "Tool Readiness",
"example": "WORKING",
"suggestedvalues": [
"Maintenance ",
"Repair Needed",
"Other",
"Working"
],
"default": "Working",
"suggested": true
},
},
"make": {
"make": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"label": "Manufacturer",
"description": "Manufacturer",
"example": "Sawstop"
},
},
"model": {
"model": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"label": "Model",
"description": "Model",
"example": "CNS175"
},
},
"serial": {
"serial": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"label": "Serial",
"description": "Serial number",
"example": "4857833853"
},
},
"manufacturer_specs": {
"manufacturer_specs": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"label": "Manufacturer specs",
"description": "Wiki link to product specifications",
"example": "[[Fancy sawstop specifications]]"
},
},
"manual": {
"manual": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"label": "Manual",
"description": "Wiki link to product manual- file or separate page",
"example": "[[Sawstop manual.pdf]]"
},
},
"zone": {
"zone": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"description": "Which main zone of 10bits is this tool physically at",
"example": "Woodworking"
},
},
"location": {
"location": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"description": "Further description of physical location if needed",
"example": "Front and Left corner in the Woodworking, next to the outgoing wood scrap"
},
},
"private_owner": {
"private_owner": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"description": "Owner, if machine on loan",
"example": "Ken"
},
},
"private_access": {
"private_access": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"description": "Zone, group, or individuals that may use tool"
},
},
"training": {
"training": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"description": "Any additional training requirements"
},
},
"restrictions": {
"restrictions": {
"type": "string"
"type": "string",
"aliases": [
"1"
],
"description": "List any additional tool usage restrictions or requirements"
},
},
"tool_fullname": {
"tool_fullname": {
"type": "string",
"type": "string",
"required": true
"required": true,
"aliases": [
"1"
],
"label": "Tool name",
"description": "Tool's full name",
"example": "Sawstop Contractor Table Saw"
}
}
},
},

Revision as of 06:58, 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Tool nametool_fullname 1

Tool's full name

Example
Sawstop Contractor Table Saw
Stringrequired
Tool nicknametool_nickname 1

Alternate or nickname

Example
Big Red Laser
Stringoptional
imageimage 1

Wiki filename of tool picture

Example
Sawstop.jpg
Filesuggested
Image captionimg_caption 1

Image caption

Example
This is the sawstop saw
Stringoptional
statusstatus 1

Tool Readiness

Suggested values
Maintenance Repair Needed Other Working
Default
Working
Example
WORKING
Stringsuggested
Manufacturermake 1

Manufacturer

Example
Sawstop
Stringoptional
Modelmodel 1

Model

Example
CNS175
Stringoptional
Serialserial 1

Serial number

Example
4857833853
Stringoptional
Manufacturer specsmanufacturer_specs 1

Wiki link to product specifications

Example
[[Fancy sawstop specifications]]
Stringoptional
Manualmanual 1

Wiki link to product manual- file or separate page

Example
[[Sawstop manual.pdf]]
Stringoptional
zonezone 1

Which main zone of 10bits is this tool physically at

Example
Woodworking
Stringoptional
locationlocation 1

Further description of physical location if needed

Example
Front and Left corner in the Woodworking, next to the outgoing wood scrap
Stringoptional
private_ownerprivate_owner 1

Owner, if machine on loan

Example
Ken
Stringoptional
private_accessprivate_access 1

Zone, group, or individuals that may use tool

Stringoptional
trainingtraining 1

Any additional training requirements

Stringoptional
restrictionsrestrictions 1

List any additional tool usage restrictions or requirements

Stringoptional