Difference between revisions of "Template:Infobox Tool"

From Kwartzlab Wiki
Jump to navigation Jump to search
Tag: Undo
Line 52: Line 52:
 
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
 
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
 
|-
 
|-
! style="text-align: center;" colspan="2" | [[File:{{{picture|}}}|300px]] | -
+
! style="text-align: center;" colspan="2" |[[File:{{{picture|}}}|300px]]
! Make and Model | {{{makemodel|}}}
+
|-
| -
+
{{#if: {{{slackChannel|}}}|
 +
    ! Slack Channel
 +
    | {{slack|{{{slackChannel}}}}}
 +
    |-  
 +
}}
 +
! Make and Model
 +
| {{{makemodel|}}}
 +
|-
 
! Serial Number
 
! Serial Number
 
| {{{serial|}}}
 
| {{{serial|}}}

Revision as of 01:57, 13 March 2024

This is the "Infobox Tool" template. It should be called in the following format:

{{Infobox Tool
    |picture=
    |slackChannel=
    |makemodel=
    |serial=
    |Area=
    |Team=
    |PPE=
    |guests=(allowed values=Yes,No,With Supervision)
    |trainingReq=(allowed values=Required,Optional,None)
    |trainingLink=
    |status=(allowed values=Working,Broken,Unknown)
    |manual=(link to file)
}}

Edit the page to see the template text. This template defines the table "toolInfo". This table has not been created yet.