Difference between revisions of "Template:Equipment"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<nowiki> | <nowiki> | ||
{{Equipment | {{Equipment | ||
− | |owner = Owner of | + | |owner = Owner of equipment |
+ | |donor = person who donated the equipment | ||
|model = Make/Model of equipment | |model = Make/Model of equipment | ||
|arrived = When this thing first showed up | |arrived = When this thing first showed up | ||
Line 110: | Line 111: | ||
"default": "Hive13", | "default": "Hive13", | ||
"required": true | "required": true | ||
+ | }, | ||
+ | "donor": { | ||
+ | "label": "Equipment Donor", | ||
+ | "description": "The person who donated the equipment", | ||
+ | "example": "John Doe", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
}, | }, | ||
"model": { | "model": { | ||
Line 173: | Line 181: | ||
"paramOrder": [ | "paramOrder": [ | ||
"owner", | "owner", | ||
+ | "donor", | ||
"model", | "model", | ||
"arrived", | "arrived", |
Revision as of 21:44, 6 February 2020
Usage
{{Equipment |owner = Owner of equipment |donor = person who donated the equipment |model = Make/Model of equipment |arrived = When this thing first showed up |left = If the item has left, fill this in and the page will be switched to the OldEquipment category. |doesitwork = [Yes|No] Does this work or not |certification = [Yes|No] Do you need to be approved to use it |consumables = [Yes|No] Does this tool have consumables |contact = person to contact |where = where is it |FlickrImage = <flickr>5590121729|q|center</flickr> |Image = File:Image.jpg |subcat = General equipment type (Metalworking, Woodworking, CNC, etc) |Manual = Media:Manual.pdf }}
This template generates an equipment infobox.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Equipment owner | owner | The owner of this piece of equipment
| String | required |
Equipment Donor | donor | The person who donated the equipment
| String | suggested |
Model Number | model | Model number of this equipment in manufacturer/model format
| String | suggested |
Date arrived | arrived | The date this tool arrived in mm/dd/yyyy format
| Date | suggested |
Date left | left | Fill this out if an item has left the hive
| Date | optional |
Does tool work? | doesitwork | Does this tool currently work?
| String | required |
Certification | certification | Whether or not this tool requires certification
| String | required |
Consumables | consumables | Does this piece of equipment have stocked consumables
| Boolean | optional |
Contact | contact | Who to contact for information
| Page | required |
Location of tool | where | Location of tool in the hive, see the [[Floorplan]]
| String | required |
Image | Image | Image of this equipment hosted on this wiki
| File | required |
Flickr Image | FlickrImage | Image of the equipment hosted on flickr rather than on the wiki
| String | optional |
Category | subcat | Equipment category
| String | suggested |
Manual | Manual | Manual for this piece of equipment
| File | suggested |