Template:Command List

Template page
For creating BBTAG command lists, see Template:Command List (BBTAG).

This is a template for creating command list tables for BBCT - BBCF. Use with Template:Command List Row:

Example page: Ragna the Bloodedge/Gameplay/BBCT

Usage

{{Command List
| collapse = yes (anything else = no)
| drive    = 
| od       =
| specials =
| dd       =
| astral   =
}}
Name Command
Normal Input Alternative Input
Drive
Overdrive
Special
Distortion Drive
Astral Heat

Example Template

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

{{Command List
| drive = 
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| od       =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| specials =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| dd       =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| astral  =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
}}

</tab>

Notes

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