Template:Crafting Recipe: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
m (New page: <includeonly>* '''Tools:''' : {{{Tools}}} * '''Ingredients:''' : {{{Ingredients}}} * '''Result:''' : {{{Result}}} Category:Crafting</includeonly> <noinclude> {{Related|Wiki Templates|C...)
 
imported>Tlosk
No edit summary
Line 7: Line 7:
[[Category:Crafting]]</includeonly>
[[Category:Crafting]]</includeonly>
<noinclude>
<noinclude>
{{Related|Wiki Templates|Crafting Template|Template:Food|Template:Ingredient}}
{{Related|Wiki Templates|Crafting Template|{{mtl|Food}}|{{mtl|Ingredient}}}}


== General ==
== General ==
Line 62: Line 62:
}}
}}
</pre>
</pre>
[[Category:Wiki Template]]
</noinclude>
</noinclude>

Revision as of 12:22, 21 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

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