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|{{{ | <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
| Name | Required | Description | Values |
|---|---|---|---|
| Item | Yes | The name of the item to be crafted/brewed. | [[Item]] |
| Quantity | Yes | The number of items generated per recipe use. | positive number |
| Difficulty | Yes | The difficulty level of the required skill check. | positive number |
| Ingredients | Yes | The required ingredients per recipe use. | a semicolon-separated list of [[Item]]s |
| Sources | No | If 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