Difference between revisions of "Template:Tooltip"
From NEStalgia
m |
m |
||
| Line 14: | Line 14: | ||
{{!}}valign=top height=50px{{!}}{{#if:{{{Damage|}}}|<small style="color:#64c8fa;">Damage </small>'''{{{Damage}}}'''|}} <br /> | {{!}}valign=top height=50px{{!}}{{#if:{{{Damage|}}}|<small style="color:#64c8fa;">Damage </small>'''{{{Damage}}}'''|}} <br /> | ||
{{#if:{{{Target|}}}|<small style="color:#64c8fa;">Target </small>'''{{{Target}}}'''|}} {{#if:{{{Power|}}}|<span style="float: right;"><small style="color:#64c8fa;">Power </small>'''{{{Power}}}'''</span>|}} | {{#if:{{{Target|}}}|<small style="color:#64c8fa;">Target </small>'''{{{Target}}}'''|}} {{#if:{{{Power|}}}|<span style="float: right;"><small style="color:#64c8fa;">Power </small>'''{{{Power}}}'''</span>|}} | ||
| − | {{#if:{{{Prerequisite|}}}|<hr /><small style="color:#64c8fa;">Prerequisite: </small><small>{{{Prerequisite|Prerequisite}}}</small>|}} | + | {{#if:{{{Prerequisite|}}}|{{!}}- |
| + | {{!}}<hr /><small style="color:#64c8fa;">Prerequisite: </small><small>{{{Prerequisite|Prerequisite}}}</small>|}} | ||
|} | |} | ||
|} | |} | ||
Revision as of 16:54, 26 April 2014
|
Documentation
This template is used to display game-style tooltips for abilities and passive skills. -UNDER CONSTRUCTION-
Usage for an ability:
{{Tooltip|ability
|Name=
|Cost=
|Effect=
|Damage=
|Target=
|Power=
|Prerequisite=
}}
Usage for a passive:
{{Tooltip|
|Name=
|Effect=
|Prerequisite=
}}