Difference between revisions of "Template:Recipe"

From SpiralKnights

Jump to: navigation, search
(Add default)
m (test ":" instead of "-")
 
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{#switch: {{{star}}}
+
<includeonly>[[File:Recipe-icon {{{2|(Armor, helmet, etc. See documentation for this template)}}}.png|{{{3|36px}}}|link=Recipe]] [[{{{1|ITEM NAME}}}]] Recipe{{#if: {{{star|}}}|&nbsp;<small>({{star|{{{star}}}}}</small>: {{#switch:{{{star|0}}}
| 1 = The 1-star recipe for this item costs 250 [[crowns]]; and the [[crafting|alchemy]] cost is 200 crowns and 10 [[energy]]. Below are the materials needed to make the {{PAGENAME}}.
+
|0 =
| 2 = The 2-star recipe for this item costs 1,000 [[crowns]]; and the [[crafting|alchemy]] cost is 400 crowns and 50 [[energy]]. Below are the materials needed to make the {{PAGENAME}}.
+
|1 = 250
| 3 = The 3-star recipe for this item costs 5,500 [[crowns]]; and the [[crafting|alchemy]] cost is 1,000 crowns and 100 [[energy]]. Below are the materials needed to make the {{PAGENAME}}.
+
|2 = 1,000
| 4 = The 4-star recipe for this item costs 15,000 [[crowns]]; and the [[crafting|alchemy]] cost is 2,500 crowns and 200 [[energy]]. Below are the materials needed to make the {{PAGENAME}}.
+
|3 = 4,000
| 5 = The 5-star recipe for this item costs 45,000 [[crowns]]; and the [[crafting|alchemy]] cost is 5,000 crowns and 300 [[energy]]. Below are the materials needed to make the {{PAGENAME}}.
+
|4 = 10,000
| #default = [[Category:Needs star]]
+
|5 = 25,000
}}
+
}} crowns)|}}</includeonly><noinclude>
 
+
{{documentation}}[[Category:Linking Templates]]</noinclude>
{| cellpadding="5" cellspacing="2" style="background-color: transparent; margin: 10px 0px 10px 0px;"
+
|-
+
! bgcolor="#93add4" align="left" | Name
+
! bgcolor="#93add4" | Amount
+
|- {{#if: {{{mat1|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat1}}}.png|18px]] [[{{{mat1}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat1amount}}}
+
|- {{#if: {{{mat2|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat2}}}.png|18px]] [[{{{mat2}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat2amount}}}
+
|- {{#if: {{{mat3|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat3}}}.png|18px]] [[{{{mat3}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat3amount}}}
+
|- {{#if: {{{mat4|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat4}}}.png|18px]] [[{{{mat4}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat4amount}}}
+
|- {{#if: {{{mat5|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat5}}}.png|18px]] [[{{{mat5}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat5amount}}}
+
|- {{#if: {{{mat6|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat6}}}.png|18px]] [[{{{mat6}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat6amount}}}
+
|- {{#if: {{{mat7|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat7}}}.png|18px]] [[{{{mat7}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat7amount}}}
+
|- {{#if: {{{mat8|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat8}}}.png|18px]] [[{{{mat8}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat8amount}}}
+
|- {{#if: {{{mat9|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" | [[Image:Crafting-{{{mat9}}}.png|18px]] [[{{{mat9}}}]]
+
| bgcolor="#f5f5ff" align="right" | {{{mat9amount}}}
+
|- {{#if: {{{special|}}} || style="display: none;"}}
+
| bgcolor="#f5f5ff" colspan="2" | [[Image:Equipment-{{{special}}}_icon.png|36px]] [[{{{special}}}]] (Level {{{speciallevel}}})
+
|}<noinclude>
+
{{documentation}}
+
</noinclude>
+

Latest revision as of 12:09, 5 September 2015

[edit] [purge] Template documentation

Usage

To display a recipe and link to the item that recipe is for. The template also links to the recipe page via the icon.

Code

{{recipe|ITEMNAME|TYPE}}

Parameters

Required

|1

The item's name (not item name recipe, just item name. Use capitals etc - the item's true name)

|2

The item's type. Types include:
  • armor
  • helmet
  • shield
  • bomb
  • handgun
  • sword
  • rarity (fire crystals)

Other recipes built in to certain alchemy machines do not have item recipe icons.

Please use lowercase.

Optional

|star

0,1,2,3,4, or 5. Shows the star level in parenthesis, uses Template:Star.

Notes

We could have the recipe icon change to the appropriate item type via a switch containing all items, but that seems silly to maintain when we can just have a type field.

Personal tools