Template:Command List (BBTAG): Difference between revisions

Template page
m (clean up parameters)
(switch to use Command List (Base))
Line 1: Line 1:
<includeonly><table class="wikitable">
<includeonly>{{Command List (Base)
| header =
<tr>
<tr>
<th> Name </th>
<th> Name </th>
Line 6: Line 7:
</tr><tr>
</tr><tr>
</tr>
</tr>
{{#if:{{{smart_combo|}}}|<tr><th colspan="3">Smart Combo</th></tr>{{{smart_combo|}}}|}}
| hcolumns = 3
{{#if:{{{cmd_normal|}}}|<tr><th colspan="3">Command Normal</th></tr>{{{cmd_normal|}}}|}}
| heading1 = Smart Combo
{{#if:{{{specials|}}}|<tr><th colspan="3">Special</th></tr>{{{specials|}}}|}}
| section1 = {{{smart_combo|}}}
{{#if:{{{reversal|}}}|<tr><th colspan="3">Reversal Action</th></tr>{{{reversal|}}}|}}
| heading2 = {{#switch:{{{type|}}}|Toushinsai=Command Normal  |Evo JP|#default=Special}}
{{#if:{{{extra_skill|}}}|<tr><th colspan="3">{{#switch:{{{type|}}}|Toushinsai=EX (Takes 1 skill gauge)|Evo JP|#default=Extra Skill (Takes 1 skill gauge)}}</th></tr>{{{extra_skill|}}}}}
| section2 = {{#switch:{{{type|}}}|Toushinsai={{{cmd_normal|}}}|Evo JP|#default={{{specials|}}} }}
{{#if:{{{skill|}}}|<tr><th colspan="3">Skill</th></tr>{{{skill|}}}|}}
| heading3 = {{#switch:{{{type|}}}|Toushinsai=Special         |Evo JP|#default=}}
{{#if:{{{distortions|}}}|<tr><th colspan="3">{{#switch:{{{type|}}}|Toushinsai=Distortion Special (Takes 2 skill gauge)|Evo JP|#default=Distortion Skill (Takes 2 skill gauge)}}</th></tr>{{{distortions|}}}|}}
| section3 = {{#switch:{{{type|}}}|Toushinsai={{{specials|}}} |Evo JP|#default=}}
{{#if:{{{dist_duo|}}}|<tr><th colspan="3">{{#switch:{{{type|}}}|Toushinsai=Distortion Skill · Duo (takes 1 skill gauge)|Evo JP|#default=Distortion Skill · Duo (takes 2 skill gauge)}}</th></tr>{{{dist_duo|}}}|}}
| heading4 = Reversal Action
</table>
| section4 = {{{reversal|}}}
<div style="clear:both;"></div>
| heading5 = {{#switch:{{{type|}}}|Toushinsai=EX (Takes 1 skill gauge)|Evo JP|#default= Extra Skill (Takes 1 skill gauge)}}
</includeonly><noinclude>
| section5 = {{{extra_skill|}}}
| heading6 = Skill
| section6 = {{{skill|}}}
| heading7 = {{#switch:{{{type|}}}|Toushinsai=Distortion Special (Takes 2 skill gauge)|Evo JP|#default=Distortion Skill (Takes 2 skill gauge)}}
| section7 = {{{distortions|}}}
| heading8 = {{#switch:{{{type|}}}|Toushinsai=Distortion Skill · Duo (takes 1 skill gauge)|Evo JP|#default=Distortion Skill · Duo (takes 2 skill gauge)}}
| section8 = {{{dist_duo|}}}
}}</includeonly><noinclude>
This template was written using [[Template:Command List (Base)]] as a base.
 
== Usage ==
Example page: [[Ragna the Bloodedge/Gameplay/BBTAG]]
Example page: [[Ragna the Bloodedge/Gameplay/BBTAG]]


== Usage ==
<tabs plain>
<pre><nowiki>
<tab name="Evo JP + default ver.">
{{Command List (BBTAG)|type="Toushinsai" or "Evo JP" (changes the names of the section headers)
<pre style="float:left; margin-right:1em;"><nowiki>
{{Command List (BBTAG)|type=Evo JP
| smart_combo =
| cmd_normal  =
| specials    =
| reversal    =
| skills      =
| extra_skill =
| distortions =
| dist_duo    =
}}
</nowiki></pre>
{{Command List (BBTAG)|type=Evo JP
| smart_combo =
| specials    =
| reversal    =
| skills      =
| extra_skill =
| distortions =
| dist_duo    =
}}
</tab>
<tab name="Toushinsai ver.">
<pre style="float:left; margin-right:1em;"><nowiki>
{{Command List (BBTAG)|type=Toushinsai
| smart_combo =  
| smart_combo =  
| cmd_normal  =
| cmd_normal  =
Line 32: Line 67:
}}
}}
</nowiki></pre>
</nowiki></pre>
{{Command List (BBTAG)|type=Toushinsai
| smart_combo =
| cmd_normal  =
| specials    =
| reversal    =
| skills      =
| extra_skill =
| distortions =
| dist_duo    =
}}
</tab>
</tabs>


For use with [[Template:Command List Row]]:
For use with [[Template:Command List Row]]:
Line 52: Line 99:
<blockquote><i><section begin=strategy/><section end=strategy/></i></blockquote>
<blockquote><i><section begin=strategy/><section end=strategy/></i></blockquote>
==Command List==
==Command List==
{{Command List (BBTAG)|
{{Command List (BBTAG)|type=
| smart_combo =  
| smart_combo =  
   {{Command List Row
   {{Command List Row

Revision as of 21:01, 26 March 2018

This template was written using Template:Command List (Base) as a base.

Usage

Example page: Ragna the Bloodedge/Gameplay/BBTAG

<tabs plain> <tab name="Evo JP + default ver.">

{{Command List (BBTAG)|type=Evo JP
| smart_combo = 
| cmd_normal  =
| specials    =
| reversal    =
| skills      =
| extra_skill =
| distortions =
| dist_duo    =
}}
Name Command Description
Smart Combo
Special
Reversal Action
Extra Skill (Takes 1 skill gauge)
Skill
Distortion Skill (Takes 2 skill gauge)
Distortion Skill · Duo (takes 2 skill gauge)

</tab> <tab name="Toushinsai ver.">

{{Command List (BBTAG)|type=Toushinsai
| smart_combo = 
| cmd_normal  =
| specials    =
| reversal    =
| skills      =
| extra_skill =
| distortions =
| dist_duo    =
}}
Name Command Description
Smart Combo
Command Normal
Special
Reversal Action
EX (Takes 1 skill gauge)
Skill
Distortion Special (Takes 2 skill gauge)
Distortion Skill · Duo (takes 1 skill gauge)

</tab> </tabs>

For use with Template:Command List Row:

  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}

<tab collapsed openname="Gameplay Subpage Template" style="width:100%; font-weight:bold;" container="font-style:default; font-weight:normal;">

__NOTOC__
{{Character Tabs|CHARACTER NAME HERE|OPTIONAL ALTERNATE DISPLAY NAME}}
<section begin=strategy/>{{Quote|}}<section end=strategy/>
==Strategy==
<blockquote><i><section begin=strategy/><section end=strategy/></i></blockquote>
==Command List==
{{Command List (BBTAG)|type=
| smart_combo = 
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
| cmd_normal  =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
| specials    =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
| reversal    =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
| skills      =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
| extra_skill =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
| distortions =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
| dist_duo    =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | desc   = 
  }}
}}
==References==
<references>
</references>

{{Gameplay Navigation}}

</tab>