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

From Industrial-Craft-Wiki
Jump to navigation Jump to search
m (→‎Animated: Updated, since animation actually has support)
m (Added general warning)
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
<big>This template uses [[wikipedia:Lua|Lua]]. In the event of something breaking, script errors, etc, tell [[User:Chocohead|Chocohead]] immediately!</big> <small>It should all be stable however.</small>
This template is used to create a grid that looks similar to the [[Furnace|Furnace's]] GUI screen.
This template is used to create a grid that looks similar to the [[Furnace|Furnace's]] GUI screen.
== Usage ==
== Usage ==


Line 37: Line 39:
|Fuel=  Coal
|Fuel=  Coal
}}
}}
 
<!--
=== Mods ===
=== Mods ===
If you are using mod images, you can specify the wiki page to your mod with the Mod parameter. All parameters (Input, Output, Fuel) that are modded items have an M in front of them, and any normal Minecraft items stay the same, this allows you to use normal Minecraft items and link to their correct pages.
If you are using mod images, you can specify the wiki page to your mod with the Mod parameter. All parameters (Input, Output, Fuel) that are modded items have an M in front of them, and any normal Minecraft items stay the same, this allows you to use normal Minecraft items and link to their correct pages.
Line 61: Line 63:


{{Grid/Available images}}
{{Grid/Available images}}
 
-->
== See also ==
== See also ==
{{tl|Grid/Crafting Table}}
{{tl|Grid/Crafting Table}}
{{doc/end}}
{{doc/end}}

Revision as of 01:31, 22 February 2015

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   |IA= 17
|Output= Glass  |OA= 2
|Fuel=   Coal   |FA= 3
}}
produces
Grid Sand.png
Grid Coal.png
Grid Glass.png

The IA, OA and FA fields accept 2-99. Using any number lower or leaving it blank will show nothing, using 100 to 109 will only show the last two digits (although this can be utilized to output 01 instead of just 1, for example), using anything higher will only show the last digit.

See the image list below for all usable image names.

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;Charcoal|OA= 2,10
|Fuel=   Coal
}}
produces
Grid Sand.png

17

Grid Wood.png

10

Grid Coal.png
Grid Glass.png
Grid Charcoal.png

See also[edit]

{{Grid/Crafting Table}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.