Template:Food: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
mNo edit summary
imported>Tlosk
No edit summary
Line 24: Line 24:
|}[[Category:Food]]</includeonly><noinclude>
|}[[Category:Food]]</includeonly><noinclude>
{{Related|Wiki Templates|Trophy Template|{{mtl|Crafting}}|{{mtl|Ingredient}}|{{mtl|Recipe}}}}
{{Related|Wiki Templates|Trophy Template|{{mtl|Crafting}}|{{mtl|Ingredient}}|{{mtl|Recipe}}}}
== General ==
* This template can be used for Food, Drinks and other consumables which require the Cooking Skill. For Cooking Ingredients which are not consumbales, see [[Template:Ingredient]]. For non-food craftables, see [[Template:Crafting]].
* Remove the line "Restore" and/or "Description Two" if the food casts spells or otherwise not appropriate
* Remove the lines from the Notes which are not appropriate (i.e. if not a creature drop, not sold by vendors, or does not require a recipe)
== Syntax ==
== Syntax ==
<pre>
<pre>
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}
{{Food
{{Food
  |              Name =  
  |              Name =  
Line 53: Line 41:
  |              Mana =  
  |              Mana =  
  |    Cannot Be Sold = True
  |    Cannot Be Sold = True
}}
==Notes==
* {{Trophy Drops|{{PAGENAME}}}}
* {{Sold By|{{PAGENAME}}}}
* [[:Special:Whatlinkshere/{{PAGENAME}} | Recipes]] which call for {{PAGENAME}}.
* Does not stack. / Stack Size: ??
==Recipe==
{{Recipe
|                Tools = [[Tool]], [[Tool]]
|          Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]]
|              Result = (Number) {{PAGENAME}}
}}
* '''Steps:'''
{{Recipe Table
|        Ingredient 1 =
|        Ingredient 2 =
|              Result =
}}
{{Recipe Table
|        Ingredient 1 =
|        Ingredient 2 =
|              Result = {{PAGENAME}}
}}
:<font color=green>(Optional:Crafting Message)<br></font>
If appropriate:
[[Category:Trophy]
[[Category:Consumable Item]]
</pre>
== Example ==
* See: [[Pepper Jack Cheese]] for looted Food with spells:
<pre>
{{Intro
| Patch Introduced = [[Dark Majesty]]
|  Related Quests = [[Hea Totem Quest]]
|          Updated =
}}
{{Food
|              Name = Pepper Jack Cheese
|        Icon Image = Pepper Jack Cheese Icon.png
|        Live Image = Pepper Jack Cheese Live.jpg
| Live Image Caption = Pepper Jack Cheese
|              Value = 800
|            Burden = 50
|        Description = A wheel of spicy cheese, guaranteed to make your lips numb. This wondrous dairy product was a favorite of the Empyrean Talespinner Mistral Tersicor, who was fond of saying, "Cheese makes a gathering."
|    Description Two =
| Special Properties =
|          Restores =
|            Spells = [[Cold Protection Self VI]]
|        Spellcraft = 50
|              Mana = 50
|    Cannot Be Sold = False
}}
}}
</pre>
</pre>


* See [[Elaborate Field Health Rations]] for Cooked Food:
== Usage ==
<pre>
This is a component template that is part of a [[Page Template]]. See [[Food Template]] for details on usage and examples.
{{Intro
| Patch Introduced = [[On Bended Knee]]
|  Related Quests =  
|          Updated =  
}}
{{Food
|              Name = Elaborate Field Health Rations
|        Icon Image = Elaborate Field Health Rations Icon.png
|        Live Image =  Live.jpg
| Live Image Caption =
|              Value = 0
|            Burden = 90
|        Description = An elaborate mix of reconstituted meats, nuts, and fruit. It is very filling, and a bit spicy
|    Description Two = Use this item to eat it.
| Special Properties =
|          Restores = Restores 70 Health when used.
|            Spells =
|    Cannot Be Sold = True
}}
 
==Notes==
*  {{Sold By|{{PAGENAME}}}}
* Stack Size: 100
 
==Recipe==
{{Recipe
|                Tools = [[Cooking Pot]]
|          Ingredients = 1 [[Elaborate Dried Rations]], 1 [[Hot Sauce]]
|              Result = 25 {{PAGENAME}}
}}
:* '''Steps''':
{{Recipe Table
|        Ingredient 1 = Hot Sauce
|        Ingredient 2 = Elaborate Dried Rations
|              Result = Elaborate Dried Health Rations
}}
{{Recipe Table
|        Ingredient 1 = Cooking Pot
|        Ingredient 2 = Elaborate Dried Health Rations
|              Result = {{PAGENAME}}
}}
 
[[Category:Consumable Item]]
 
</pre>
 
See: [[Ale]] for Food sold by Vendors:
 
<pre>
{{Intro
| Patch Introduced = [[Release]]
|  Related Quests =
|          Updated =
}}
{{Food
|              Name = Ale
|        Icon Image = Ale Icon.png
|        Live Image =  Live.jpg
| Live Image Caption =
|              Value = 10
|            Burden = 50
|        Description =
|    Description Two = Use this item to drink it.
| Special Properties =
|          Restores = Restores 6 Stamina when consumed.
|            Spells =
|        Spellcraft =
|              Mana =
|    Cannot Be Sold = False
}}
==Notes==
*  {{Sold By|{{PAGENAME}}}}
* Stack Size: 100
 
 
 
[[Category:Consumable Item]]
</pre>


[[Category:Wiki Template]]
[[Category:Wiki Template]]
</noinclude>
</noinclude>

Revision as of 21:44, 22 April 2009

Related topics: Wiki Templates, Trophy Template, {{Crafting}}, {{Ingredient}}, {{Recipe}}

Syntax

{{Food
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 |    Description Two = Use this item to eat/drink it.
 | Special Properties = 
 |           Restores = Restores ?? Health/Stamina/Mana when consumed/eaten/used.
 |             Spells = 
 |         Spellcraft = 
 |               Mana = 
 |     Cannot Be Sold = True
}}

Usage

This is a component template that is part of a Page Template. See Food Template for details on usage and examples.