Cooking Template: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
m (New page: #REDIRECT Template:Ingredient)
 
imported>Arkalor's Bot
m (Text replace - "* [[:Special:Whatlinkshere/{{PAGENAME}} | Recipes]] which call for {{PAGENAME}}." to "{{Related Recipes}}")
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
#REDIRECT Template:Ingredient
{{RightToC}}
{{Related|Page Templates|Food Template|Crafting Template|{{mtl|Ingredient}}|{{mtl|Recipe}}|{{mtl|Recipe Table}}|{{mtl|Intro}}}}
 
This template can be used for Cooking Ingredients which are not consumables, use the [[Food Template]] for items that are.
* 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).
* Special properties, patch introduced, related quests, and updated should be wiki linked (double brackets).
 
== Wiki Code ==
<section begin=Cooking /><pre>
{{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
}}
== Notes ==
{{Sold By|{{PAGENAME}}}}
{{Related Recipes}}
{{Item Drops}}
* 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]
 
</pre><section end=Cooking />
 
== Example ==
See [[Ground Ginger]] to see the results of the example code below.
<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==
{{Related Recipes}}
* 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:Page Template]]

Latest revision as of 06:51, 12 October 2012

Related topics: Page Templates, Food Template, Crafting Template, {{Ingredient}}, {{Recipe}}, {{Recipe Table}}, {{Intro}}

This template can be used for Cooking Ingredients which are not consumables, use the Food Template for items that are.

  • 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).
  • Special properties, patch introduced, related quests, and updated should be wiki linked (double brackets).

Wiki Code

<section begin=Cooking />

{{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
}}
== Notes ==
{{Sold By|{{PAGENAME}}}}
{{Related Recipes}}
{{Item Drops}}
* 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]

<section end=Cooking />

Example

See Ground Ginger to see the results of the example code below.

{{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==
{{Related Recipes}}
* 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>