- Main article: Template:Grid/Available images [edit]
Template:Grid/Furnace/doc: Difference between revisions
< Template:Grid | Furnace
FantasyTeddy (talk | contribs) No edit summary |
FantasyTeddy (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{documentation header}} | {{documentation header}} | ||
{{lua|Grid}} | {{lua|Grid}} | ||
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. | ||
Line 8: | Line 7: | ||
=== Definition === | === Definition === | ||
<pre style="max-width: | <pre style="max-width: 300px">{{Grid/Furnace | ||
|Mod = Default mod name | |Mod = Default mod name | ||
|Input = Mod:InputName,Amount | |Input = Mod:InputName,Amount | ||
Line 18: | Line 17: | ||
=== Standard usage === | === Standard usage === | ||
<pre style="max-width: | <pre style="max-width: 150px">{{Grid/Furnace | ||
|Input= Sand,17 | |Input= Sand,17 | ||
|Output= Glass,2 | |Output= Glass,2 | ||
Line 35: | Line 34: | ||
=== Animated === | === Animated === | ||
To make the grid animate, you make a list of blocks and objects you want to show, separated by semicolons. | To make the grid animate, you make a list of blocks and objects you want to show, separated by semicolons. | ||
<pre style="max-width: | <pre style="max-width: 250px">{{Grid/Furnace | ||
|Input= Sand,17; Oak Wood,10 | |Input= Sand,17; Oak Wood,10 | ||
|Output= Glass,2; Charcoal,10 | |Output= Glass,2; Charcoal,10 | ||
Line 47: | Line 46: | ||
|Fuel= Coal,3 | |Fuel= Coal,3 | ||
}} | }} | ||
{{loadPage|Template:Grid/Available images|Available images}} | {{loadPage|Template:Grid/Available images|Available images}} | ||
Line 103: | Line 54: | ||
[[Category:Grid templates]] | [[Category:Grid templates]] | ||
[[Category:Image templates]] | [[Category:Image templates]] | ||
</includeonly> | </includeonly> | ||
Latest revision as of 11:55, 3 August 2015
[purge]
This is the documentation page, it should be transcluded into the main template page. See Template:Documentation for more informationThis template uses Module:Grid, a script written in Lua.
Please see wp:Lua and mw:Extension:Scribunto to learn more.
Please see wp:Lua and mw:Extension:Scribunto to learn more.
This template is used to create a grid that looks similar to the Furnace's GUI screen.
See Template:Grid for basic grid usage, this documentation page will cover additional or different functions.
Usage
Definition
{{Grid/Furnace |Mod = Default mod name |Input = Mod:InputName,Amount |Output = Mod:OutputName,Amount |Fuel = Mod:FuelName,Amount }}
Standard usage
{{Grid/Furnace |Input= Sand,17 |Output= Glass,2 |Fuel= Coal,3 }}
- produces
17 | 2 | |
3 |
See the image list below for all usable image names.
Animated
To make the grid animate, you make a list of blocks and objects you want to show, separated by semicolons.
{{Grid/Furnace |Input= Sand,17; Oak Wood,10 |Output= Glass,2; Charcoal,10 |Fuel= Coal,3 }}
- produces
1710 | 210 | |
3 |
Available images
See also
{{Grid}}
{{Grid/Crafting Table}}
{{Grid/Inventory Table}}
{{Grid/Furnace}}
{{Grid/Brewing Stand}}
{{Grid/Hotbar}}
- Module:Grid
Cookies help us deliver our services. By using our services, you agree to our use of cookies.