Template:Command List (BBTAG): Difference between revisions

Template page
(Add astral heat)
Tags: mobile edit mobile web edit
m (clarify documentation)
Line 27: Line 27:
| section9 = {{{astral|}}}
| section9 = {{{astral|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
This is a template for creating command list tables for BBTAG. For BBCT to BBCF command lists, see [[Template:Command List]].
:''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]]
Example page: [[Ragna the Bloodedge/Gameplay/BBTAG]]
This template was written using [[Template:Command List (Base)]] as a base.


== Usage ==
== Usage ==
Line 87: Line 86:
</tabs>
</tabs>


For use with [[Template:Command List Row]]:
==Example Template==
<pre><nowiki>
<tab collapsed openname="Example Template" style="width:100%; font-weight:bold;" container="font-style:default; font-weight:normal;">
  {{Command List Row
  | EN    =  
  | JP    =  
  | romaji =  
  | input  =
  | desc  =  
  }}
</nowiki></pre>
 
<tab collapsed openname="Gameplay Subpage Template" style="width:100%; font-weight:bold;" container="font-style:default; font-weight:normal;">
<pre><nowiki>
<pre><nowiki>
__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=
{{Command List (BBTAG)|type=
| smart_combo =  
| smart_combo =  
Line 172: Line 155:
   }}
   }}
}}
}}
==References==
<references>
</references>
{{Gameplay Navigation}}
</nowiki></pre>
</nowiki></pre>
</tab>
</tab>
==Notes==
This template was written using [[Template:Command List (Base)]] as a base.
[[Category:Gameplay Templates]]
[[Category:Gameplay Templates]]
</noinclude>
</noinclude>

Revision as of 22:34, 15 August 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.