Template:Infobox machine: Difference between revisions

From Captain of Industry Wiki
Jump to: navigation, search
m typo
automate the designation image from param Designation ... deprecate param DesignationImage as not needed now ... add an override param as DesigImgOverride just in case we ever need it
Line 5: Line 5:
   --><div class="inner-header"><!--
   --><div class="inner-header"><!--
     --><div class="designation"><!--
     --><div class="designation"><!--
       -->{{#if:{{{DesignationImage|}}}| [[File:{{{DesignationImage|}}}|48x48px]]}}<!--
       -->{{#if: {{{DesigImgOverride|}}} | <!--
        -->[[File:{{{DesigImgOverride}}}{{!}}48x48px{{!}}link=Category:{{{Designation|}}}]]|<!--
        -->[[File:{{{Designation}}}.png{{!}}48x48px{{!}}link=Category:{{{Designation|}}}]]<!--
      -->}}<!--
     --></div><!--
     --></div><!--
     --><div class="title"><!--
     --><div class="title"><!--
Line 26: Line 29:
           --><tr class="table-tr"><!--
           --><tr class="table-tr"><!--
             --><td class="table-td-left">Workers</td><!--
             --><td class="table-td-left">Workers</td><!--
             --><td class="table-td-right">{{{Workers}}} [[File:Worker.png|16x16px]]</td><!--
             --><td class="table-td-right">{{{Workers}}} [[File:Worker.png|link=|16x16px]]</td><!--
           --></tr>}}<!--
           --></tr>}}<!--
         -->{{#if:{{{Electricity|}}}|<!--
         -->{{#if:{{{Electricity|}}}|<!--
           --><tr class="table-tr"><!--
           --><tr class="table-tr"><!--
             --><td class="table-td-left">Electricity</td><!--
             --><td class="table-td-left">Electricity</td><!--
             --><td class="table-td-right">{{{Electricity}}} [[File:Electricity.png|16x16px]]</td><!--
             --><td class="table-td-right">{{{Electricity}}} [[File:Electricity.png|link=|16x16px]]</td><!--
           --></tr>}}<!--         
           --></tr>}}<!--         
         -->{{#if:{{{Maintenance|}}}|<!--
         -->{{#if:{{{Maintenance|}}}|<!--
Line 43: Line 46:
             --><td class="table-td-right"><!--
             --><td class="table-td-right"><!--
               -->{{#ifexist: Category:{{{Designation}}} | [[:Category:{{{Designation}}}|{{{Designation}}}]] | {{{Designation}}}}}<!--
               -->{{#ifexist: Category:{{{Designation}}} | [[:Category:{{{Designation}}}|{{{Designation}}}]] | {{{Designation}}}}}<!--
              -->{{#if: {{{DesignationImage|}}} | &nbsp;[[File:{{{DesignationImage|}}}|16x16px]]}}<!--
                -->{{#if: {{{DesigImgOverride|}}} | <!--
                  -->&nbsp;[[File:{{{DesigImgOverride}}}{{!}}16x16px{{!}}link=Category:{{{Designation|}}}]]|<!--
                  -->&nbsp;[[File:{{{Designation}}}.png{{!}}16x16px{{!}}link=Category:{{{Designation|}}}]]<!--
                -->}}<!--
               -->[[Category:{{{Designation}}}]]</td><!--
               -->[[Category:{{{Designation}}}]]</td><!--
           --></tr>}}<!--  
           --></tr>}}<!--  
Line 57: Line 63:
--></div><!--
--></div><!--
-->{{#if: {{NAMESPACE}} || [[Category:Machine]]}}<!--
-->{{#if: {{NAMESPACE}} || [[Category:Machine]]}}<!--
-->{{#if: {{{Designation|}}}{{{DesigImgOverride|}}} | {{{DesigImgOverride|Designation}}}}}<!--
--></includeonly><noinclude>{{documentation}}</noinclude>
--></includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 11:27, 14 January 2022

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Groundwater Pump
T1
“In-game building description goes here. The template will handle even very long text gracefully.”

Workers10
Electricity20 KW
Maintenance5 / 60 
DesignationGeneral Machines 
VariantsBlast Furnace II
Fuel Gas.png 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.)