Template:CraftingTable/doc

*Note* Not all item images are uploaded, so many are not displayed.

Template to display craft materials and craft stations. This template callsModule:CraftingTable and Module:CraftingTable/i18n.

template parameter
Parameter Type Description
CraftSkill String Any of the craft skills: Carpentry, Blacksmith, Sculpture, Jewelry, Weaving, Crafting, Alchemy, and Cooking.
CraftSkillLv Number Basic level of craft.
ObtainRecipe String How to obtain the craft recipe.
CraftingStation String The Station to craft that item. Multiple entries can be made with “,”.
Ingredient1~3 Number The materials used to craft the item. Multiple entries can be made with “,”.
IngredientNum1~3 String The number of materials used to craft the item. Multiple entries can be made with “,”.
IngredientExtra1~3 String The materials used to produce the item are “fixed (blank), extra, or gourmet”.
Multiple entries can be made with “,”. If all materials are fixed, it is possible without input.

All parameters

== Crafting ==
{{CraftingTable
|CraftSkill=
|CraftSkillLv=
|CraftingStation=
|Ingredient=
|IngredientNum=
|IngredientExtra=
|Ingredient2=
|IngredientNum2=
|IngredientExtra2=
|Ingredient3=
|IngredientNum3=
|IngredientExtra3=
|ObtainRecipe=
}}

Usage

result syntax description

CookingSkill Lv.1
Crafting stationIngredients
MillstoneMillstoneHandful of CrimHandful of Crim(1)
NutNut(1)

{{CraftingTable
|CraftSkill=Cooking
|CraftSkillLv=1
|CraftingStation=Millstone
|Ingredient=Handful of Crim,Nut
|IngredientNum=1,1
}}
When crafting Handful of Crim PowderHandful of Crim Powder.

CookingSkill Lv.1
Crafting stationIngredients
BBQ TableBBQ Table
BonfireBonfire
FireplaceFireplace
ImoImo(1)
PebblePebble(2)
SeasoningSeasoning(1)[Extra]

{{CraftingTable
|CraftSkill=Cooking
|CraftSkillLv=1
|CraftingStation=BBQ Table,Bonfire,Fireplace
|Ingredient=Imo,Pebble,Seasoning
|IngredientNum=1,2,1
|IngredientExtra=,,Extra
}}
When crafting Stone Roasted Sweet ImoStone Roasted Sweet Imo.

CookingSkill Lv.2
Crafting stationIngredients
BBQ TableBBQ Table
BonfireBonfire
FireplaceFireplace
Tuft of GrassTuft of Grass(5)
or
PasturePasture(5)
 
HerbHerb(1)[Extra]
SeasoningSeasoning(1)[Extra]

Obtain Recipe

  • Obtain Recipe
  • Obtain Recipe2

{{CraftingTable
|CraftSkill=Cooking
|CraftSkillLv=2
|CraftingStation=BBQ Table,Bonfire,Fireplace
|Ingredient=Tuft of Grass/Pasture,Herb,Seasoning
|IngredientNum=5/5,1,1
|IngredientExtra=,Extra,Gourmet
|ObtainRecipe=<nowiki/>
* Obtain Recipe
* Obtain Recipe2
}}
When crafting Weed StewWeed Stew.
Since the first material is grass and pasture, multiple designations can be made with a single-byte slash.
Don't forget to specify multiple material counts as well.