Difference between revisions of "Template:Potion"
From Fallen Sword Wiki
(New page: Potion <noinclude> {{PAGENAME}} </noinclude>) |
|||
Line 1: | Line 1: | ||
− | [[:Category:Potions|Potion]] | + | <includeonly>__NOTOC__ |
− | <noinclude> | + | {|cellpadding="5" width="100%" |
+ | |width="50%" valign="top" align="left"| | ||
+ | == Item == | ||
+ | {| | ||
+ | | {{ItemBox|{{{image|}}}}} | ||
+ | | valign="top" | | ||
+ | '''Item Name:''' {{{name|{{PAGENAME}}}}}<br> | ||
+ | '''Type:''' [[:Category:Potions|Potion]]<br> | ||
+ | '''Rarity:''' {{#switch: {{lc:{{{rarity}}}}} | ||
+ | | common = {{Common Item}} | ||
+ | | rare = {{Rare Item}} | ||
+ | | unique = {{Unique Item}} | ||
+ | | legendary = {{Legendary Item}} | ||
+ | | super elite = {{Super Elite Item}} | ||
+ | | crystalline = {{Crystalline Item}} | ||
+ | | epic = {{Epic Item}} | ||
+ | | | ||
+ | }}<br> | ||
+ | '''Craftable:''' {{{craftable|No}}} | ||
+ | |} | ||
+ | == Information == | ||
+ | {{#ifeq: {{{drops|No}}} | No || '''Dropped by:'''<br>'''•''' [[{{{quest-rewarded|}}}]]<br>}}{{#ifeq: {{{quest-rewarded|No}}} | No || '''Obtained from quest:'''<br>'''•''' [[{{{quest-rewarded|}}}]]<br>}}{{#ifeq: {{{game-gift|No}}} | No || Game Gift from:'''<br>'''•''' {{{game-gift|}}}<br>}}{{#ifeq: {{{won|No}}} | No || '''Won in:'''<br>'''•''' [[{{{won|}}}]]<br>}}{{#ifeq: {{{recipe|No}}} | No || '''Made from Recipe:'''<br>'''•''' [[{{{recipe|}}}]]<br>}} | ||
+ | {{#ifeq: {{{player-bound|No}}} | No | === Actions === |}} | ||
+ | {{#ifeq: {{{player-bound|No}}} | No | '''•''' {{AHlong|{{{name|{{PAGENAME}}}}}|Search Auction House}} |}} | ||
+ | |width="50%" valign="top" align="left"| | ||
+ | == Statistics == | ||
+ | '''•''' '''Min. Level:''' {{{level|}}}<br> | ||
+ | '''•''' '''Buff Name:''' [[{{{buff-name|}}}]]<br> | ||
+ | '''•''' '''Buff Level:''' {{{buff-level|}}}<br> | ||
+ | '''•''' '''Buff Duration:''' {{{duration|}}} Minutes<br> | ||
+ | |} | ||
+ | |||
+ | {{#ifeq: {{{player-bound|No}}} | No || {{BoundNoTrade}} }} | ||
+ | __NOEDITSECTION__ | ||
+ | [[Category:Items]][[Category:Potions]]{{#switch: {{lc:{{{rarity}}}}} | ||
+ | | common = [[Category:Common Items]] | ||
+ | | rare = [[Category:Rare Items]] | ||
+ | | unique = [[Category:Unique Items]] | ||
+ | | legendary = [[Category:Legendary Items]] | ||
+ | | super elite = [[Category:Super Elite Items]] | ||
+ | | crystalline = [[Category:Crystalline Items]] | ||
+ | | epic = [[Category:Epic Items]] | ||
+ | | | ||
+ | }} | ||
+ | </includeonly><noinclude> | ||
+ | <center> | ||
+ | {| width="100%" style="border:3px dashed #f00;" | ||
+ | | align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | Do not edit this page! | ||
+ | |- | ||
+ | | align="center" valign="middle" style="font-family:Verdana;font-weight:normal;" | | ||
+ | <small>If you need to customize this template to fit your own needs, copy the code into a fresh template and work from there.</small> | ||
+ | |- | ||
+ | | align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | Editing this page may cause the template to stop working properly for other pages currently using this template. | ||
+ | |} | ||
+ | </center> | ||
+ | This template allows easy adding of potion pages. To use, copy the following code to the potion's page and fill in the banks. Remove anything that is extra. If a potion cannot be completely represented by this template, please use the talk page to request a change to this template. | ||
+ | <pre> | ||
+ | {{Potion | ||
+ | |image= | ||
+ | |name= | ||
+ | |rarity= | ||
+ | |level= | ||
+ | |buff-name= | ||
+ | |buff-level= | ||
+ | |duration= | ||
+ | |drops= | ||
+ | |quest-rewarded= | ||
+ | |game-gift= | ||
+ | |won= | ||
+ | |recipe= | ||
+ | |player-bound= | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 01:06, 6 October 2008
Do not edit this page! |
If you need to customize this template to fit your own needs, copy the code into a fresh template and work from there. |
Editing this page may cause the template to stop working properly for other pages currently using this template. |
This template allows easy adding of potion pages. To use, copy the following code to the potion's page and fill in the banks. Remove anything that is extra. If a potion cannot be completely represented by this template, please use the talk page to request a change to this template.
{{Potion |image= |name= |rarity= |level= |buff-name= |buff-level= |duration= |drops= |quest-rewarded= |game-gift= |won= |recipe= |player-bound= }}