Template:Equipment
(Difference between revisions)
Surferdudemi (Talk | contribs) m |
|||
| (26 intermediate revisions by 9 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
| − | = How to create | + | = How to create an equipment page: = |
Include the ''Equipment'' Template like so: | Include the ''Equipment'' Template like so: | ||
| Line 9: | Line 9: | ||
| Name = Name of the tool goes here | | Name = Name of the tool goes here | ||
| − | | Intro = | + | | Intro = Some text to describe the equipment goes here. |
| + | * You can use any wiki formatting that you wish: | ||
| + | * Like a bulleted list | ||
| Owner = Owner's Name(s) goes here, including percentage | | Owner = Owner's Name(s) goes here, including percentage | ||
| Line 26: | Line 28: | ||
Put the rules that govern the use of this tool here. | Put the rules that govern the use of this tool here. | ||
| − | * | + | * Who is allowed to use it? |
| − | * | + | * Is there any traning required before use? |
| + | |||
| Instructions = | | Instructions = | ||
| Line 33: | Line 36: | ||
You can write the instructions here. Or maybe add a link | You can write the instructions here. Or maybe add a link | ||
to another page or the user's manual. | to another page or the user's manual. | ||
| + | |||
| + | | OtherReferences = | ||
| + | |||
| + | Add links to any other sources that pertain to this equipment. | ||
| MaintenanceInfo = | | MaintenanceInfo = | ||
| Line 50: | Line 57: | ||
</pre> | </pre> | ||
| − | </noinclude> | + | </noinclude><includeonly> |
| − | <includeonly> | + | |
__NOTOC__ | __NOTOC__ | ||
| − | + | __NOEDITSECTION__ | |
| + | {{ambox | ||
| + | |nocat=true | ||
| + | | type = notice | ||
| + | | text = Remember to always; '''clean up''' and '''return the equipment to a fully functional, safe state''' before you leave. This includes returning any safety mechanisms to fully working order. | ||
| + | }} | ||
<blockquote style="background-color: lightgrey; border: solid thin grey; float: right; padding: 10px"> | <blockquote style="background-color: lightgrey; border: solid thin grey; float: right; padding: 10px"> | ||
{{QRcodeForThisPage}} | {{QRcodeForThisPage}} | ||
</blockquote> | </blockquote> | ||
| − | |||
={{{Name}}}= | ={{{Name}}}= | ||
| − | {{{Intro}}} | + | {{{Intro|}}} |
== Basic Info == | == Basic Info == | ||
| − | * Ownership: {{{Owner}}} | + | * Ownership: {{{Owner|''not specified'}}} |
| − | * Location: {{{StorageLocation}}} | + | * Location: {{{StorageLocation|''not specified'}}} |
* What it looks like:<br> | * What it looks like:<br> | ||
| − | {{{LooksLike}}} | + | {{{LooksLike|[[File:PhotoNeeded.png|100px]]}}} |
== Manufacturer Information == | == Manufacturer Information == | ||
* Make/Model: {{{MakeModel|''not specified''}}} | * Make/Model: {{{MakeModel|''not specified''}}} | ||
* Part Number: {{{PartNumber|''not specified''}}} | * Part Number: {{{PartNumber|''not specified''}}} | ||
==Documentation== | ==Documentation== | ||
| − | {{{ | + | {{{Documentation|''not specified''}}} |
== Rules == | == Rules == | ||
| − | |||
{{{Rules|Be excellent to each other!}}} | {{{Rules|Be excellent to each other!}}} | ||
| − | |||
== Instructions == | == Instructions == | ||
| − | + | {{{Instructions|''not specified''}}} | |
| − | {{{Instructions}}} | + | == Other References == |
| − | + | {{{OtherReferences|''not specified''}}} | |
== Maintenance == | == Maintenance == | ||
| − | |||
{{{MaintenanceInfo|''not specified''}}} | {{{MaintenanceInfo|''not specified''}}} | ||
| − | |||
== Things that Need to be Done == | == Things that Need to be Done == | ||
| − | |||
{{{ToDos|''not specified''}}} | {{{ToDos|''not specified''}}} | ||
| − | |||
== FAQs == | == FAQs == | ||
| − | |||
{{{FAQs|''none yet''}}} | {{{FAQs|''none yet''}}} | ||
| − | |||
[[Category:Equipment]] | [[Category:Equipment]] | ||
</includeonly> | </includeonly> | ||
Revision as of 11:54, 7 February 2013
How to create an equipment page:
Include the Equipment Template like so:
{{Equipment
| Name = Name of the tool goes here
| Intro = Some text to describe the equipment goes here.
* You can use any wiki formatting that you wish:
* Like a bulleted list
| Owner = Owner's Name(s) goes here, including percentage
| StorageLocation = Tell people where to find it, and where to put it away.
| MakeModel = Acme CNC Yak Shaver - Model 5000 deluxe
| PartNumber =
| Documents = Link(s) to on-line documentation
| LooksLike = Link(s) to picture(s) of it
| Rules =
Put the rules that govern the use of this tool here.
* Who is allowed to use it?
* Is there any traning required before use?
| Instructions =
You can write the instructions here. Or maybe add a link
to another page or the user's manual.
| OtherReferences =
Add links to any other sources that pertain to this equipment.
| MaintenanceInfo =
Does this thing need it's oil changed every 30 cycles?
People need to know!
| ToDos =
What problems does this thing have, or are there improvements that would make it better.
| FAQs =
A list of commonly asked questions
}}