Template:Crafting Recipe: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Tlosk
No edit summary
imported>Tlosk
No edit summary
Line 1: Line 1:
<includeonly>* '''Tools:'''
<includeonly>* '''Tools:'''
: {{{Tools}}}
: {{{Tools|}}}
* '''Ingredients:'''
* '''Ingredients:'''
: {{{Ingredients}}}
: {{{Ingredients|}}}
* '''Result:'''
* '''Result:'''
: {{{Result}}}
: {{{Result|}}}
[[Category:Crafting]]</includeonly>
[[Category:Crafting]]</includeonly><noinclude>
<noinclude>
{{Related|Wiki Templates|Crafting Template|{{mtl|Food}}|{{mtl|Ingredient}}}}
{{Related|Wiki Templates|Crafting Template|{{mtl|Food}}|{{mtl|Ingredient}}}}
== General ==
== General ==
* This template is used for Crafting  
* This template is used for Crafting  
Line 20: Line 18:
<pre>
<pre>
{{Crafting Recipe  
{{Crafting Recipe  
  |               Tools = [[Tool]], [[Tool]]
  |       Tools = [[Tool]], [[Tool]]
  |         Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]]
  | Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]]
  |               Result = (Number) {{PAGENAME}}
  |     Result = (Number) {{PAGENAME}}
}}
}}
* Steps:
* Steps:
{{Recipe Table
{{Recipe Table
  |         Ingredient 1 =  
  | Ingredient 1 =  
  |         Ingredient 2 =  
  | Ingredient 2 =  
  |               Result =  
  |       Result =  
}}
}}
{{Recipe Table
{{Recipe Table
  |         Ingredient 1 =  
  | Ingredient 1 =  
  |         Ingredient 2 =  
  | Ingredient 2 =  
  |               Result = {{PAGENAME}}
  |       Result = {{PAGENAME}}
}}
}}
:<font color=green>(Optional:Crafting Message)<br></font>
:<font color=green>(Optional:Crafting Message)<br></font>
Line 42: Line 40:
== Example ==
== Example ==
See [[Iron Lodestone]]
See [[Iron Lodestone]]
<pre>
<pre>
<pre>
{{Recipe  
{{Recipe  
  |               Tools = [[Mortar and Pestle]], [[Crucible]]
  |       Tools = [[Mortar and Pestle]], [[Crucible]]
  |         Ingredients = 1 [[Iron Scarab]]
  | Ingredients = 1 [[Iron Scarab]]
  |               Result = 1 {{PAGENAME}}
  |     Result = 1 {{PAGENAME}}
}}
}}


* Steps:
* Steps:
{{Crafting Table
{{Crafting Table
  |         Ingredient 1 = Mortar and Pestle
  | Ingredient 1 = Mortar and Pestle
  |         Ingredient 2 = Iron Scarab
  | Ingredient 2 = Iron Scarab
  |               Result = Powdered Iron
  |       Result = Powdered Iron
}}
}}
{{Crafting Table
{{Crafting Table
  |         Ingredient 1 = Crucible
  | Ingredient 1 = Crucible
  |         Ingredient 2 = Powdered Iron
  | Ingredient 2 = Powdered Iron
  |               Result = {{PAGENAME}}
  |       Result = {{PAGENAME}}
}}
}}
</pre>
</pre>

Revision as of 20:46, 22 April 2009

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

General

  • This template is used for Crafting
  • The Category Crafting 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

{{Crafting 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 Iron Lodestone

{{Recipe 
 |       Tools = [[Mortar and Pestle]], [[Crucible]]
 | Ingredients = 1 [[Iron Scarab]]
 |      Result = 1 {{PAGENAME}}
}}

* Steps:
{{Crafting Table
 | Ingredient 1 = Mortar and Pestle
 | Ingredient 2 = Iron Scarab
 |       Result = Powdered Iron
}}
{{Crafting Table
 | Ingredient 1 = Crucible
 | Ingredient 2 = Powdered Iron
 |       Result = {{PAGENAME}}
}}