Using this template, you can create tables like those commonly used in the “Crafting” and “Crafting ingredient” sections of articles about blocks and items. It can be used similarly to {{Crafting Table}}, except it creates the table for you.
By default, the table generates with 3 columns: Name, Ingredients, and the main column containing {{Crafting Table}}. You can set the parameter {{{showname=1}}} or {{{showname=0}}} in the first template of the table to show or hide the Name column. To group multiple crafting templates into one table, you also need to set {{{head=1}}} in the first template of the table, and {{{foot=1}}} in the last. A 4th column called Description can be added with {{{showdescription=1}}} and {{{description=The description for the recipe}}}.
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:
{{Fabbricazione
|head=1
|B2=Carbone
|B3=Bastone
|Output=Torcia,4
|showdescription=1
|description=The description cell can contain ''formatted'' text.
}}
{{Fabbricazione
|Polvere di blaze
|Polvere da sparo
|Carbone
|Output=Carica di fuoco,3
}}
{{Fabbricazione
|A1= Carbone |B1= Carbone |C1= Carbone
|A2= Carbone |B2= Carbone |C2= Carbone
|A3= Carbone |B3= Carbone |C3= Carbone
|Output=Blocco di carbone
|upcoming=1.6.1
}}
{{Fabbricazione
|name=[[Piccone]]
|ingredients=[[Bastone]]s +<br>[[Assi]] o<br> [[Pietrisco]] o<br>[[Lingotto di ferro]] o<br>[[Lingotto d'oro]] o<br>[[Diamante]]s
|A1=Assi di quercia; Pietrisco; Lingotto di ferro; Lingotto d'oro; Diamante
|B1=Assi di quercia; Pietrisco; Lingotto di ferro; Lingotto d'oro; Diamante
|C1=Assi di quercia; Pietrisco; Lingotto di ferro; Lingotto d'oro; Diamante
|B2=Bastone
|B3=Bastone
|Output=Piccone di legno; Piccone di pietra; Piccone di ferro; Piccone d'oro; Piccone di diamante
|foot=1
}}
produces:
| Nome | Ingredienti | Ricetta di Fabbricazione | Descrizione |
|---|---|---|---|
| Torcia | Carbone + Bastone |
The description cell can contain formatted text. | |
| Carica di fuoco | Polvere di blaze + Polvere da sparo + Carbone |
||
| Blocco di carbone | Carbone | ||
| Piccone | Bastones + Assi o Pietrisco o Lingotto di ferro o Lingotto d'oro o Diamantes |