Template:Command List: Difference between revisions

Template page
m (update description)
m (fix headers showing up even when their contents are empty)
Line 11: Line 11:
</tr>
</tr>
| hcolumns = 4
| hcolumns = 4
| heading1 = {{#if:{{{drive}}}|Drive|}}
| heading1 = {{#if:{{{drive|}}}|Drive|}}
| section1 = {{{drive|}}}
| section1 = {{{drive|}}}
| heading2 = {{#if:{{{od}}}|Overdrive|}}
| heading2 = {{#if:{{{od|}}}|Overdrive|}}
| section2 = {{{od|}}}
| section2 = {{{od|}}}
| heading3 = {{#if:{{{specials}}}|Special|}}
| heading3 = {{#if:{{{specials|}}}|Special|}}
| section3 = {{{specials|}}}
| section3 = {{{specials|}}}
| heading4 = {{#if:{{{dd}}}|Distortion Drive|}}
| heading4 = {{#if:{{{dd|}}}|Distortion Drive|}}
| section4 = {{{dd|}}}
| section4 = {{{dd|}}}
| heading5 = {{#if:{{{astral}}}|Astral Heat|}}
| heading5 = {{#if:{{{astral|}}}|Astral Heat|}}
| section5 = {{{astral|}}}
| section5 = {{{astral|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>

Revision as of 04:40, 7 April 2018

This is a template for creating command list tables for BBCT - BBCF. For BBTAG command lists, see Template:Command List (BBTAG).

Example page: Ragna the Bloodedge/Gameplay/BBCT

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

Usage

{{Command List
| drive    = 
| od       =
| specials =
| dd       =
| astral   =
}}
Name Command Description
Normal Input Alternative Input
Drive
Overdrive
Special
Distortion Drive
Astral Heat

This template is meant to be used alongside Template:Command List Row:

  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | 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
| 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   = 
  }}
}}
==References==
<references>
</references>

{{Gameplay Navigation}}

</tab>