Difference between revisions of "Template:Transient CV"
Jump to navigation
Jump to search
(test) |
|||
Line 1: | Line 1: | ||
<table class="wikitable" id="cv{{#vardefineecho:transient cv number|{{#expr:{{#var:transient cv number|-1}}+1}}}}" style="width:700px"> | |||
<tr> | |||
<th style="width:150px">Event</th> | |||
<th>Line</th> | |||
</tr> | |||
<tr> | |||
<th data-line="gacha"><abbr title="Plays when acquired from Gacha.">Summon</abbr></th> | |||
{ | <td>{{{summon|}}}</td> | ||
</tr> | |||
<tr> | |||
<th data-line="battlestart"><abbr title="Plays at the start of a battle">Beginning of Battle</abbr></th> | |||
<td>{{{battle|}}}</td> | |||
</tr> | |||
<tr> | |||
<th data-line="turn"><abbr title="Plays when a unit directly moves for turn.">Move</abbr></th> | |||
{{#if:{{{ | <td>{{{move|}}}</td> | ||
</tr> | |||
<tr> | |||
<th data-line="attack"><abbr title="Plays when a unit attacks">Attacking</abbr></th> | |||
{{#if:{{{ | <td>{{{attack|}}}</td> | ||
</tr> | |||
<tr> | |||
<th data-line="skill"><abbr title="Plays when a unit's skill activates at any time.">Skill Activation</abbr></th> | |||
{ | <td>{{{skill|}}}</td> | ||
</tr> | |||
<tr> | |||
<th data-line="damagedsmall"><abbr title="Plays when a unit takes under half amount of health cumulatively">Hit (minor)</abbr></th> | |||
{{#if:{{{ | <td>{{{hit-minor|}}}</td> | ||
</tr> | |||
<tr> | |||
<th data-line="damagedlarge"><abbr title="Plays when a unit takes more than half amount of health cumulatively">Hit (major)</abbr></th> | |||
{{#if:{{{ogg|}}}| | <td>{{{hit-major|}}}</td> | ||
</tr> | |||
{{#if:{{{hit-major-2|}}}| | |||
<tr> | |||
<th data-line="damagedlarge_b"><abbr title="Plays when a unit takes more than half amount of health cumulatively">Hit (major)</abbr></th> | |||
<td>{{{hit-major-2|}}}</td> | |||
</tr> | |||
}} | |||
<tr> | |||
<th data-line="chargeskill"><abbr title="Plays during a unit's charge animation">Charge</abbr></th> | |||
<td>{{{charge|}}}</td> | |||
</tr> | |||
{{#if:{{{charge-2|}}}| | |||
<tr> | |||
<th data-line="chargeskill_b"><abbr title="Plays during a unit's charge animation">Charge</abbr></th> | |||
<td>{{{charge-2|}}}</td> | |||
</tr> | |||
}} | |||
<tr> | |||
<th data-line="battlewin"><abbr title="Plays after completion of a battle.">Victory</abbr></th> | |||
<td>{{{victory|}}}</td> | |||
</tr> | |||
<tr> | |||
<th data-line="killed"><abbr title="Plays when a unit 'dies'">KO'd</abbr></th> | |||
<td>{{{ko|}}}</td> | |||
</tr> | |||
<tr> | |||
<th data-line="lovequest"><abbr title="Undocumented usage">Love</abbr></th> | |||
<td>{{{love|}}}</td> | |||
</tr> | |||
{{#if:{{{love-2|}}}| | |||
<tr> | |||
<th data-line="lovequest"><abbr title="Undocumented usage">Love</abbr></th> | |||
<td>{{{love|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{title|}}}| | |||
<tr> | |||
<th data-line="{{{title-filename|}}}"><abbr title="Plays randomly with specific requirements when starting the app. This can vary due to time and date.">Title Screen</abbr></th> | |||
<td>{{{title|}}}</td> | |||
</tr> | |||
}} | |||
</table>{{#if:{{{ogg|}}}|{{#masterdatacv|selector-cv=#cv{{#var:transient cv number}}|filename={{{ogg|}}}}}}} |
Revision as of 06:19, 18 December 2018
Event | Line |
---|---|
Summon | |
Beginning of Battle | |
Move | |
Attacking | |
Skill Activation | |
Hit (minor) | |
Hit (major) | |
Charge | |
Victory | |
KO'd | |
Love |