Difference between revisions of "Template:Grid/Blast Furnace"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
m (Changed how things worked)
m (Fixed things being horrible knocked too high)
Line 4: Line 4:
--><div style="left:0px; top:0px; width:316px; height:174px position:absolute;">[[Image:GUI_Blast_Furnace.png|316px|link=|alt=]]</div><!--
--><div style="left:0px; top:0px; width:316px; height:174px position:absolute;">[[Image:GUI_Blast_Furnace.png|316px|link=|alt=]]</div><!--
-- Title --
-- Title --
--><div style="left:93px; top:5px; position:absolute; font-family:'MinecraftFont'; font-size:18px;">[[Blast Furnace]]</div><!--
--><div style="left:93px; top:7px; position:absolute; font-family:'MinecraftFont'; font-size:18px;">[[Blast Furnace]]</div><!--
-- Input --
-- Input --
-->{{#if:{{{Input|}}}|<div style="left:34px; top:61px; width:32px; height:32px; position:absolute;"><!--
-->{{#if:{{{Input|}}}|<div style="left:34px; top:66px; width:32px; height:32px; position:absolute;"><!--
-->{{Gc|{{#if:{{{Input-tooltip|}}}|[{{{Input-tooltip}}}]}}{{{Input}}}{{#if:{{{Input-link|}}}|~{{{Input-link}}}}}}}<!--
-->{{Gc|{{#if:{{{Input-tooltip|}}}|[{{{Input-tooltip}}}]}}{{{Input}}}{{#if:{{{Input-link|}}}|~{{{Input-link}}}}}}}<!--
--></div>}}<!--
--></div>}}<!--
-- Compressed Air --
-- Compressed Air --
-->{{#if:{{{AirFull|}}}|<div style="left:16px; top:107px; width:32px; height:32px; position:absolute;"><!--
-->{{#if:{{{AirFull|}}}|<div style="left:16px; top:112px; width:32px; height:32px; position:absolute;"><!--
-->{{Gc|Compressed Air Cell}}<!--
-->{{Gc|Compressed Air Cell}}<!--
--></div><div style="left:22px; top:130px; width:16px; height:16px; position:absolute; overflow:hidden;"><!--
--></div><div style="left:22px; top:135px; width:16px; height:16px; position:absolute; overflow:hidden;"><!--
--><div style="left:{{#expr:-16 * (floor({{{AirFull}}}/10) - 1)}}px; top:-8px; width:160px; height:16px; position:absolute;"><!--
--><div style="left:{{#expr:-16 * (floor({{{AirFull}}}/10) - 1)}}px; top:-8px; width:160px; height:16px; position:absolute;"><!--
-->[[Image:GridNumbersCSS.png|160px|link=Compressed Air Cell|alt=Compressed Air Cell]]<!--
-->[[Image:GridNumbersCSS.png|160px|link=Compressed Air Cell|alt=Compressed Air Cell]]<!--
--></div><!--
--></div><!--
--></div><div style="left:34px; top:130px; width:16px; height:16px; position:absolute; overflow:hidden;"><!--
--></div><div style="left:34px; top:135px; width:16px; height:16px; position:absolute; overflow:hidden;"><!--
--><div style="left:{{#expr:-16 * (({{{AirFull}}} - 1) mod 10)}}px; top:-8px; width:160px; height:16px; position:absolute;"><!--
--><div style="left:{{#expr:-16 * (({{{AirFull}}} - 1) mod 10)}}px; top:-8px; width:160px; height:16px; position:absolute;"><!--
-->[[Image:GridNumbersCSS.png|160px|link=Compressed Air Cell|alt=Compressed Air Cell]]<!--
-->[[Image:GridNumbersCSS.png|160px|link=Compressed Air Cell|alt=Compressed Air Cell]]<!--
Line 22: Line 22:
--></div>}}<!--
--></div>}}<!--
-- Empty Cell --
-- Empty Cell --
-->{{#if:{{{AirEmpty|}}}|<div style="left:52px; top:107px; width:32px; height:32px; position:absolute;"><!--
-->{{#if:{{{AirEmpty|}}}|<div style="left:52px; top:112px; width:32px; height:32px; position:absolute;"><!--
-->{{Gc|Empty Cell}}<!--
-->{{Gc|Empty Cell}}<!--
--></div>}}<!--
--></div>}}<!--
-- Output 1 --
-- Output 1 --
-->{{#if:{{{Output1|}}}|<div style="left:232px; top:107px; width:32px; height:32px; position:absolute;"><!--
-->{{#if:{{{Output1|}}}|<div style="left:232px; top:112px; width:32px; height:32px; position:absolute;"><!--
-->{{Gc|{{#if:{{{Output1-tooltip|}}}|[{{{Output1-tooltip}}}]}}{{{Output1}}}{{#if:{{{Output1-link|}}}|~{{{Output1-link}}}}}}}<!--
-->{{Gc|{{#if:{{{Output1-tooltip|}}}|[{{{Output1-tooltip}}}]}}{{{Output1}}}{{#if:{{{Output1-link|}}}|~{{{Output1-link}}}}}}}<!--
--></div>}}<!--
--></div>}}<!--
-- Output 2 --
-- Output 2 --
-->{{#if:{{{Output2|}}}|<div style="left:268px; top:107px; width:32px; height:32px; position:absolute;"><!--
-->{{#if:{{{Output2|}}}|<div style="left:268px; top:112px; width:32px; height:32px; position:absolute;"><!--
-->{{Gc|{{#if:{{{Output2-tooltip|}}}|[{{{Output2-tooltip}}}]}}{{{Output2}}}{{#if:{{{Output2-link|}}}|~{{{Output2-link}}}}}}}<!--
-->{{Gc|{{#if:{{{Output2-tooltip|}}}|[{{{Output2-tooltip}}}]}}{{{Output2}}}{{#if:{{{Output2-link|}}}|~{{{Output2-link}}}}}}}<!--
--></div>}}<!--
--></div>}}<!--

Revision as of 18:49, 26 May 2015


Template-info.png Documentation

This template is used to make the Blast Furnace GUI.

Usage[edit]

{{Grid/Blast Furnace
|Input=Iron
|AirFull=6
|AirEmpty=1
|Output1=Refined Iron
|Output2=Slag
}}

See also[edit]

{{Grid/Machine}}

The above documentation is transcluded from Template:Grid/Blast Furnace/doc. (edit | history)