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

From Industrial-Craft-Wiki
Jump to navigation Jump to search
m (Fine tuning item positioning.)
m (Fine tuning item positioning.)
Line 10: Line 10:
<div style="left:118px; top:74px; width:14px; height:26px; position:absolute;">[[Image:Power_Bolt.png|14px]]</div>
<div style="left:118px; top:74px; width:14px; height:26px; position:absolute;">[[Image:Power_Bolt.png|14px]]</div>
<!-- battery slot -->
<!-- battery slot -->
{{#if:{{{Battery|}}}|<div style="left:112px; top:102px; width:32px; height:32px; position:absolute;">
{{#if:{{{Battery|}}}|<div style="left:112px; top:98px; width:32px; height:32px; position:absolute;">
[[Image:{{#if:{{{Battery-image|}}}|{{{Battery-image}}}|Grid_{{{Battery|}}}.png}}|32px|link={{#if:{{{Battery-link|}}}|{{{Battery-link}}}|{{{Battery}}}}}|alt={{{Battery}}}]]
[[Image:{{#if:{{{Battery-image|}}}|{{{Battery-image}}}|Grid_{{{Battery|}}}.png}}|32px|link={{#if:{{{Battery-link|}}}|{{{Battery-link}}}|{{{Battery}}}}}|alt={{{Battery}}}]]
</div>}}
</div>}}


<!-- left input slot -->
<!-- left input slot -->
{{#if:{{{InputL|}}}|<div style="left:94px; top:30px; width:32px; height:32px; position:absolute;">
{{#if:{{{InputL|}}}|<div style="left:94px; top:26px; width:32px; height:32px; position:absolute;">
[[Image:{{#if:{{{InputL-image|}}}|{{{InputL-image}}}|Grid_{{{InputL|}}}.png}}|32px|link={{#if:{{{InputL-link|}}}|{{{InputL-link}}}|{{{InputL}}}}}|alt={{{Left input}}}]]
[[Image:{{#if:{{{InputL-image|}}}|{{{InputL-image}}}|Grid_{{{InputL|}}}.png}}|32px|link={{#if:{{{InputL-link|}}}|{{{InputL-link}}}|{{{InputL}}}}}|alt={{{Left input}}}]]
</div>}}
</div>}}
<!-- right input slot -->
<!-- right input slot -->
{{#if:{{{InputR|}}}|<div style="left:126px; top:30px; width:32px; height:32px; position:absolute;">
{{#if:{{{InputR|}}}|<div style="left:126px; top:26px; width:32px; height:32px; position:absolute;">
[[Image:{{#if:{{{InputR-image|}}}|{{{InputR-image}}}|Grid_{{{InputR|}}}.png}}|32px|link={{#if:{{{InputR-link|}}}|{{{InputR-link}}}|{{{InputR}}}}}|alt={{{Right input}}}]]
[[Image:{{#if:{{{InputR-image|}}}|{{{InputR-image}}}|Grid_{{{InputR|}}}.png}}|32px|link={{#if:{{{InputR-link|}}}|{{{InputR-link}}}|{{{InputR}}}}}|alt={{{Right input}}}]]
</div>}}
</div>}}


<!-- left output slot -->
<!-- left output slot -->
{{#if:{{{OutputL|}}}|<div style="left:226px; top:66px; width:32px; height:32px; position:absolute;">
{{#if:{{{OutputL|}}}|<div style="left:226px; top:62px; width:32px; height:32px; position:absolute;">
[[Image:{{#if:{{{OutputL-image|}}}|{{{OutputL-image}}}|Grid_{{{OutputL|}}}.png}}|32px|link={{#if:{{{OutputL-link|}}}|{{{OutputL-link}}}|{{{OutputL}}}}}|alt={{{Left output}}}]]
[[Image:{{#if:{{{OutputL-image|}}}|{{{OutputL-image}}}|Grid_{{{OutputL|}}}.png}}|32px|link={{#if:{{{OutputL-link|}}}|{{{OutputL-link}}}|{{{OutputL}}}}}|alt={{{Left output}}}]]
</div>}}
</div>}}
<!-- right output slot -->
<!-- right output slot -->
{{#if:{{{OutputR|}}}|<div style="left:262px; top:66px; width:32px; height:32px; position:absolute;">
{{#if:{{{OutputR|}}}|<div style="left:262px; top:62px; width:32px; height:32px; position:absolute;">
[[Image:{{#if:{{{OutputR-image|}}}|{{{OutputR-image}}}|Grid_{{{OutputR|}}}.png}}|32px|link={{#if:{{{OutputR-link|}}}|{{{OutputR-link}}}|{{{OutputR}}}}}|alt={{{Right output}}}]]
[[Image:{{#if:{{{OutputR-image|}}}|{{{OutputR-image}}}|Grid_{{{OutputR|}}}.png}}|32px|link={{#if:{{{OutputR-link|}}}|{{{OutputR-link}}}|{{{OutputR}}}}}|alt={{{Right output}}}]]
</div>}}
</div>}}

Revision as of 11:58, 3 May 2015


Template-info.png Documentation

This template is used to make the Induction Furnace GUI.

Usage[edit]

{{Grid/Induction Furnace
|InputL=Cobblestone
|InputR=Cobblestone
|OutputL=Stone
|OutputR=Stone
|Battery=Advanced RE-Battery
}}



See also[edit]

{{Grid/Machine}}

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