Difference between revisions of "Template:Transient CV"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
(this works I guess)
Line 11: Line 11:
     <tr>
     <tr>
         <th style="text-align:left" data-line="battlestart"><abbr title="Plays at the start of a battle">Beginning of Battle</abbr></th>
         <th style="text-align:left" data-line="battlestart"><abbr title="Plays at the start of a battle">Beginning of Battle</abbr></th>
         <td>{{{battle|}}}</td>
         <td>{{{battle|battle=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="turn"><abbr title="Plays when a unit directly moves for turn.">Move</abbr></th>
         <th style="text-align:left" data-line="turn"><abbr title="Plays when a unit directly moves for turn.">Move</abbr></th>
         <td>{{{move|}}}</td>
         <td>{{{move|move=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="attack"><abbr title="Plays when a unit attacks">Attacking</abbr></th>
         <th style="text-align:left" data-line="attack"><abbr title="Plays when a unit attacks">Attacking</abbr></th>
         <td>{{{attack|}}}</td>
         <td>{{{attack|attack=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="skill"><abbr title="Plays when a unit's skill activates at any time.">Skill Activation</abbr></th>
         <th style="text-align:left" data-line="skill"><abbr title="Plays when a unit's skill activates at any time.">Skill Activation</abbr></th>
         <td>{{{skill|}}}</td>
         <td>{{{skill|skill=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="damagedsmall"><abbr title="Plays when a unit takes under half amount of health cumulatively">Hit (minor)</abbr></th>
         <th style="text-align:left" data-line="damagedsmall"><abbr title="Plays when a unit takes under half amount of health cumulatively">Hit (minor)</abbr></th>
         <td>{{{hit-minor|}}}</td>
         <td>{{{hit-minor|hit-minor=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="damagedlarge"><abbr title="Plays when a unit takes more than half amount of health cumulatively">Hit (major)</abbr></th>
         <th style="text-align:left" data-line="damagedlarge"><abbr title="Plays when a unit takes more than half amount of health cumulatively">Hit (major)</abbr></th>
         <td>{{{hit-major|}}}</td>
         <td>{{{hit-major|hit-major=}}}</td>
     </tr>
     </tr>
{{#if:{{{hit-major-2|}}}|
{{#if:{{{hit-major-2|}}}|
Line 41: Line 41:
     <tr>
     <tr>
         <th style="text-align:left" data-line="chargeskill"><abbr title="Plays during a unit's charge animation">Charge</abbr></th>
         <th style="text-align:left" data-line="chargeskill"><abbr title="Plays during a unit's charge animation">Charge</abbr></th>
         <td>{{{charge|}}}</td>
         <td>{{{charge|charge=}}}</td>
     </tr>
     </tr>
{{#if:{{{charge-2|}}}|
{{#if:{{{charge-2|}}}|
Line 51: Line 51:
     <tr>
     <tr>
         <th style="text-align:left" data-line="battlewin"><abbr title="Plays after completion of a battle.">Victory</abbr></th>
         <th style="text-align:left" data-line="battlewin"><abbr title="Plays after completion of a battle.">Victory</abbr></th>
         <td>{{{victory|}}}</td>
         <td>{{{victory|victory=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="killed"><abbr title="Plays when a unit 'dies'">KO'd</abbr></th>
         <th style="text-align:left" data-line="killed"><abbr title="Plays when a unit 'dies'">KO'd</abbr></th>
         <td>{{{ko|}}}</td>
         <td>{{{ko|ko=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="lovequest"><abbr title="Undocumented usage">Love</abbr></th>
         <th style="text-align:left" data-line="lovequest"><abbr title="Undocumented usage">Love</abbr></th>
         <td>{{{love|}}}</td>
         <td>{{{love|love=}}}</td>
     </tr>
     </tr>
{{#if:{{{love-2|}}}|
{{#if:{{{love-2|}}}|
Line 69: Line 69:
<tr>
<tr>
     <th style="text-align:left" data-line="{{{title-filename|launch}}}"><abbr title="Plays randomly with specific requirements when starting the app. This can vary due to time and date.">Title Screen</abbr></th>
     <th style="text-align:left" data-line="{{{title-filename|launch}}}"><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>
     <td>{{{title|title=}}}</td>
</tr>
</tr>
{{#if:{{{title-2|}}}|
{{#if:{{{title-2|}}}|
Line 83: Line 83:
     <tr>
     <tr>
         <th style="text-align:left" data-line="shop"><abbr title="Shop line.">Shop</abbr></th>
         <th style="text-align:left" data-line="shop"><abbr title="Shop line.">Shop</abbr></th>
         <td>{{{shop|}}}</td>
         <td>{{{shop|shop=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="shop_open"><abbr title="Shop line.">Open Shop</abbr></th>
         <th style="text-align:left" data-line="shop_open"><abbr title="Shop line.">Open Shop</abbr></th>
         <td>{{{open|}}}</td>
         <td>{{{open|open=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="shop_closed"><abbr title="Shop line.">Close Shop</abbr></th>
         <th style="text-align:left" data-line="shop_closed"><abbr title="Shop line.">Close Shop</abbr></th>
         <td>{{{close|}}}</td>
         <td>{{{close|close=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="greeting"><abbr title="Shop line.">Greeting</abbr></th>
         <th style="text-align:left" data-line="greeting"><abbr title="Shop line.">Greeting</abbr></th>
         <td>{{{greeting|}}}</td>
         <td>{{{greeting|greeting=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="encourage"><abbr title="Shop line.">Encouraging</abbr></th>
         <th style="text-align:left" data-line="encourage"><abbr title="Shop line.">Encouraging</abbr></th>
         <td>{{{encouraging|}}}</td>
         <td>{{{encouraging|encouraging=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="touch"><abbr title="Shop line.">Touched</abbr></th>
         <th style="text-align:left" data-line="touch"><abbr title="Shop line.">Touched</abbr></th>
         <td>{{{touched|}}}</td>
         <td>{{{touched|touched=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="conv1"><abbr title="Shop line.">Conversation (1)</abbr></th>
         <th style="text-align:left" data-line="conv1"><abbr title="Shop line.">Conversation (1)</abbr></th>
         <td>{{{conversation-1|}}}</td>
         <td>{{{conversation-1|conversation-1=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="conv2"><abbr title="Shop line.">Conversation (2)</abbr></th>
         <th style="text-align:left" data-line="conv2"><abbr title="Shop line.">Conversation (2)</abbr></th>
         <td>{{{conversation-2|}}}</td>
         <td>{{{conversation-2|conversation-2=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="conv3"><abbr title="Shop line.">Conversation (3)</abbr></th>
         <th style="text-align:left" data-line="conv3"><abbr title="Shop line.">Conversation (3)</abbr></th>
         <td>{{{conversation-3|}}}</td>
         <td>{{{conversation-3|conversation-3=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="conv4"><abbr title="Shop line.">Conversation (4)</abbr></th>
         <th style="text-align:left" data-line="conv4"><abbr title="Shop line.">Conversation (4)</abbr></th>
         <td>{{{conversation-4|}}}</td>
         <td>{{{conversation-4|conversation-4=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="self"><abbr title="Shop line.">About Self</abbr></th>
         <th style="text-align:left" data-line="self"><abbr title="Shop line.">About Self</abbr></th>
         <td>{{{self|}}}</td>
         <td>{{{self|self=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="chara1"><abbr title="Shop line.">About Someone (1)</abbr></th>
         <th style="text-align:left" data-line="chara1"><abbr title="Shop line.">About Someone (1)</abbr></th>
         <td>{{{character-1|}}}</td>
         <td>{{{character-1|character-1=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="chara2"><abbr title="Shop line.">About Someone (2)</abbr></th>
         <th style="text-align:left" data-line="chara2"><abbr title="Shop line.">About Someone (2)</abbr></th>
         <td>{{{character-2|}}}</td>
         <td>{{{character-2|character-2=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="chara3"><abbr title="Shop line.">About Someone (3)</abbr></th>
         <th style="text-align:left" data-line="chara3"><abbr title="Shop line.">About Someone (3)</abbr></th>
         <td>{{{character-3|}}}</td>
         <td>{{{character-3|character-3=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="chara4"><abbr title="Shop line.">About Someone (4)</abbr></th>
         <th style="text-align:left" data-line="chara4"><abbr title="Shop line.">About Someone (4)</abbr></th>
         <td>{{{character-4|}}}</td>
         <td>{{{character-4|character-4=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="event"><abbr title="Shop line.">About Event</abbr></th>
         <th style="text-align:left" data-line="event"><abbr title="Shop line.">About Event</abbr></th>
         <td>{{{event|}}}</td>
         <td>{{{event|event=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="event1"><abbr title="Shop line.">About Event (1)</abbr></th>
         <th style="text-align:left" data-line="event1"><abbr title="Shop line.">About Event (1)</abbr></th>
         <td>{{{event-1|}}}</td>
         <td>{{{event-1|event-1=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="event2"><abbr title="Shop line.">About Event (2)</abbr></th>
         <th style="text-align:left" data-line="event2"><abbr title="Shop line.">About Event (2)</abbr></th>
         <td>{{{event-2|}}}</td>
         <td>{{{event-2|event-2=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="event3"><abbr title="Shop line.">About Event (3)</abbr></th>
         <th style="text-align:left" data-line="event3"><abbr title="Shop line.">About Event (3)</abbr></th>
         <td>{{{event-3|}}}</td>
         <td>{{{event-3|event-3=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="event4"><abbr title="Shop line.">About Event (4)</abbr></th>
         <th style="text-align:left" data-line="event4"><abbr title="Shop line.">About Event (4)</abbr></th>
         <td>{{{event-4|}}}</td>
         <td>{{{event-4|event-4=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special"><abbr title="Shop line.">Special</abbr></th>
         <th style="text-align:left" data-line="special"><abbr title="Shop line.">Special</abbr></th>
         <td>{{{special|}}}</td>
         <td>{{{special|special=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special1"><abbr title="Shop line.">Special (1)</abbr></th>
         <th style="text-align:left" data-line="special1"><abbr title="Shop line.">Special (1)</abbr></th>
         <td>{{{special-1|}}}</td>
         <td>{{{special-1|special-1=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special2"><abbr title="Shop line.">Special (2)</abbr></th>
         <th style="text-align:left" data-line="special2"><abbr title="Shop line.">Special (2)</abbr></th>
         <td>{{{special-2|}}}</td>
         <td>{{{special-2|special-2=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special3"><abbr title="Shop line.">Special (3)</abbr></th>
         <th style="text-align:left" data-line="special3"><abbr title="Shop line.">Special (3)</abbr></th>
         <td>{{{special-3|}}}</td>
         <td>{{{special-3|special-3=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special4"><abbr title="Shop line.">Special (4)</abbr></th>
         <th style="text-align:left" data-line="special4"><abbr title="Shop line.">Special (4)</abbr></th>
         <td>{{{special-4|}}}</td>
         <td>{{{special-4|special-4=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special_event"><abbr title="Shop line.">Special Event</abbr></th>
         <th style="text-align:left" data-line="special_event"><abbr title="Shop line.">Special Event</abbr></th>
         <td>{{{special-event|}}}</td>
         <td>{{{specialevent|specialevent=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special_event1"><abbr title="Shop line.">Special Event (1)</abbr></th>
         <th style="text-align:left" data-line="special_event1"><abbr title="Shop line.">Special Event (1)</abbr></th>
         <td>{{{special-event-1|}}}</td>
         <td>{{{specialevent-1|specialevent-1=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special_event2"><abbr title="Shop line.">Special Event (2)</abbr></th>
         <th style="text-align:left" data-line="special_event2"><abbr title="Shop line.">Special Event (2)</abbr></th>
         <td>{{{special-event-2|}}}</td>
         <td>{{{specialevent-2|specialevent-2=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special_event3"><abbr title="Shop line.">Special Event (3)</abbr></th>
         <th style="text-align:left" data-line="special_event3"><abbr title="Shop line.">Special Event (3)</abbr></th>
         <td>{{{special-event-3|}}}</td>
         <td>{{{specialevent-3|specialevent-3=}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <th style="text-align:left" data-line="special_event4"><abbr title="Shop line.">Special Event (4)</abbr></th>
         <th style="text-align:left" data-line="special_event4"><abbr title="Shop line.">Special Event (4)</abbr></th>
         <td>{{{special-event-4|}}}</td>
         <td>{{{specialevent-4|specialevent-4=}}}</td>
     </tr>
     </tr>
</table>{{#if:{{{ogg|}}}|{{#tag:masterdatacv|{{{ogg|}}}|selector-cv=#cv{{#var:transient cv number}}}}}}
</table>{{#if:{{{ogg|}}}|{{#tag:masterdatacv|{{{ogg|}}}|selector-cv=#cv{{#var:transient cv number}}}}}}

Revision as of 00:47, 7 August 2019

CV

Event Line
Summon summon=
Beginning of Battle battle=
Move move=
Attacking attack=
Skill Activation skill=
Hit (minor) hit-minor=
Hit (major) hit-major=
Charge charge=
Victory victory=
KO'd ko=
Love love=
Title Screen title=
Event (Shop) Line
Shop shop=
Open Shop open=
Close Shop close=
Greeting greeting=
Encouraging encouraging=
Touched touched=
Conversation (1) conversation-1=
Conversation (2) conversation-2=
Conversation (3) conversation-3=
Conversation (4) conversation-4=
About Self self=
About Someone (1) character-1=
About Someone (2) character-2=
About Someone (3) character-3=
About Someone (4) character-4=
About Event event=
About Event (1) event-1=
About Event (2) event-2=
About Event (3) event-3=
About Event (4) event-4=
Special special=
Special (1) special-1=
Special (2) special-2=
Special (3) special-3=
Special (4) special-4=
Special Event specialevent=
Special Event (1) specialevent-1=
Special Event (2) specialevent-2=
Special Event (3) specialevent-3=
Special Event (4) specialevent-4=