Template:ToolBox-Base: Difference between revisions

From Artisans Asylum Wiki
No edit summary
(Attempting colorization)
 
(20 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{Imbox |text=This template should only be used  by other templates.}}
{{Imbox |text=This template should only be used  by other templates.}}
</noinclude>
</noinclude>
{| class="infobox" cellspacing="5" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em;"
{| class="infobox" cellspacing="5" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em;"
! colspan="2" class="infobox-title" | {{{tool_title}}}
! colspan="2" class="infobox-title" | {{{tool_title}}}
|-
|-
|  
|
|-
|-
| colspan="2" class="infobox-image" | [[File:{{{image}}}|250px|{{{caption}}}]]
| colspan="2" class="infobox-image" | [[File:{{{image}}}|thumb|250px|{{{caption}}}]]
|-
|-
| colspan="2" class="infobox-subtitle" | General Info
| colspan="2" class="infobox-subtitle" | General Info
Line 18: Line 17:
| class="infobox-rowheader" | Serial || {{{serial}}}
| class="infobox-rowheader" | Serial || {{{serial}}}
|-
|-
| class="infobox-rowheader" | Mfr Specs || {{{manufacturer_specs}}}
| class="infobox-rowheader" | Specs || {{{manufacturer_specs}}}
|-
|-
| class="infobox-rowheader" | Manual || {{{manual}}}
| class="infobox-rowheader" | Manual || {{{manual}}}
Line 31: Line 30:
|-
|-
| class="infobox-rowheader" | Testing || {{{testing}}}
| class="infobox-rowheader" | Testing || {{{testing}}}
|-
| class="infobox-rowheader" | [[Tool restrictions|Restrictions]] || <span style="color:{{{restrictions}}}">{{{restrictions}}}</span>
|-
|-
|}
|}
<noinclude>
<noinclude>
==Usage==
==Usage==
Line 44: Line 44:
|tool_subtitle      = {{{tool_subtitle}}}
|tool_subtitle      = {{{tool_subtitle}}}
|image              = {{{image|No_image.jpeg}}}
|image              = {{{image|No_image.jpeg}}}
|caption            = {{{caption|Real image coming soon}}}
|make              = {{{make|N/A}}}
|make              = {{{make|N/A}}}
|model              = {{{model|N/A}}}
|model              = {{{model|N/A}}}
Line 54: Line 53:
|training          = {{{training|N/A}}}
|training          = {{{training|N/A}}}
|testing            = {{{testing|N/A}}}
|testing            = {{{testing|N/A}}}
|restrictions      = {{{red|green}}}
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 17:25, 18 January 2024


{{{tool_title}}}
[[File:{{{image}}}|thumb|250px|{{{caption}}}]]
General Info
Make {{{make}}}
Model {{{model}}}
Serial {{{serial}}}
Specs {{{manufacturer_specs}}}
Manual {{{manual}}}
Asylum Info
Location {{{location}}}
Rubric {{{rubric}}}
Training {{{training}}}
Testing {{{testing}}}
Restrictions {{{restrictions}}}

Usage

This template should not be used on its own -- it's designed to be used by the ToolBox template.

{{ToolBox-Base
|tool_title         = {{{tool_title}}}
|tool_subtitle      = {{{tool_subtitle}}}
|image              = {{{image|No_image.jpeg}}}
|make               = {{{make|N/A}}}
|model              = {{{model|N/A}}}
|serial             = {{{serial|N/A}}}
|manufacturer_specs = {{{manufacturer_specs|N/A}}}
|manual             = {{{manual|N/A}}}
|location           = {{{location|unknown}}}
|rubric             = {{{rubric|ask the shop lead}}}
|training           = {{{training|N/A}}}
|testing            = {{{testing|N/A}}}
|restrictions       = {{{red|green}}}
}}