Difference between revisions of "Template:Cooking recipe table row"
From Project: Gorgon Wiki
(→Example: Changed to new table format) |
|||
Line 61: | Line 61: | ||
| ingredients = {{icon|apple}} x3 {{icon|sugar}} x2 {{icon|water}} x1 | | ingredients = {{icon|apple}} x3 {{icon|sugar}} x2 {{icon|water}} x1 | ||
| gourmand = 10 | | gourmand = 10 | ||
− | | recipexp = | + | | recipexp = 20 |
− | | regeneration= | + | | regeneration= Power Regen +9 |
− | | max = Max | + | | max = Max Power +8 |
| duration = Lasts 1 hour | | duration = Lasts 1 hour | ||
− | | restoration = Restores 10 | + | | restoration = Restores 10 Power |
}} | }} | ||
</pre> | </pre> |
Revision as of 22:59, 7 April 2016
|- | - | style="font-weight:bold;white-space:nowrap;"| - | style="font-weight:bold;color:#444;"| - | - | - | - | - | - | - | -
Syntax
{{Cooking recipe table row | level = | name = | type = | ingredients = | gourmand = | recipexp = | regeneration= | max = | duration = | restoration = }}
Parameters
- level
- Recipe level
- name
- Recipe name without the "(Level N)" part
- type
- Drink, Meal or Snack
- ingredients
- Use Template:Icon, default size (32px).
- gourmand
- Gourmand level of the created food
- recipexp
- The normal experience gained (not first time xp)
- description
- The actual effects of the food (the flavour description is too long)
Description
Create a row in Cooking recipe tables. These templates allows to do mpre fancy formatting while remaining easier to edit in the article.
The row formatting templates could also be upgraded later for use with DPL or Semantic queries, which are both parameter-based.
Example
{{Cooking recipe table row | level = 10 | name = Apple Juice | type = Drink | ingredients = {{icon|apple}} x3 {{icon|sugar}} x2 {{icon|water}} x1 | gourmand = 10 | recipexp = 20 | regeneration= Power Regen +9 | max = Max Power +8 | duration = Lasts 1 hour | restoration = Restores 10 Power }}