Difference between revisions of "Template:Recipe"
From SpiralKnights
m (It works, but whoops, it aligns center. Not anymore.) |
m (Leave align as left to keep icons lined up) |
||
Line 8: | Line 8: | ||
}} | }} | ||
− | {| cellpadding="0" cellspacing="4" style="border: 2px solid #496e8b; background: #114255 | + | {| cellpadding="0" cellspacing="4" style="border: 2px solid #496e8b; background: #114255;" class="sortable round" |
|- valign="top" | |- valign="top" | ||
| style="background: #ebc94d; color: #000000; padding: 3px 3px 3px 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" | '''Name''' | | style="background: #ebc94d; color: #000000; padding: 3px 3px 3px 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" | '''Name''' | ||
Line 40: | Line 40: | ||
| style="background: #c7dbea; color: #000000; padding: 3px 3px 3px 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" |{{{mat9amount}}} | | style="background: #c7dbea; color: #000000; padding: 3px 3px 3px 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" |{{{mat9amount}}} | ||
|- {{#if: {{{special|}}} || style="display: none;"}} | |- {{#if: {{{special|}}} || style="display: none;"}} | ||
− | | colspan="2" style="background: #c7dbea; color: #000000; padding: 3px 3px 3px 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" |[[Image:Equipment-{{{special}}}_icon.png|36px]] [[{{{special}}}]] (Level {{{speciallevel}}}) | + | | colspan="2" style="background: #c7dbea; color: #000000; padding: 3px 3px 3px 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px; text-align:center;" |[[Image:Equipment-{{{special}}}_icon.png|36px]] [[{{{special}}}]] (Level {{{speciallevel}}}) |
|} | |} | ||
''Note: When crafting using a bound item as a precursor, the upgraded item will also be bound.''<noinclude>{{documentation}}</noinclude> | ''Note: When crafting using a bound item as a precursor, the upgraded item will also be bound.''<noinclude>{{documentation}}</noinclude> |
Revision as of 13:54, 17 July 2011
Name | Amount |
[edit] [ ] Template documentation
Contents
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.
The above documentation is transcluded from Template:Recipe/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |