Difference between revisions of "Template:Infobox machine"

From Captain of Industry Wiki
Jump to: navigation, search
(refactor for TemplateStyles extension, replace unicode 4-o-clock character with in-game ui image)
Line 1: Line 1:
<includeonly><!--
<includeonly><templatestyles src="Template:Infobox material/styles.css" /><!--
--><div style="float:right; clear: right;"><!--
--><div class="infobox-wrapper"><!--
--><div style="display:inline-block; min-width: 250px; max-width: 350px; border: 3px solid rgba(252,162,58,1); border-radius: 15px; margin:10px; font-size:14px; background-color: rgba(46,46,46,1);"><!--
--><div class="outer-box"><!--
   --><div style="width: 100%; vertical-align: middle; text-align: center; background-color: rgba(0,0,0,1); font-size: 20px; color: rgba(252,162,58,1); text-shadow: 0 0 10px rgba(255,162,58,.7); font-family: Georgia, Liberation Serif, Times, serif; border-radius: 15px 15px 0 0; border-bottom: 3px solid rgba(252,162,58,1); padding: 10px 0;"><!--
   --><div class="inner-title"><!--
         -->{{#if: {{{Name|}}} | {{{Name}}} | Unknown Machine}}<!--
         -->{{#if: {{{Name|}}} | {{{Name}}} | Unknown Item }}<!--
   --></div><!--
   --></div><!--
   --><div style="text-align: center; padding: 10px 10px 0;"><!--
   --><div class="inner-main"><!--
     -->{{#if: {{{Description|}}} | <!--
     -->{{#if: {{{Description|}}} | <!--
       --><div style="font-size:16px; color: rgba(255,255,255,1); padding: 0px 0px 10px 0px;">''“{{{Description}}}”''</div><!--
       --><div class="description">''“{{{Description}}}”''</div><!--
     -->}}<!--
     -->}}<!--
     -->[[File:{{#if: {{{Image|}}} | {{{Image}}} | {{#if: {{{Name|}}} | {{{Name}}} | Placeholder machine}}.png}}]]<br/><!--
     -->[[File:{{#if: {{{Image|}}} | {{{Image}}} | {{#if: {{{Name|}}} | {{{Name}}} | Placeholder machine}}.png}}]]<br/><!--
   --></div><!--
   --></div><!--
   --><div style="padding: 10px;"><!--
   --><div class="inner-table"><!--
     --><div style="vertical-align:top; width: 100%;"><!--   
     --><div class="inner-inner-table"><!--   
       --><table style="border-collapse: collapse; border-spacing: 0 8px; flex-grow:1; line-height:16px; white-space:nowrap; width: 100%"><!--
       --><table class="table"><!--
         -->{{#if:{{{Workers|}}}|<!--
         -->{{#if:{{{Workers|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Workers</td><!--
             --><td class="table-td-left">Workers</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{Workers}}} [[File:Worker.png|14px]]</td><!--
             --><td class="table-td-right">{{{Workers}}} [[File:Worker.png|16x16px]]</td><!--
           --></tr>}}<!--
           --></tr>}}<!--
         -->{{#if:{{{Electricity|}}}|<!--
         -->{{#if:{{{Electricity|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Electricity</td><!--
             --><td class="table-td-left">Electricity</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{Electricity}}} [[File:Electricity.png|14px]]</td><!--
             --><td class="table-td-right">{{{Electricity}}} [[File:Electricity.png|16x16px]]</td><!--
           --></tr>}}<!--         
           --></tr>}}<!--         
         -->{{#if:{{{Maintenance|}}}|<!--
         -->{{#if:{{{Maintenance|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Maintenance</td><!--
             --><td class="table-td-left">Maintenance</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{Maintenance}}} / 60&nbsp;🕓</td><!--
             --><td class="table-td-right">{{{Maintenance}}} / 60&nbsp;[[File:Clock.png|link=|16x16px]]</td><!--
           --></tr>}}<!--   
           --></tr>}}<!--   
         -->{{#if:{{{Designation|}}}|<!--
         -->{{#if:{{{Designation|}}}|<!--
           --><tr style="border-top: 1px solid white; vertical-align: top;"><!--
           --><tr class="table-tr"><!--
             --><td style="text-align: right; font-weight: bold; padding: 5px 5px 5px 0;">Designation</td><!--
             --><td class="table-td-left">Designation</td><!--
             --><td style="padding: 5px 0 5px 5px;">{{{Designation}}} {{#if:{{{DesignationImage|}}}| [[File:{{{DesignationImage|}}}|20px]]}}</td><!--
             --><td class="table-td-right">{{{Designation}}} {{#if:{{{DesignationImage|}}}| [[File:{{{DesignationImage|}}}|16px]]}}</td><!--
           --></tr>}}<!--           
           --></tr>}}<!--           
       --></table><!--
       --></table><!--
     --></div><!--
     --></div><!--
   --></div><!--
   --></div><!--
    {{#if:{{{Recipes|}}}|<hr style="height:3px; border:0">{{{Recipes}}}}}
--></div><!--
--></div><!--
--></div><!--
--></div><!--
--></includeonly><noinclude>{{documentation}}</noinclude>
--></includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 12:28, 13 January 2022

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Groundwater Pump
“In-game building description goes here. The template will handle even very long text gracefully.”
Groundwater Pump.png
Workers10 Worker.png
Electricity20 KW Electricity.png
Maintenance5 / 60 Clock.png
DesignationGeneral Machines
Example usage:
{{Infobox machine
| Name          = Groundwater Pump
| Tier          = 1
| Image         = 
| Description   = In-game building description goes here. The template will handle even very long text gracefully.
| Recipe        = 
  {{Machine Recipe
    | Input1Name  = Construction Parts
    | Input1Qty   = 12
    | Input2Name  = Iron
    | Input2Qty   = 12
    }}
| Workers       = 10
| Electricity   = 20 KW
| Maintenance   = 5
| Footprint     = 6x4
| Research      = Cement Production <!-- What tech is required for this building to be unlocked -->
| Research2     = Basic Desalination <!-- Accepts at most 3 researches -->
| Cargo         = [[Water]]
| Storage       = 5000
| BoostByUnity  = yes
| Designation   = General Machines
| DesigImgOverride = Fuel Gas.png <!-- only used if needed to override the automatic image -->
| Variants      = [[Blast Furnace II]]
}}

Blank template:

{{Infobox machine
| Name          = 
| Tier          = 
| Image         = 
| Description   = 
| Recipe        = 
  {{Machine Recipe
    | Input1Name  = 
    | Input1Qty   = 
    | Input2Name  = 
    | Input2Qty   = 
    }}
| Workers       = 
| Electricity   = 
| Maintenance   = 
| ResearchSpeed = 
| Footprint     = 
| Research      = 
| Research2     = 
| Research3     = 
| Cargo         = 
| Storage       = 
| BoostByUnity  = 
| Designation   = 
| DesigImgOverride = <!-- only used if needed to override the automatic image -->
| Variants      = 
}}
The above text is transcluded from Template:Infobox machine/doc; you can change it or view its history. (How does this work?)
If you're done making changes, please refresh the text. (Why?)
You can experiment in this template's sandbox (edit | diff) and testcases (create) pages.
Please add categories and interwikis to Template:Infobox machine/doc. (View all subpages of this page.)