Difference between revisions of "Template:Infobox machine"
From Captain of Industry Wiki
ABravePanda (talk | contribs) |
Thadius856 (talk | contribs) (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 | --><div class="infobox-wrapper"><!-- | ||
--><div | --><div class="outer-box"><!-- | ||
--><div | --><div class="inner-title"><!-- | ||
-->{{#if: {{{Name|}}} | {{{Name}}} | Unknown | -->{{#if: {{{Name|}}} | {{{Name}}} | Unknown Item }}<!-- | ||
--></div><!-- | --></div><!-- | ||
--><div | --><div class="inner-main"><!-- | ||
-->{{#if: {{{Description|}}} | <!-- | -->{{#if: {{{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 | --><div class="inner-table"><!-- | ||
--><div | --><div class="inner-inner-table"><!-- | ||
--><table | --><table class="table"><!-- | ||
-->{{#if:{{{Workers|}}}|<!-- | -->{{#if:{{{Workers|}}}|<!-- | ||
--><tr | --><tr class="table-tr"><!-- | ||
--><td | --><td class="table-td-left">Workers</td><!-- | ||
--><td | --><td class="table-td-right">{{{Workers}}} [[File:Worker.png|16x16px]]</td><!-- | ||
--></tr>}}<!-- | --></tr>}}<!-- | ||
-->{{#if:{{{Electricity|}}}|<!-- | -->{{#if:{{{Electricity|}}}|<!-- | ||
--><tr | --><tr class="table-tr"><!-- | ||
--><td | --><td class="table-td-left">Electricity</td><!-- | ||
--><td | --><td class="table-td-right">{{{Electricity}}} [[File:Electricity.png|16x16px]]</td><!-- | ||
--></tr>}}<!-- | --></tr>}}<!-- | ||
-->{{#if:{{{Maintenance|}}}|<!-- | -->{{#if:{{{Maintenance|}}}|<!-- | ||
--><tr | --><tr class="table-tr"><!-- | ||
--><td | --><td class="table-td-left">Maintenance</td><!-- | ||
--><td | --><td class="table-td-right">{{{Maintenance}}} / 60 [[File:Clock.png|link=|16x16px]]</td><!-- | ||
--></tr>}}<!-- | --></tr>}}<!-- | ||
-->{{#if:{{{Designation|}}}|<!-- | -->{{#if:{{{Designation|}}}|<!-- | ||
--><tr | --><tr class="table-tr"><!-- | ||
--><td | --><td class="table-td-left">Designation</td><!-- | ||
--><td | --><td class="table-td-right">{{{Designation}}} {{#if:{{{DesignationImage|}}}| [[File:{{{DesignationImage|}}}|16px]]}}</td><!-- | ||
--></tr>}}<!-- | --></tr>}}<!-- | ||
--></table><!-- | --></table><!-- | ||
--></div><!-- | --></div><!-- | ||
--></div><!-- | --></div><!-- | ||
--></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]
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.)
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.)