Template:Command List (BBTAG): Difference between revisions

Template page
m (clarify documentation)
m (hide the Specials header when the command list doesn't have any special moves)
 
Line 10: Line 10:
| heading1 = Smart Combo
| heading1 = Smart Combo
| section1 = {{{smart_combo|}}}
| section1 = {{{smart_combo|}}}
| heading2 = {{#switch:{{{type|}}}|Toushinsai=Command Normal   |Evo JP|#default=Special}}
| heading2 = {{#if:{{{cmd_normal|}}}{{{specials|}}}|{{#switch:{{{type|}}}|Toushinsai=Command Normal|Evo JP|#default=Special}}}}
| section2 = {{#switch:{{{type|}}}|Toushinsai={{{cmd_normal|}}}|Evo JP|#default={{{specials|}}} }}
| section2 = {{#switch:{{{type|}}}|Toushinsai={{{cmd_normal|}}}|Evo JP|#default={{{specials|}}} }}
| heading3 = {{#switch:{{{type|}}}|Toushinsai=Special         |Evo JP|#default=}}
| heading3 = {{#if:{{{specials|}}}|{{#switch:{{{type|}}}|Toushinsai=Special|Evo JP|#default=}}}}
| section3 = {{#switch:{{{type|}}}|Toushinsai={{{specials|}}} |Evo JP|#default=}}
| section3 = {{#switch:{{{type|}}}|Toushinsai={{{specials|}}}|Evo JP|#default=}}
| heading4 = Reversal Action
| heading4 = Reversal Action
| section4 = {{{reversal|}}}
| section4 = {{{reversal|}}}

Latest revision as of 02:34, 2 November 2019

For creating BBCT to BBCF command lists, see Template:Command List.

This is a template for creating command list tables for BBTAG. Use alongside Template:Command List Row.

Example page: Ragna the Bloodedge/Gameplay/BBTAG

Usage

The Skills and Distortion Duo sections will only be visible if they are filled in.

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

{{Command List (BBTAG)|type=Evo JP
| collapse = yes (anything else = no)
| smart_combo = 
| cmd_normal  =
| specials    =
| reversal    =
| skills      =
| extra_skill =
| distortions =
| dist_duo    =
}}
Name Command
Smart Combo
Special
Reversal Action
Skill
Extra Skill (Takes 1 skill gauge)
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
Smart Combo
Command Normal
Special
Reversal Action
Skill
EX (Takes 1 skill gauge)
Distortion Special (Takes 2 skill gauge)
Distortion Skill · Duo (takes 1 skill gauge)

</tab> </tabs>

Example Template

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

{{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   = 
  }}
}}

</tab>

Notes

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