Template:Ingredient: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
imported>Sanddh
mNo edit summary
Line 33: Line 33:
* Remove the line "Description Two" if the item is not used in cooking,or otherwise not appropriate  
* 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)
* 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 (numbers of steps does not display correctly).
* The Template to add the Recipe is in Progress  


== Syntax ==
== Syntax ==
Line 55: Line 55:
  |    Cannot Be Sold = True
  |    Cannot Be Sold = True
}}
}}
 
</pre>
== Example ==
== Example ==
See [[Ground Ginger]]
See [[Ground Ginger]]
Line 98: Line 98:
  |              Result = {{PAGENAME}}
  |              Result = {{PAGENAME}}
}}
}}
:<font color=green>You grind the ginger.<br></font>
</pre>
</noinclude>
==Recipe==
* '''Tools''':
: <Tool 1>, <Tool 2>
* '''Ingredients:'''
: (Number) <Ingredient 1>, (Number) <Ingredient 2>
* '''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:Cooking Recipe]]
[[Category:Trophy]]
</pre>
== Example ==
See [[Ground Ginger]]
<pre>
{{Intro
| 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==
* '''Tools:'''
: [[Heavy Grinder]]
* '''Ingredients:'''
: 1 [[Ginger]]
* '''Result:'''
: 1 {{PAGENAME}}
* '''Steps:'''
{{Recipe Table|Heavy Grinder|Ginger|{{PAGENAME}}}}
:<font color=green>You grind the ginger.<br></font>
:<font color=green>You grind the ginger.<br></font>



Revision as of 16:17, 16 April 2009


Related topics: 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

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{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
}}

Example

See Ground Ginger

{{Intro
 | 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==
* '''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>