Template:Ingredient: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
mNo edit summary
imported>Arkalor
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 24: Line 24:
}}
}}
|}
|}
 
[[Category:Cooking Ingredient]]</includeonly><noinclude>
[[Category:Cooking]]
{{Related|Wiki Templates|Cooking Template}}
</includeonly>
<noinclude>
{{Related|Wiki Templates|Template:Food|Crafting Template|Template:Recipe}}
== General ==
* This template can be used for Cooking Ingredients which are not consumables.
* Remove the line "Description Two" if the item is not used in cooking,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)
* The Template to add the Recipe is in Progress
 
== Syntax ==
== Syntax ==
<pre>
<pre>
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}
{{Ingredient
{{Ingredient
  |              Name =  
  |              Name =  
Line 55: Line 40:
  |    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>
</pre>
== Example ==
See [[Ground Ginger]]


<pre>
== Usage ==
{{Intro
This is a component template that is part of a [[Page Template]]. See [[Cooking Template]] for details on usage and an example.
| Patch Introduced = ??
|  Related Quests =
|          Updated =
}}
{{Ingredient
|              Name = Ground Ginger
|        Icon Image = Ground Ginger Icon.png
|        Live Image = Ground Ginger Live.jpg
| Live Image Caption = Ground Ginger
|              Value = 10
|            Burden = 10
|        Description = A spice used in cooking.
|    Description Two =
| Special Properties =
|    Cannot Be Sold = True
}}
 
 
==Notes==
* [[:Special:Whatlinkshere/{{PAGENAME}} | Recipes]] which call for {{PAGENAME}}.
* Stack Size: 100
 
==Recipe==
{{Recipe
|                Tools = [[Heavy Grinder]]
|          Ingredients = 1 [[Ginger]]
|              Result = 1 {{PAGENAME}}
}}
* '''Steps:'''
{{Recipe Table
|        Ingredient 1 = Heavy Grinder
|        Ingredient 2 = Ginger
|              Result = {{PAGENAME}}
}}
:<font color=green>You grind the ginger.<br></font>
</pre>


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

Latest revision as of 11:09, 8 October 2012

Related topics: Wiki Templates, Cooking Template

Syntax

{{Ingredient
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 |    Description Two = This item is used in cooking.
 | Special Properties = 
 |     Cannot Be Sold = True
}}

Usage

This is a component template that is part of a Page Template. See Cooking Template for details on usage and an example.