Jump to: navigation, search

Template:Brewing Stand/doc

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.