Template:Recipe: Difference between revisions
From Drunkapedia
imported>Sanddh mNo edit summary |
imported>Arkalor (Removed cooking category tag (going to use recipe, ingredient and tool subcategories)) |
||
(8 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}}}} | |||
** Recipe | == 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 <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> | </pre> | ||
== Example == | == Example == | ||
See | See [[Ground Ginger]] | ||
<pre> | <pre> | ||
{{Recipe | |||
| Tools = [[Heavy Grinder]] | |||
| Ingredients = 1 [[Ginger]] | |||
| Result = 1 {{PAGENAME}} | |||
}} | |||
* | * Steps: | ||
{{Recipe Table | |||
| Ingredient 1 = Heavy Grinder | |||
| Ingredient 2 = Ginger | |||
| Result = {{PAGENAME}} | |||
}} | |||
</pre> | </pre> | ||
[[Category:Wiki Template]] | |||
</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}} }}