Template:Equipment: Difference between revisions
Jump to navigation
Jump to search
m (Corrected Link) |
(Added DataBox) |
||
Line 1: | Line 1: | ||
<includeonly>{| style="float: right; margin: 0 0 10px 10px; width: 300px; border-radius: 8px; background-color: #F9F9F9;border: 1px solid #AAAAAA;font-size: 95%;padding: 5px;" | <includeonly> | ||
{| style="float: right; margin: 0 0 10px 10px; width: 300px; border-radius: 8px; background-color: #F9F9F9;border: 1px solid #AAAAAA;font-size: 95%;padding: 5px;" | |||
|- style="text-align:center; background-color:#5f9fbc; color: white; font-size: 120%" | |- style="text-align:center; background-color:#5f9fbc; color: white; font-size: 120%" | ||
! colspan=2| '''{{#if:{{{title|}}}|{{{title}}}|{{{name}}} }}''' | ! colspan=2| '''{{#if:{{{title|}}}|{{{title}}}|{{{name}}} }}''' | ||
Line 6: | Line 7: | ||
! colspan=2{{!}} [[File:{{{image}}}{{!}}290px]] | ! colspan=2{{!}} [[File:{{{image}}}{{!}}290px]] | ||
|}} | |}} | ||
{{#if:{{{description|}}}| | {{#if:{{{description|}}}| | ||
{{!}}- | {{!}}- | ||
! colspan=2{{!}} {{{description}}} | ! colspan=2{{!}} {{{description}}} | ||
|}} | |}} | ||
{{#if:{{{status|}}}| | {{#if:{{{status|}}}| | ||
{{TableRow | Status | {{{status}}} }} | {{TableRow | Status | {{{status}}} }} | ||
|}} | |}} | ||
{{#if:{{{manufacturer|}}}| | {{#if:{{{manufacturer|}}}| | ||
{{TableRow | Manufacturer | {{{manufacturer}}} }} | {{TableRow | Manufacturer | {{{manufacturer}}} }} | ||
|}} | |}} | ||
{{#if:{{{model|}}}| | {{#if:{{{model|}}}| | ||
{{TableRow | Model | {{{model}}} }} | {{TableRow | Model | {{{model}}} }} | ||
|}} | |}} | ||
{{#if:{{{more_link|}}}| | |||
{{TableRow | More Information | [{{{more_link}}} Link]}} | |||
|}} | |||
{{#if:{{{owner|}}}| | {{#if:{{{owner|}}}| | ||
{{TableRow | Owner | {{{owner}}} }} | {{TableRow | Owner | {{{owner}}} }} | ||
|}} | |}} | ||
{{#if:{{{induction|}}}| | {{#if:{{{induction|}}}| | ||
{{#if:{{{inductionlink|}}}| | {{#if:{{{inductionlink|}}} | ||
{{TableRow | Induction | [[{{{inductionlink}}}|More Info]]}} | |{{TableRow | Induction | [[{{{inductionlink}}}|More Info]]}} | ||
|{{TableRow | Induction | [[#Induction|More Info]]}} | |{{TableRow | Induction | [[#Induction|More Info]]}} | ||
}} | }} | ||
|}} | |}} | ||
{{#if:{{{rfid|}}}| | {{#if:{{{rfid|}}}| | ||
{{TableRow | RFID Access Control | {{{rfid}}}}} | {{TableRow | RFID Access Control | {{{rfid}}}}} | ||
|}} | |}} | ||
{{#if:{{{ | |||
{{TableRow | | {{#if:{{{dataBox|}}}| | ||
{{!}}- style="border: 1px solid #AAAAAA" | |||
! Equipment Data | |||
{{#if:{{{area|}}}| {{TableRow | Work Area | {{{area}}} }} }} | |||
{{#if:{{{toolHead|}}}| {{TableRow | Tool Head | {{{toolHead}}} }} }} | |||
{{#if:{{{materials|}}}| {{TableRow | Materials | {{{materials}}} }} }} | |||
{{#if:{{{firmware|}}}| {{TableRow | Firmware | {{{firmware}}} }} }} | |||
{{!}}- | |||
|}} | |}} | ||
|} | |} | ||
</includeonly> | </includeonly> |
Revision as of 13:10, 10 February 2018
Equipment Name | ||
---|---|---|
This is a piece of equipment. Make sure you don't hurt yourself using it! | ||
Status | Working |
|
Owner | Leeds Hackspace | |
Induction | More Info | |
RFID Access Control | No |
|
This is the master copy of the Equipment template used by pretty much every peice of equipment on the wiki.
To develop this template, Please test on Template:EquipmentDev first, to avoid large scale page malformation.