Jump to: navigation, search

Template:Brewing Stand/doc: Difference between revisions

m (CraftSpider moved page Template:Grid/Brewing Stand/doc to Template:Brewing Stand/doc: Updating to new version)
(Updated template reference)
 
Line 7: Line 7:


== Usage ==
== Usage ==
<pre style="width: 218px">{{Grid/Brewing Stand
<pre style="width: 218px">{{Brewing Stand
|Input=  Nether Wart Seeds
|Input=  Nether Wart Seeds
|Output1= Awkward Potion
|Output1= Awkward Potion
Line 15: Line 15:


;will result in:
;will result in:
{{Grid/Brewing Stand
{{Brewing Stand
|Input=  Nether Wart Seeds
|Input=  Nether Wart Seeds
|Output1= Awkward Potion
|Output1= Awkward Potion
Line 24: Line 24:
=== Animated ===
=== Animated ===
To make the grid animate, you make a list of items you want to show, separated by commas.
To make the grid animate, you make a list of items you want to show, separated by commas.
<pre style="width: 388px">{{Grid/Brewing Stand
<pre style="width: 388px">{{Brewing Stand
|Input=  Nether Wart Seeds,10; Redstone,64
|Input=  Nether Wart Seeds,10; Redstone,64
|Output1= Awkward Potion; Splash Mundane Potion
|Output1= Awkward Potion; Splash Mundane Potion
Line 32: Line 32:


;will result in:
;will result in:
{{Grid/Brewing Stand
{{Brewing Stand
|Input=  Nether Wart Seeds,10; Redstone,64
|Input=  Nether Wart Seeds,10; Redstone,64
|Output1= Awkward Potion; Splash Mundane Potion
|Output1= Awkward Potion; Splash Mundane Potion
Line 45: Line 45:


The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the brewing stand are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the stand 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 brewing stand are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the stand would be quicker.
<pre style="width: 230px">{{Grid/Brewing Stand
<pre style="width: 230px">{{Brewing Stand
|Mod= IndustrialCraft
|Mod= IndustrialCraft
|Input= v:Redstone,2
|Input= v:Redstone,2
Line 53: Line 53:
}}</pre>
}}</pre>
;or
;or
<pre style="width: 352px">{{Grid/Brewing Stand
<pre style="width: 352px">{{Brewing Stand
|Input= Redstone,2
|Input= Redstone,2
|Output1= IndustrialCraft:Electronic Circuit
|Output1= IndustrialCraft:Electronic Circuit
Line 61: Line 61:


;produces:
;produces:
{{Grid/Brewing Stand
{{Brewing Stand
|Mod= IndustrialCraft
|Mod= IndustrialCraft
|Input= v:Redstone,2
|Input= v:Redstone,2
Line 77: Line 77:


{{doc/end}}
{{doc/end}}
<noinclude>
[[de:Vorlage:Grid/Brewing Stand/doc]]
[[fr:Modèle:Grille/Stand d'alchimie/doc]]
[[pl:Szablon:Grid/Brewing Stand/doc]]
</noinclude>

Latest revision as of 03:41, 17 May 2017

Template-info.png Documentation
Shortcut
Brewing Stand


Lua logo.svg
This template uses Module:Grid, 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 a grid that looks similar to the Brewing Stand's GUI screen.

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

Usage

{{Brewing Stand
|Input=   Nether Wart Seeds
|Output1= Awkward Potion
|Output2= Awkward Potion
|Output3= Awkward Potion
}}
will result in

Nether Wart Seeds

Awkward PotionAwkward PotionAwkward Potion

Animated

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

{{Brewing Stand
|Input=   Nether Wart Seeds,10; Redstone,64
|Output1= Awkward Potion; Splash Mundane Potion
|Output2= Awkward Potion; Splash Mundane Potion
|Output3= Awkward Potion; Splash Mundane Potion
}}
will result in

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 brewing stand are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the stand would be quicker.

{{Brewing Stand
|Mod= IndustrialCraft
|Input= v:Redstone,2
|Output1= Electronic Circuit
|Output2= v:Glowstone Dust
|Output3= Advanced Circuit,6
}}
or
{{Brewing Stand
|Input= Redstone,2
|Output1= IndustrialCraft:Electronic Circuit
|Output2= Glowstone Dust
|Output3= IndustrialCraft:Advanced Circuit,6
}}
produces

Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.


Available images

[edit]

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.