Template:Equipment page: Difference between revisions

From Protospace Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Tools_We_Have|Back to list of Tools We Have]]
<includeonly>
<noinclude>
[[Tools_We_Have|&larr; Back to tools gallery]]
== Usage ==
 
How to use this template to add a new piece of equipment:
{{{itemphoto|[[File:{{{id}}}.jpg|350px|thumb|right|{{{caption|}}}]]}}}
{{EquipmentPage|toolname=Name of the tool|model=Make/Model of equipment|serial=Serial Number (if applicable)|owner=Original Owner/Donator|loanstatus=Short-term loan, semi-permanent loan, or donated to Protospace|arrived=When the equipment showed up|location=Where one can find the tool/where it belongs|status=Is it functional or does it need fixing (supplement with notes in comments if so)|permission=Private, Ask Owner First, Open to Full Members, Open to Members & Friends, or Open to All|certification=Self-Taught or Certification Required}}
 
</noinclude>
<!--
[[{{{itemphoto|File:{{{id}}}.jpg}}}|350px|thumb|right|{{{caption|}}}]]


{| style="border:solid #aaa 0px; margin:0px; font-size:100%; background:#ffffff; width:0px; padding:1em; text-align:absmiddle; float:right; clear:right;"
The line above would probably be a better way to include the image as it would
| {{{itemphoto|[[file:Equipment-no-photo.jpg|150]]}}}
allow the "caption" field to be used even when an alternate image is specified
|-
and it would allow one to specify an alternate image without having to include
| align="absmiddle" |
the formatting info in the "itemphoto" field. It will also probably break a lot
|-
of the markup currently used on most pages, so I'll update them to something
|
compatible with both formats first.
|}
-->


== General ==
* '''Type:''' {{{toolname}}}
* '''Name: ''' {{{toolname}}}
* '''Make/Model:''' {{{model}}}
* '''Make/Model: ''' {{{model}}}
* '''Serial Number:''' {{{serial}}}
* '''Serial Number: ''' {{{serial}}}
* '''Original Owner:''' {{{owner}}}
* '''Original Owner:''' {{{owner}}}
* '''Loan Status:''' {{{loanstatus}}}  
* '''Loan Status:''' {{{loanstatus}}}  
* '''Arrival Date:''' {{{arrived}}}
* '''Arrival Date:''' {{{arrived}}}
* '''Location:''' {{{location}}}
* '''Functional Status:''' {{{status}}}
* '''Usage Permissions:''' {{{permission}}}
* '''Certification:''' {{{certification}}}
* '''Wiki ID:''' [[{{{id}}}]]
[[Category:Tools]]
</includeonly>


<!-- DOCUMENTATION -->
<noinclude>
This template is intended to be used on all tool pages (except pages of tools that are no longer at Protospace—those should use [[Template:Equipment page removed]]). Follow the procedure outlined on the [[Adding New Tools Procedure]] page to add a page for a new tool.


* '''Location: ''' {{{location}}}
The template's syntax is as follows:
<pre><nowiki>
{{Equipment page
| toolname      = Type of tool
| model        = Make and/or model of tool
| serial        = Serial number (if applicable)
| owner        = Original owner/donor (or buyers if the tool was group-bought)
| loanstatus    = Short-term loan, semi-permanent loan, or donated to Protospace
| arrived      = When the equipment showed up
| location      = Where one can find the tool/where it belongs
| status        = "Functional"/"Working", "Broken"/"Needs fixing", etc.
                      (If it needs fixing, please elaborate later in the article.)
| permission    = "Private", "Ask owner first"," Open to full members",
                      "Open to members & friends", "Open to all", or something else as appropriate
| certification = "Self-taught" or "Certification required" as appropriate
| id            = Unique ID number redirecting to the tool's page
| caption      = (optional) A caption for the image, if you're not using manual image markup via itemphoto
| itemphoto    = (optional) A file link to a photo of the tool.
                      Standardly [[File:filename.jpg|350px|thumb|right|<caption goes here>]] with the appropriate filename substituted.
                      (You will need to upload the file if it doesn't already exist on the wiki.)
}}
</nowiki></pre>
 
It generates the following on the tool page:
<div style="border: 1px solid black;">
[[Tools_We_Have|&larr; Back to tools gallery]]
 
{{{itemphoto|[[File:NoImage.png|350px|thumb|right|]]}}}
 
* '''Type:''' {{{toolname}}}
* '''Make/Model:''' {{{model}}}
* '''Serial Number:''' {{{serial}}}
* '''Original Owner:''' {{{owner}}}
* '''Loan Status:''' {{{loanstatus}}}
* '''Arrival Date:''' {{{arrived}}}
* '''Location:''' {{{location}}}
* '''Functional Status:''' {{{status}}}
* '''Functional Status:''' {{{status}}}
* '''Usage Permissions:''' {{{permission}}}
* '''Usage Permissions:''' {{{permission}}}
* '''Certification:''' {{{certification}}}
* '''Certification:''' {{{certification}}}
 
* '''Wiki ID:''' {{{id}}}
== Notes ==
</div>
It also adds the page to [[:Category:Tools]].
</noinclude>

Revision as of 04:22, 24 April 2019


This template is intended to be used on all tool pages (except pages of tools that are no longer at Protospace—those should use Template:Equipment page removed). Follow the procedure outlined on the Adding New Tools Procedure page to add a page for a new tool.

The template's syntax is as follows:

{{Equipment page
| toolname      = Type of tool
| model         = Make and/or model of tool
| serial        = Serial number (if applicable)
| owner         = Original owner/donor (or buyers if the tool was group-bought)
| loanstatus    = Short-term loan, semi-permanent loan, or donated to Protospace
| arrived       = When the equipment showed up
| location      = Where one can find the tool/where it belongs
| status        = "Functional"/"Working", "Broken"/"Needs fixing", etc.
                      (If it needs fixing, please elaborate later in the article.)
| permission    = "Private", "Ask owner first"," Open to full members",
                      "Open to members & friends", "Open to all", or something else as appropriate
| certification = "Self-taught" or "Certification required" as appropriate
| id            = Unique ID number redirecting to the tool's page
| caption       = (optional) A caption for the image, if you're not using manual image markup via itemphoto
| itemphoto     = (optional) A file link to a photo of the tool.
                      Standardly [[File:filename.jpg|350px|thumb|right|<caption goes here>]] with the appropriate filename substituted.
                      (You will need to upload the file if it doesn't already exist on the wiki.)
}}

It generates the following on the tool page:

← Back to tools gallery

NoImage.png
  • Type: {{{toolname}}}
  • Make/Model: {{{model}}}
  • Serial Number: {{{serial}}}
  • Original Owner: {{{owner}}}
  • Loan Status: {{{loanstatus}}}
  • Arrival Date: {{{arrived}}}
  • Location: {{{location}}}
  • Functional Status: {{{status}}}
  • Usage Permissions: {{{permission}}}
  • Certification: {{{certification}}}
  • Wiki ID: {{{id}}}

It also adds the page to Category:Tools.