- Main article: Template:Grid/Available images [edit]
Template:Grid/Furnace/doc: Difference between revisions
Mastergalen (talk | contribs) m (1 revision) |
FantasyTeddy (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{documentation header}} | ||
{{shortcut|Furnace}} | {{shortcut|Furnace}} | ||
{{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 77: | Line 78: | ||
The layout images can also be modified, for example: | The layout images can also be modified, for example: | ||
<pre style="max-width: 282px">{{Grid/Furnace | <pre style="max-width: 282px">{{Grid/Furnace | ||
|Mod= | |Mod= The Aether | ||
|Input= | |Input= Holystone | ||
|Output= | |Output= Healing Stone | ||
|Fuel= | |Fuel= Ambrosium Shard | ||
|FuelUsage= | |FuelUsage= Transmute | ||
|Progress= | |Progress= Transmute | ||
}}</pre> | }}</pre> | ||
;Produces | |||
{{Grid/Furnace | {{Grid/Furnace | ||
|Mod= | |Mod= The Aether | ||
|Input= | |Input= Holystone | ||
|Output= | |Output= Healing Stone | ||
|Fuel= | |Fuel= Ambrosium Shard | ||
|FuelUsage= | |FuelUsage= Transmute | ||
|Progress= | |Progress= Transmute | ||
}} | }} | ||
Images should be put in [[:Category:Grid mods layout]]. | Images should be put in [[:Category:Grid mods layout]]. | ||
{{Grid/Available images}} | {{loadPage|Template:Grid/Available images|Available images}} | ||
== See also == | == See also == | ||
{{Grid/See also}} | {{Grid/See also}} | ||
<includeonly> | |||
[[Category:Grid templates]] | |||
[[Category:Image templates]] | |||
[[de:Vorlage:Grid/Furnace]] | |||
[[fr:Modèle:Grille/Four]] | |||
[[nl:Sjabloon:Grid/Furnace]] | |||
[[pl:Szablon:Grid/Furnace]] | |||
</includeonly> | |||
<noinclude> | |||
[[fr:Modèle:Grille/Four/doc]] | |||
[[nl:Sjabloon:Grid/Furnace/doc]] | |||
[[pl:Szablon:Grid/Furnace/doc]] | |||
</noinclude> |
Revision as of 11:52, 3 August 2015
- Shortcut
- Furnace
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.
Contents
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 |
Mods
Mod images and normal images can be combined just like in a single grid.
When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).
The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the furnace are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the furnace would be quicker.
{{Grid/Furnace |Input= Gravel,64 |Output= FancyPack:Road,2 |Fuel= Coal,5 }}
- or
{{Grid/Furnace |Mod= FancyPack |Input= v:Gravel,64 |Output= Road,2 |Fuel= v:Coal,5 }}
- produces
64 | File:Grid Road (FancyPack).png2 | |
5 |
Note the links of the Road, Gravel and Coal.
The layout images can also be modified, for example:
{{Grid/Furnace |Mod= The Aether |Input= Holystone |Output= Healing Stone |Fuel= Ambrosium Shard |FuelUsage= Transmute |Progress= Transmute }}
- Produces
Images should be put in Category:Grid mods layout.
Available images
See also
{{Grid}}
{{Grid/Crafting Table}}
{{Grid/Inventory Table}}
{{Grid/Furnace}}
{{Grid/Brewing Stand}}
{{Grid/Hotbar}}
- Module:Grid
fr:Modèle:Grille/Four/doc nl:Sjabloon:Grid/Furnace/doc pl:Szablon:Grid/Furnace/doc