Difference between revisions of "Template:Recipe"
From SpiralKnights
m (Scratch that, I like it big. It can't be big and orange at the same time though.) |
m (Wrong one...) |
||
Line 19: | Line 19: | ||
| bgcolor="#f5f5ff" align="right" | {{{mat5amount}}} | | bgcolor="#f5f5ff" align="right" | {{{mat5amount}}} | ||
|- {{#if: {{{mat6|}}} || style="display: none;"}} | |- {{#if: {{{mat6|}}} || style="display: none;"}} | ||
− | | bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat6}}}.png]] [[{{{mat6}}}]] | + | | bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat6}}}.png|18px]] [[{{{mat6}}}]] |
| bgcolor="#f5f5ff" align="right" | {{{mat6amount}}} | | bgcolor="#f5f5ff" align="right" | {{{mat6amount}}} | ||
|- {{#if: {{{special|}}} || style="display: none;"}} | |- {{#if: {{{special|}}} || style="display: none;"}} | ||
− | | bgcolor="#f5f5ff" colspan="2" | [[Image:Equipment-{{{special}}}_icon.png | + | | bgcolor="#f5f5ff" colspan="2" | [[Image:Equipment-{{{special}}}_icon.png]] [[{{{special}}}]] (Level {{{speciallevel}}}) |
|}<noinclude> | |}<noinclude> | ||
{| align="center" width="50%" style="background-color: transparent;" | {| align="center" width="50%" style="background-color: transparent;" |
Revision as of 13:20, 12 December 2010
Name | Amount |
---|
{{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) }} |