Difference between revisions of "Template:Infobox Tool"

From Kwartzlab Wiki
Jump to navigation Jump to search
m
m (Reverted edits by IanEdington (talk) to last revision by Jpotts)
Tag: Rollback
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the "ToolInfo" template.
+
This is the "Infobox Tool" template.
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{ToolInfo
+
{{Infobox Tool
|name=
 
 
|picture=
 
|picture=
|make=
+
|makemodel=
|model=
 
 
|serial=
 
|serial=
 
|Area=
 
|Area=
 
|Team=
 
|Team=
 
|PPE=
 
|PPE=
|guests=
+
|guests=(allowed values=Yes,No,With Supervision)
|training=
+
|trainingReq=(allowed values=Required,Optional,None)
|status=
+
|trainingLink=
 +
|status=(allowed values=Working,Broken,Unknown)
 +
|manual=(link to file)
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
{{#cargo_declare:_table=toolInfo|name=Text|picture=File|make=Text|model=Text|serial=Text|Area=Page|Team=Page|guests=Text (allowed values=Yes,No,With Supervision)|training=Text (allowed values=Required,Optional,None)|trainingLink=Text|status=Text (allowed values=Working,Broken)}}
+
{{#cargo_declare:_table=toolInfo
</noinclude><includeonly>{{#cargo_store:_table=toolInfo|name={{{name|}}}|picture={{{picture|}}}|make={{{make|}}}|model={{{model|}}}|serial={{{serial|}}}|Area={{{Area|}}}|Team={{{Team|}}}|guests={{{guests|}}}|training={{{training|}}}|trainingLink={{{trainingLink|}}}|status={{{status|}}} }}{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
+
|picture=File
 +
|makemodel=Text
 +
|serial=Text
 +
|Area=Page
 +
|Team=Page
 +
|PPE=Text
 +
|guests=Text (allowed values=Yes,No,With Supervision)
 +
|trainingReq=Text (allowed values=Required,Optional,None)
 +
|trainingLink=Text
 +
|status=Text (allowed values=Working,Broken)
 +
|manual=File }}
 +
</noinclude>
 +
 
 +
<includeonly>{{#cargo_store:_table=toolInfo|picture={{{picture|}}}|makemodel={{{makemodel|}}}|serial={{{serial|}}}|Area={{{Area|}}}|Team={{{Team|}}}|PPE={{{PPE|}}}|guests={{{guests|}}}|trainingReq={{{trainingReq|}}}|trainingInfo={{{trainingLink|}}}|status={{{status|}}}|manual={{{manual|}}} }}{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
! 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>
 
|-
 
|-
! Tool Name
+
! style="text-align: center;" colspan="2" |[[File:{{{picture|}}}|300px]]
| {{{name|}}}
 
 
|-
 
|-
! Image
+
! Make and Model
| [[File:{{{picture|}}}]]
+
| {{{makemodel|}}}
|-
 
! Make
 
| {{{make|}}}
 
|-
 
! Model
 
| {{{model|}}}
 
 
|-
 
|-
 
! Serial Number
 
! Serial Number
Line 49: Line 55:
 
| {{{guests|}}}
 
| {{{guests|}}}
 
|-
 
|-
! Training
+
! Training Required?
| {{{training|}}}
+
| {{{trainingReq|}}}
 +
|-
 +
! Link to Training
 +
| {{{trainingLink|}}}
 
|-
 
|-
 
! Tool Status
 
! Tool Status

Latest revision as of 03:37, 13 March 2024

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

{{Infobox Tool
|picture=
|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.