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.
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 | |||||||
---|---|---|---|---|---|---|---|---|---|
|
{{CraftingTable |CraftSkill=Cooking |CraftSkillLv=1 |CraftingStation=Millstone |Ingredient=Handful of Crim,Nut |IngredientNum=1,1 }} |
When crafting ![]() | |||||||
{{CraftingTable |CraftSkill=Cooking |CraftSkillLv=1 |CraftingStation=BBQ Table,Bonfire,Fireplace |Ingredient=Imo,Pebble,Seasoning |IngredientNum=1,2,1 |IngredientExtra=,,Extra }} |
When crafting ![]() | ||||||||
Obtain Recipe
|
{{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 ![]() 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. |