Difference between revisions of "Template:Recipe"

From SpiralKnights

Jump to: navigation, search
m (Wrong one...)
(Added a seventh field.)
Line 21: Line 21:
 
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat6}}}.png|18px]] [[{{{mat6}}}]]
 
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat6}}}.png|18px]] [[{{{mat6}}}]]
 
| bgcolor="#f5f5ff" align="right" | {{{mat6amount}}}
 
| bgcolor="#f5f5ff" align="right" | {{{mat6amount}}}
 +
|- {{#if: {{{mat7|}}} || style="display: none;"}}
 +
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat7}}}.png|18px]] [[{{{mat7}}}]]
 +
| bgcolor="#f5f5ff" align="right" | {{{mat7amount}}}
 
|- {{#if: {{{special|}}} || style="display: none;"}}
 
|- {{#if: {{{special|}}} || style="display: none;"}}
 
| bgcolor="#f5f5ff" colspan="2" | [[Image:Equipment-{{{special}}}_icon.png]] [[{{{special}}}]] (Level {{{speciallevel}}})
 
| bgcolor="#f5f5ff" colspan="2" | [[Image:Equipment-{{{special}}}_icon.png]] [[{{{special}}}]] (Level {{{speciallevel}}})
Line 41: Line 44:
 
| mat6 = (Sixth material name)
 
| mat6 = (Sixth material name)
 
| mat6amount = (Sixth material amount)
 
| mat6amount = (Sixth material amount)
 +
| mat7 = (Seventh material name)
 +
| mat7amount = (Seventh material amount)
 
| special = (Name of special item)
 
| special = (Name of special item)
 
| speciallevel = (Level necessary for special item)
 
| speciallevel = (Level necessary for special item)

Revision as of 13:25, 12 December 2010

Name Amount
[[Image:Crafting-{{{mat1}}}.png|18px]] [[{{{mat1}}}]] {{{mat1amount}}}
[[Image:Crafting-{{{mat2}}}.png|18px]] [[{{{mat2}}}]] {{{mat2amount}}}
[[Image:Crafting-{{{mat3}}}.png|18px]] [[{{{mat3}}}]] {{{mat3amount}}}
[[Image:Crafting-{{{mat4}}}.png|18px]] [[{{{mat4}}}]] {{{mat4amount}}}
[[Image:Crafting-{{{mat5}}}.png|18px]] [[{{{mat5}}}]] {{{mat5amount}}}
[[Image:Crafting-{{{mat6}}}.png|18px]] [[{{{mat6}}}]] {{{mat6amount}}}
[[Image:Crafting-{{{mat7}}}.png|18px]] [[{{{mat7}}}]] {{{mat7amount}}}
[[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)
| mat7 = (Seventh material name)
| mat7amount = (Seventh material amount)
| special = (Name of special item)
| speciallevel = (Level necessary for special item)
}}
Personal tools