Template:RecipeTable: Difference between revisions

From Archaelund Wiki
No edit summary
No edit summary
 
Line 2: Line 2:
<tr>
<tr>
<td>{{{Item|}}}</td>
<td>{{{Item|}}}</td>
<td>{{{Quantity|}}}</td>
<td style="text-align:center;">{{{Quantity|}}}</td>
<td>{{{Difficulty|}}}</td>
<td style="text-align:center;">{{{Difficulty|}}}</td>
<td>{{ListFormat|{{{Ingredients|}}}|Bullets}}</td>
<td>{{ListFormat|{{{Ingredients|}}}|Bullets}}</td>
<td>{{ListFormat|{{{Sources|}}}|Bullets}}</td>
<td>{{ListFormat|{{{Sources|}}}|Bullets}}</td>

Latest revision as of 15:01, 20 December 2024

Description

This template is intended for use on the Recipes page of the Wiki. It generates a single table row with specific recipe information, which can be embedded into a surrounding table.

Usage

{{RecipeTable
|Item = 
|Quantity = 
|Difficulty = 
|Ingredients = 
|Sources = 
}}

Parameters

NameRequiredDescriptionValues
ItemYesThe name of the item to be crafted/brewed.[[Item]]
QuantityYesThe number of items generated per recipe use.positive number
DifficultyYesThe difficulty level of the required skill check.positive number
IngredientsYesThe required ingredients per recipe use.a semicolon-separated list of [[Item]]s
SourcesNoIf the recipe is not automatically known, the possible sources for obtaining it can be listed here.a semicolon-separated list of [[Merchant]]s or other sources

View/Edit documentation page