Jump to: navigation, search

Template:Furnace/doc: Difference between revisions

m (CraftSpider moved page Template:Grid/Furnace/doc to Template:Furnace/doc: Grid is obsolete)
(Updated documentation)
 
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
{{Pending Deletion}}
{{lua|UI}}
{{lua|Grid}}
This template is used to create an interface that looks similar to the [[Furnace|Furnace's]].
This template is used to create a grid that looks similar to the [[Furnace|Furnace's]] GUI screen.


See [[Template:Grid]] for basic grid usage, this documentation page will cover additional or different functions.  
See [[Template:Inventory slot]] for basic slot usage, this documentation page will cover additional or different functions.  
== Usage ==
== Usage ==


=== Definition ===
=== Definition ===
<pre style="max-width: 246px">{{Grid/Furnace
<pre style="max-width: 246px">{{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: 128px">{{Grid/Furnace
<pre style="max-width: 128px">{{Furnace
|Input=  Sand,17
|Input=  Sand,17
|Output= Glass,2
|Output= Glass,2
Line 25: Line 24:


;produces:
;produces:
{{Grid/Furnace
{{Furnace
|Input=  Sand,17
|Input=  Sand,17
|Output= Glass,2
|Output= Glass,2
|Fuel=  Coal,3
|Fuel=  Coal,3
}}
}}
See the [[#Available images|image list]] below for all usable image names.


=== 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 slots animate, you make a list of blocks and objects you want to show, separated by semicolons.
<pre style="max-width: 232px">{{Grid/Furnace
<pre style="max-width: 232px">{{Furnace
|Input=  Sand,17; Oak Wood,10
|Input=  Sand,17; Oak Wood,10
|Output= Glass,2; Charcoal,10
|Output= Glass,2; Charcoal,10
Line 42: Line 39:


;produces:
;produces:
{{Grid/Furnace
{{Furnace
|Input=  Sand,17; Oak Wood,10
|Input=  Sand,17; Oak Wood,10
|Output= Glass,2; Charcoal,10
|Output= Glass,2; Charcoal,10
Line 49: Line 46:


=== Mods ===
=== Mods ===
Mod images and normal images can be combined just like in a single grid.
Mod images and normal images can be combined just like in a single slot.


When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).
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.
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.
<pre style="max-width: 200px">{{Grid/Furnace
<pre style="max-width: 200px">{{Furnace
|Input=  Gravel,64
|Input=  Gravel,64
|Output= FancyPack:Road,2
|Output= FancyPack:Road,2
Line 60: Line 57:
}}</pre>
}}</pre>
;or
;or
<pre style="max-width: 160px">{{Grid/Furnace
<pre style="max-width: 160px">{{Furnace
|Mod= FancyPack
|Mod= FancyPack
|Input=  v:Gravel,64
|Input=  v:Gravel,64
Line 77: Line 74:


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">{{Furnace
|Mod= IndustrialCraft
|Mod= The Aether
|Input=  Hydrated Coal Dust,12
|Input=  Holystone
|Output= Compressed hyd Coalclump,4
|Output= Healing Stone
|Fuel=  RE Battery (Charged)
|Fuel=  Ambrosium Shard
|FuelUsage= Electricity
|FuelUsage= Transmute
|Progress= Compressor
|Progress= Transmute
}}</pre>
}}</pre>
 
;Produces
{{Grid/Furnace
{{Furnace
|Mod= IndustrialCraft
|Mod= The Aether
|Input=  Hydrated Coal Dust,12
|Input=  Holystone
|Output= Compressed hyd Coalclump,4
|Output= Healing Stone
|Fuel=  RE Battery (Charged)
|Fuel=  Ambrosium Shard
|FuelUsage= Electricity
|FuelUsage= Transmute
|Progress= Compressor
|Progress= Transmute
}}
}}
Images should be put in [[:Category:Grid mods layout]].
Images should be put in [[:Category:Grid mods layout]].
{{loadPage|Template:Grid/Available images|Available images}}


== See also ==
== See also ==
{{Grid/See also}}
{{UI see also}}
{{doc/end}}
{{doc/end}}

Latest revision as of 20:42, 19 May 2017

Template-info.png Documentation
Lua logo.svg
This template uses Module:UI, a script written in the Lua programming language. Please see wp:Lua and mw:Extension:Scribunto to learn more about Lua.

This template is used to create an interface that looks similar to the Furnace's.

See Template:Inventory slot for basic slot usage, this documentation page will cover additional or different functions.

Usage

Definition

{{Furnace
|Mod    = Default mod name
|Input  = Mod:InputName,Amount
|Output = Mod:OutputName,Amount
|Fuel   = Mod:FuelName,Amount
}}

Standard usage

{{Furnace
|Input=  Sand,17
|Output= Glass,2
|Fuel=   Coal,3
}}
produces

Animated

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

{{Furnace
|Input=  Sand,17; Oak Wood,10
|Output= Glass,2; Charcoal,10
|Fuel=   Coal,3
}}
produces

Mods

Mod images and normal images can be combined just like in a single slot.

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.

{{Furnace
|Input=  Gravel,64
|Output= FancyPack:Road,2
|Fuel=   Coal,5
}}
or
{{Furnace
|Mod= FancyPack
|Input=  v:Gravel,64
|Output= Road,2
|Fuel=   v:Coal,5
}}
produces

Note the links of the Road, Gravel and Coal.


The layout images can also be modified, for example:

{{Furnace
|Mod= The Aether
|Input=  Holystone
|Output= Healing Stone
|Fuel=   Ambrosium Shard
|FuelUsage= Transmute
|Progress= Transmute
}}
Produces
Holystone
Ambrosium Shard

Healing Stone

Images should be put in Category:Grid mods layout.

See also

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



Cookies help us deliver our services. By using our services, you agree to our use of cookies.