Template:RecipeTable

From Create: Minecraft Mod Wiki
Revision as of 21:59, 14 February 2025 by BoxWithout (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[view | edit | history | purge]Documentation

This template is used to make the crafting table recipes table found in the obtaining or uses sections.

Definition

This template consists of three separate ones: {{RecipeTableHead}}, {{RecipeTable}}, and {{RecipeTableFoot}}. On an article, {{RecipeTableHead}} has to be used before, {{RecipeTable}}, and {{RecipeTableFoot}} has to be used afterwards. Example:

{{RecipeTableHead}}
{{RecipeTable|...}}
{{RecipeTableFoot}}

Head template

Parameter R? Type Description Default
1
No
/
The text displayed in the last cell of the header. Crafting recipe

Main Template

Parameter R? Type Description Default
1
Yes
/
The item name of the output item.
2
Yes
/
The ingredients needed to craft the item. Amounts of different ingredients should not be listed here!
3
Yes
/
The recipe needed to craft the item. Any Inventory template can be used here.
[view | edit | history | purge]The above documentation is transcluded from Template:RecipeTable/doc.