Warning: You are not logged in. Once you make an edit, a temporary account will be created for you.
Learn more.
Log in or
create an account to continue receiving notifications after this account expires, and to access other features.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision |
Your text |
| Line 1: |
Line 1: |
| | <includeonly> |
| | <div style="display:flex; flex-direction:column; flex-grow: 1; flex-basis: 0; background-color: #2A2A2A; padding: 20px 0px 20px 0px; margin: 5px; text-align: center; border: 3px solid {{#ifeq: {{{scale_type}}} | spirit | #583D6F | #2A2A2A}}; box-shadow: 0 0 10px {{#ifeq: {{{scale_type}}} | spirit | #583D6F | #2A2A2A}}; border-radius: 1px"> |
| | <div>{{Ap|{{{cost}}}}}</div> |
| | <div style="font-size: 13px; padding: 5px;">{{{description}}}{{#ifeq: {{{scale_type}}}|spirit|{{ss|{{{scale_value}}}}}}}</div> |
| | </div> |
| | </includeonly> |
| | |
|
| |
|
| <includeonly>
| |
| <div id="ability-upgrade-{{{cost}}}" data-index="{{{index}}}" tabindex=0 class="cdx-button cdx-button--action-progressive ability-upgrade">
| |
| <div class="ability-upgrade-header">{{Ap|{{{cost}}}|icon_size=15px}}</div>
| |
| <!-- container-type is inline because TemplateStyles strips it; the description's cqw size measures against this box. -->
| |
| <div class="ac-upgrade-descwrap" style="container-type: inline-size;"><div class="ac-upgrade-desc" style="font-size: {{{fontsize|0.9rem}}}; line-height: {{{lineheight|1.4}}};">{{{description}}}</div></div>
| |
| <div>{{#if: {{{scale_type|}}}|{{Ability card v2/Card/Scaling|{{{scale_value}}}|scale_type={{{scale_type}}}}}}}</div>
| |
| </div></includeonly>
| |
| <noinclude> | | <noinclude> |
| {{#invoke:Abilities/card|get_ability_card|Wraith|2|false}} | | {{#invoke:AbilityData|get_ability_card|Grey Talon|3|true}} |
| | |
| Button functionality is handled by [[MediaWiki:Gadget-ability-upgrades.js]].
| |
| </noinclude> | | </noinclude> |