Jump to content

Template:Recipe/doc: Difference between revisions

Created our custom recipe template utilizing Template:Crafting
 
m Removed mention of "surround"
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
'''Unfortunately, the option to provide multiple item recipes into one box does not work.'''
'''Unfortunately, the option to provide multiple item recipes into one box does not work.'''


== Usage ==
Recipe-only short format:
<pre>{{Recipe|A1 = |B1 = |C1 = |A2 = |B2 = |C2 = |A3 = |B3 = |C3 = |output = }}</pre>
Concise format:
<pre>{{Recipe|shapeless = |fixed  = |notfixed  = |surround_material = |center = |A1 = |B1 = |C1 = |A2 = |B2 = |C2 = |A3 = |B3 = |C3 = |output = }}</pre>
Widened format:
<pre>
<pre>
{{Recipe
{{Recipe
Line 11: Line 19:
|notfixed  = <-- write anything here for fixed exceptions -->
|notfixed  = <-- write anything here for fixed exceptions -->


|surround = <-- write anything here if the recipe includes something surrounded by a material -->
|surround_material = <-- write material here if the recipe includes something surrounded by a material -->
|surround_material =
|center = <-- use to quickly set center element for surrounded recipe -->
|center = <-- use to quickly set center element for surrounded recipe -->


Line 20: Line 27:
|A1 =    |A1 =    |A1 =
|A1 =    |A1 =    |A1 =


|Output =  
|output =  


}}
}}

Latest revision as of 20:39, 14 July 2025

Use this template to create a crafting table UI with the recipe for an item.

The items will need to be provided by only their name (not file or anything) in title case, like so: Lapis Lazuli

Unfortunately, the option to provide multiple item recipes into one box does not work.

Usage

Recipe-only short format:

{{Recipe|A1 = |B1 = |C1 = |A2 = |B2 = |C2 = |A3 = |B3 = |C3 = |output = }}

Concise format:

{{Recipe|shapeless = |fixed  = |notfixed  = |surround_material = |center = |A1 = |B1 = |C1 = |A2 = |B2 = |C2 = |A3 = |B3 = |C3 = |output = }}

Widened format:

{{Recipe
|shapeless  = <-- write anything here to make shapeless -->
|fixed  = <-- write anything here to make fixed -->
|notfixed  = <-- write anything here for fixed exceptions -->

|surround_material = <-- write material here if the recipe includes something surrounded by a material -->
|center = <-- use to quickly set center element for surrounded recipe -->

<-- default recipe creating table -->
|A1 =    |B1 =    |C1 =
|A1 =    |A1 =    |A1 =
|A1 =    |A1 =    |A1 =

|output = 

}}

This template utilizes Template:Crafting, the Minecraft Wiki crafting menu.