Template:RecipeTable: Difference between revisions

From Archaelund Wiki
(Created page with "<onlyinclude><includeonly> <tr> <td>{{{Item|}}}</td> <td>{{{Quantity|}}}</td> <td>{{{Difficulty|}}}</td> <td>{{ListFormat|{{{Ingredients|}}}|Bullets}}</td> <td>{{ListFormat|{{{Source|}}}|Bullets}}</td> </tr> </includeonly></onlyinclude> {{Documentation}} Category:Special Templates")
 
No edit summary
Line 5: Line 5:
<td>{{{Difficulty|}}}</td>
<td>{{{Difficulty|}}}</td>
<td>{{ListFormat|{{{Ingredients|}}}|Bullets}}</td>
<td>{{ListFormat|{{{Ingredients|}}}|Bullets}}</td>
<td>{{ListFormat|{{{Source|}}}|Bullets}}</td>
<td>{{ListFormat|{{{Sources|}}}|Bullets}}</td>
</tr>
</tr>
</includeonly></onlyinclude>
</includeonly></onlyinclude>
{{Documentation}}
{{Documentation}}
[[Category:Special Templates]]
[[Category:Special Templates]]

Revision as of 20:47, 19 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