Difference between revisions of "Template:Recipe"

From SpiralKnights

Jump to: navigation, search
m
m
Line 1: Line 1:
 +
 +
 
{| cellpadding="5" cellspacing="2" style="background-color: transparent;"
 
{| cellpadding="5" cellspacing="2" style="background-color: transparent;"
 
|-
 
|-
Line 30: Line 32:
 
|- {{#if: {{{special|}}} || style="display: none;"}}
 
|- {{#if: {{{special|}}} || style="display: none;"}}
 
| 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 {{{speciallevel}}})
 
|}
 
|}
  
Line 52: Line 54:
 
| mat6amount = (Sixth material amount)
 
| mat6amount = (Sixth material amount)
 
| special = (Name of special item)
 
| special = (Name of special item)
| speclevel = (Level necessary for special item)
+
| speciallevel = (Level necessary for special item)
 
}}
 
}}
 
</pre>
 
</pre>
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Revision as of 12:18, 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 {{{speciallevel}}})


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)
| speciallevel = (Level necessary for special item)
}}
Personal tools