Template:Grid/Furnace

From Industrial-Craft-Wiki
< Template:Grid
Revision as of 14:39, 28 April 2011 by Kiko5 (talk | contribs)
Jump to navigation Jump to search
Template-info.png Documentation

This template uses Lua. In the event of something breaking, script errors, etc, tell Chocohead immediately! It should all be stable however.


This template is used to create a grid that looks similar to the Furnace's GUI screen.

Usage[edit]

Static[edit]

{{Grid/Furnace
|Input=  Sand
|Output= Glass
|Fuel=   Coal
|Break=1
}}
{{Grid/Furnace
|Top=  Sand,17
|Output= Glass,2
|Bottom=   Coal,3
}}
produces
Grid layout None (small).pngGrid Sand.png
Grid layout Arrow (large).png
Grid layout None (large).pngGrid Glass.png
Grid layout Fire.png
Grid layout None (small).pngGrid Coal.png
Grid layout None (small).png
Grid layout Arrow (large).png
Grid layout Fire.png
Grid layout None (small).png

Input and Fuel can be interchanged with Top and Bottom. Additional output amounts can be specified by putting a comma then the amount. This number is currently limitless, but it will be limited to 64 as soon as Chocohead gets around to it. Break is used to not add a new line after the grid, so that they can pack in next to each other.

Animated[edit]

To make the grid animate, you make a list of blocks and objects you want to show, separated by commas.

{{Grid/Furnace
|Input=  Sand,17;Wood,10
|Output= Glass,2;Charcoal,10
|Fuel=   Coal
}}
produces
Grid layout Arrow (large).png
Grid layout Fire.png
Grid layout None (small).pngGrid Coal.png

See also[edit]

{{Grid/Crafting Table}}

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