Sjabloon:Doc/start
Using this template, you can create tables like those commonly used in the “Crafting” and “As a Crafting Ingredient” sections of articles about blocks and items. It can be used similarly to {{Grid/Crafting Table}}, except it creates the table for you.
By default, the table generates with 3 columns: Name, Ingredients, and the main column containing {{Grid/Crafting Table}}. You can set the parameter {{{mode=noname}}} in the first template of the table to hide the Name column. You also need to set {{{foot=1}}} in the last template of the table.
Displaying a shapeless recipe can be accomplished by simply leaving out the grid positions for all ingredients. If the recipe is shapeless and uses less than 5 slots, the template will automatically arrange the items into the bottom-left square, indicating that the recipe can be used in the inventory crafting area.
Example usage:
{{Crafting
|B2=Steenkool
|B3=Stok
|Output=Fakkel,4
}}
{{Crafting
|Blazepoeder
|Buskruit
|Steenkool
|Output=Vuurbal,3
}}
{{Crafting
|A1=Steenkool |B1=Steenkool |C1=Steenkool
|A2=Steenkool |B2=Steenkool |C2=Steenkool
|A3=Steenkool |B3=Steenkool |C3=Steenkool
|Output=Steenkoolblok
|upcoming=1
}}
{{Crafting
|name=[[houweel]]
|ingredients=[[Stokken]] +<br>[[Houten planken]] of<br> [[Keisteen]] of<br>[[IJzerstaven]] of<br>[[Goudstaven]] of<br>[[Diamant]]en
|A1=Eikenhouten planken; Keisteen; IJzerstaaf; Goudstaaf; Diamant
|B1=Eikenhouten planken; Keisteen; IJzerstaaf; Goudstaaf; Diamant
|C1=Eikenhouten planken; Keisteen; IJzerstaaf; Goudstaaf; Diamant
|B2=Stok
|B3=Stok
|Output=Houten houweel; Stenen houweel; IJzeren houweel; Gouden houweel; Diamanten houweel
|foot=1
}}
produceert:
Sjabloon:Doc/end