Template:Equipment page: Difference between revisions

no edit summary
(added caption field)
No edit summary
 
(48 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>[[Tools we have|&larr; Back to tools we have]]
[[Tools_We_Have|&larr; Back to tools gallery]]
{|style="float: right; margin-left: 10px; border: 1px #AAAAAA solid; background-color: #F9F9F9; width: 280px; font-size: 90%;"
 
|colspan="2" style="padding: 5px 15px; text-align: center;"|[[File:{{{photo|{{{id}}}.jpg}}}|250px]]<br>{{{caption|}}}
{| style="border:solid #aaa 0px; margin:0px; font-size:100%; background:#ffffff; width:0px; padding:1em; text-align:absmiddle; float:right; clear:right;"
|-
| {{{itemphoto|[[File:{{{id}}}.jpg|350px|thumb|right|{{{caption|}}}]]}}}
|'''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}}}
|-
|-
| align="absmiddle" |
|'''Wiki-ID'''||[[{{{id}}}]] {{#if:{{{formerid|}}}|(formerly: {{{formerid}}})}}
|-
|-
|  
|'''Label'''||[https://labels.protospace.ca/?id={{{id}}}&size=1 1.0"] [https://labels.protospace.ca/?id={{{id}}}&size=1.5 1.5"] [https://labels.protospace.ca/?id={{{id}}}&size=2 2.0"]
|}
|}
 
[[Category:Tools]]</includeonly>
* '''Name:''' {{{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}}}]]
 
[[Category:Tools]]
</includeonly>


<!-- DOCUMENTATION -->
<!-- DOCUMENTATION -->
Line 32: Line 36:
<pre><nowiki>
<pre><nowiki>
{{Equipment page
{{Equipment page
| toolname      = Name of the tool
| toolname      = Type of tool
| model        = Make and/or model of tool
| model        = Make and/or model of tool
| serial        = Serial number (if applicable)
| serial        = Serial number (if applicable)
Line 45: Line 49:
| certification = "Self-taught" or "Certification required" as appropriate
| certification = "Self-taught" or "Certification required" as appropriate
| id            = Unique ID number redirecting to the tool's page
| id            = Unique ID number redirecting to the tool's page
| itemphoto    = A file link to a photo of the tool.
| formerid      = Former ID number(s); must each be manually linked
                       Standardly [[File:filename.jpg|350px|thumb|right|]] with the appropriate filename substituted.
| caption      = (optional) A caption for the image
| photo        = (optional) A file link to a photo of the tool.
                       Standardly filename.jpg with the appropriate filename and extension substituted.
                       (You will need to upload the file if it doesn't already exist on the wiki.)
                       (You will need to upload the file if it doesn't already exist on the wiki.)
}}
}}
Line 52: Line 58:


It generates the following on the tool page:
It generates the following on the tool page:
<div style="border: 1px solid black;">
<div style="border: 1px solid black; height: 560px;">
[[Tools_We_Have|&larr; Back to tools gallery]]
[[Tools we have|&larr; Back to tools we have]]


{| style="border:solid #aaa 0px; margin:0px; font-size:100%; background:#ffffff; width:0px; padding:1em; text-align:absmiddle; float:right; clear:right;"
{|style="float: right; margin-left: 10px; border: 1px #AAAAAA solid; background-color: #F9F9F9; width: 280px; font-size: 90%;"
| {{{itemphoto|[[File:NoImage.png|350px|thumb|right|]]}}}
|colspan="2" style="padding: 5px 15px; text-align: center;"|[[File:NoImage.png|250px]]<br>{{{caption|}}}
|-
|'''Type'''||{{{toolname}}}
|-
|'''Make/Model'''||{{{model}}}
|-
|'''Serial number'''||{{{serial}}}
|-
|-
| align="absmiddle" |
|'''Original owner'''||{{{owner}}}
|-
|-
|  
|'''Loan status'''||{{{loanstatus}}}
|-
|'''Arrival date'''||{{{arrived}}}
|-
|'''Location'''||{{{location}}}
|-
|'''Functional status'''||{{{status}}}
|-
|'''Usage permissions'''||{{{permission}}}
|-
|'''Certification'''||{{{certification}}}
|-
|'''Wiki-ID'''||[[{{{id}}}]]
|}
|}
* '''Name:''' {{{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}}}
</div>
</div>
It also adds the page to [[:Category:Tools]].
It also adds the page to [[:Category:Tools]].
</noinclude>
</noinclude>