Jump to content

Template:RecipeTable/doc

From Community Wiki | Soulbound: Online

Renders one crafting recipe as a compact table: ingredients → output, with the skill/level gate and material cost. Used in the Recipes section of a crafting station page, or under Creation on an item page. Add one call per recipe.

Usage

{{RecipeTable
| output    = Ember blade
| outputimg = Ember blade.png
| outputqty = 1
| skill     = Smithing
| level     = 45
| cost      = 2600
| mat1 = Ember ingot   | matqty1 = 2
| mat2 = Oak handle    | matqty2 = 1
| mat3 = Binding twine | matqty3 = 1
}}

Parameters

Parameter Description
output (or 1) The item produced; links to its page. Required.
outputimg Optional icon file for the product (without File:).
outputqty Number produced per craft. Defaults to 1.
skill Skill used (e.g. Smithing, Cooking); links to the skill page.
level Skill level required.
cost Total material cost in coins; rendered "n coins".
mat1 … mat6 Ingredient item names (linked).
matqty1 … matqty6 Quantity of each ingredient. Defaults to 1.

Maintenance

In the main namespace the template files the page into Category:Pages missing data (hidden) when the first ingredient or the required level is left blank. Source every ingredient, level, and cost from current game data.