Template:Recipe: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
m (New page: <includeonly> </includeonly> <noinclude> <pre> {{Recipe ** Tools: : <Tool 1>, <Tool 2> ** Ingredients : (Number) <Ingredient 1>, (Number) <Ingredient 2> ** Recipe: # {{Recipe Table|Ing...)
 
imported>Arkalor
(Removed cooking category tag (going to use recipe, ingredient and tool subcategories))
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>* '''Tools:'''
: {{{Tools}}}
* '''Ingredients:'''
: {{{Ingredients}}}
* '''Result:'''
: {{{Result}}}
[[Category:Cooking Recipe]]</includeonly>
<noinclude>
{{Related|Wiki Templates|Crafting Template|{{mtl|Food}}|{{mtl|Ingredient}}}}


</includeonly>
== General ==
<noinclude>
* This template is used for Cooking and Crafting
* The Categories Cooking and Cooking Recipe will be automatically added
* [[Naming Conventions]] are enforced and icon images must follow the format <code>Name Icon.png</code> (case sensitive).
* Use the first two "Ingredients" for the Ingredients, the last one for the result
* Add as many lines as needed
* The last line, ending with the PAGENAME, will show the end result.
 
== Syntax ==
<pre>
{{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>
 
 
</pre>


== Example ==
See [[Ground Ginger]]
<pre>
<pre>
{{Recipe
{{Recipe  
** Tools:
|                Tools = [[Heavy Grinder]]
: <Tool 1>, <Tool 2>
|          Ingredients = 1 [[Ginger]]
** Ingredients
|              Result = 1 {{PAGENAME}}
: (Number) <Ingredient 1>, (Number) <Ingredient 2>
}}


** Recipe:
* Steps:
# {{Recipe Table|Ingredient 1|Ingredient 2|Result 1}}
{{Recipe Table
# {{Recipe Table|Ingredient 3|Ingredient 4|Result 2}}
|         Ingredient 1 = Heavy Grinder
# {{Recipe Table|Ingredient 5|Ingredient 6|Result 3}}
|         Ingredient 2 = Ginger
# {{Recipe Table|Ingredient 7|Ingredient 8|Result 4}}
|               Result = {{PAGENAME}}
# {{Recipe Table|Ingredient 8|Ingredient 9|{{PAGENAME}}}}
}}
}}
</pre>
</pre>


: [[Carrot]] (1), [[Egg]] (1), [[Flour]] (2), [[Water]] (1)
[[Category:Wiki Template]]
** Tools:
: [[Baking Pan]]
** Recipe:
:{|cellpadding=3
| [[Image:Flour Icon.png]] || [[Flour]] || + || [[Image:Water Icon.png]] || [[Water]] || = || [[Image:Dough Icon.png]] || [[Dough]]
|-
| [[Image:Dough Icon.png]] || [[Dough]] || + || [[Image:Egg Icon.png]] || [[Egg]] || = || [[Image:Batter Icon.png]] || [[Batter]]
|-
| [[Image:Batter Icon.png]] || [[Batter]] || + || [[Image:Flour Icon.png]] || [[Flour]]  || = || [[Image:Cake Batter Icon.png]] || [[Cake Batter]]
|-
| [[Image:Cake Batter Icon.png]] || [[Cake Batter]] || + || [[Image:Carrot Icon.png]] || [[Carrot]] || = || [[Image:Carrot Cake Batter Icon.png]] || [[Carrot Cake Batter]]
|-
| [[Image:Baking Pan Icon.png]] || [[Baking Pan]]  || + || [[Image:Carrot Cake Batter Icon.png]] || [[Carrot Cake Batter]] || = || [[Image:Carrot Cake Icon.png]] || [[Carrot Cake]]
|}
</noinclude>
</noinclude>

Latest revision as of 10:08, 8 October 2012


Related topics: Wiki Templates, Crafting Template, {{Food}}, {{Ingredient}}

General

  • This template is used for Cooking and Crafting
  • The Categories Cooking and Cooking Recipe will be automatically added
  • Naming Conventions are enforced and icon images must follow the format Name Icon.png (case sensitive).
  • Use the first two "Ingredients" for the Ingredients, the last one for the result
  • Add as many lines as needed
  • The last line, ending with the PAGENAME, will show the end result.

Syntax

{{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>


Example

See Ground Ginger

{{Recipe 
 |                Tools = [[Heavy Grinder]]
 |          Ingredients = 1 [[Ginger]]
 |               Result = 1 {{PAGENAME}}
}}

* Steps:
{{Recipe Table
 |         Ingredient 1 = Heavy Grinder
 |         Ingredient 2 = Ginger
 |               Result = {{PAGENAME}}
}}