Minecraft Wiki
Advertisement
Ceci est la page de documentation, elle devrait être incluse dans le page principale du modèle. Voir Modèle:Documentation pour plus d'informations
Lua logo
Ce modèle utilise Module:IU, un programme écrit en Lua.
Voir wp:Lua et mw:Extension:Scribunto pour plus d'informations.

Cette page est à traduire en Français.

This template is used to create an interface that looks similar to the Alambic.

See Modèle:Grille for basic slot usage, this documentation page will cover additional or different functions.

Usage

{{Alambic
|ingrédient= Verrue du Nether
|résultat1= Potion étrange
|résultat2= Potion étrange
|résultat3= Potion étrange
}}
will result in

[[Verrue du Nether|





Animated

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

{{Alambic
|ingrédient=   Nether Wart,10; Redstone,64
|résultat1= Awkward Potion; Splash Mundane Potion
|résultat2= Awkward Potion; Splash Mundane Potion
|résultat3= Awkward Potion; Splash Mundane Potion
}}
will result in

[[Nether Wart|
10

64


[[Awkward Potion|
[[Splash Mundane Potion|
[[Awkward Potion|
[[Splash Mundane Potion|
[[Awkward Potion|
[[Splash Mundane Potion|

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 Alambic 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.

{{Alambic
|Mod= IndustrialCraft
|ingrédient= v:Redstone,2
|résultat1= Electronic Circuit
|résultat2= v:Glowstone Dust
|résultat3= Advanced Circuit,6
}}
or
{{Alambic
|ingrédient= Redstone,2
|résultat1= IndustrialCraft:Electronic Circuit
|résultat2= Glowstone Dust
|résultat3= IndustrialCraft:Advanced Circuit,6
}}
produces


2


[[Electronic Circuit|
[[Glowstone Dust|
[[Advanced Circuit|
6

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

See also

Modèle:UI see also

Advertisement