Difference between revisions of "Template:Recipe"

From SpiralKnights

Jump to: navigation, search
(Created page with '{| cellpadding="5" cellspacing="2" style="background-color: transparent;" |- ! bgcolor="#93add4" width="36" | Icon ! bgcolor="#93add4" align="left" | Name ! bgcolor="#93add4" | A…')
 
m
Line 31: Line 31:
 
| bgcolor="#ffd29e" | [[Image:Equipment-{{{special}}}_icon.png]]
 
| bgcolor="#ffd29e" | [[Image:Equipment-{{{special}}}_icon.png]]
 
| bgcolor="#ffd29e" colspan="2" | [[{{{special}}}]] (Level {{{speclevel}}})
 
| bgcolor="#ffd29e" colspan="2" | [[{{{special}}}]] (Level {{{speclevel}}})
|-
 
| bgcolor="#f5f5ff" colspan="2" | [[Crowns]]
 
| bgcolor="#f5f5ff" align="right" | {{Craftingprice|Crowns|{{{stars}}}}}
 
|-
 
| bgcolor="#f5f5ff" colspan="2" | [[Energy]]
 
| bgcolor="#f5f5ff" align="right" | {{Craftingprice|Energy|{{{stars}}}}}
 
 
|}
 
|}
  
Line 59: Line 53:
 
| special = (Name of special item)
 
| special = (Name of special item)
 
| speclevel = (Level necessary for special item)
 
| speclevel = (Level necessary for special item)
| stars = (Star level of the item to be made)
 
 
}}
 
}}
 
</pre>
 
</pre>
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Revision as of 12:12, 12 December 2010

Icon Name Amount
[[Image:Crafting-{{{mat1}}}.png]] [[{{{mat1}}}]] {{{mat1amount}}}
[[Image:Crafting-{{{mat2}}}.png]] [[{{{mat2}}}]] {{{mat2amount}}}
[[Image:Crafting-{{{mat3}}}.png]] [[{{{mat3}}}]] {{{mat3amount}}}
[[Image:Crafting-{{{mat4}}}.png]] [[{{{mat4}}}]] {{{mat4amount}}}
[[Image:Crafting-{{{mat5}}}.png]] [[{{{mat5}}}]] {{{mat5amount}}}
[[Image:Crafting-{{{mat6}}}.png]] [[{{{mat6}}}]] {{{mat6amount}}}
[[Image:Equipment-{{{special}}}_icon.png]] [[{{{special}}}]] (Level {{{speclevel}}})


Use the following to display a recipe table.
{{Recipe
| mat1 = (First material name)
| mat1amount = (First material amount)
| mat2 = (Second material name)
| mat2amount = (Second material amount)
| mat3 = (Third material name)
| mat3amount = (Third material amount)
| mat4 = (Fourth material name)
| mat4amount = (Fourth material amount)
| mat5 = (Fifth material name)
| mat5amount = (Fifth material amount)
| mat6 = (Sixth material name)
| mat6amount = (Sixth material amount)
| special = (Name of special item)
| speclevel = (Level necessary for special item)
}}
Personal tools