More actions
m (add overdrive section) |
m (update documentation) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>< | <includeonly> | ||
<includeonly>{{Command List (Base) | |||
| collapse = {{{collapse|}}} | |||
| header = | |||
<tr> | <tr> | ||
<th rowspan="2"> Name </th> | <th rowspan="2"> Name </th> | ||
<th colspan="2"> Command </th> | <th colspan="2"> Command </th> | ||
</tr><tr> | </tr><tr> | ||
<th> Normal Input</th> | <th> Normal Input</th> | ||
<th> Alternative Input</th> | <th> Alternative Input</th> | ||
</tr> | </tr> | ||
{{#if:{{{drive|}}}| | | hcolumns = 3 | ||
{{#if:{{{od|}}}| | | heading1 = {{#if:{{{drive|}}}|Drive|}} | ||
{{#if:{{{specials|}}}| | | section1 = {{{drive|}}} | ||
{{#if:{{{dd|}}}| | | heading2 = {{#if:{{{od|}}}|Overdrive|}} | ||
{{#if:{{{astral|}}}| | | section2 = {{{od|}}} | ||
| heading3 = {{#if:{{{specials|}}}|Special|}} | |||
</includeonly><noinclude> | | section3 = {{{specials|}}} | ||
| heading4 = {{#if:{{{dd|}}}|Distortion Drive|}} | |||
| section4 = {{{dd|}}} | |||
| heading5 = {{#if:{{{astral|}}}|Astral Heat|}} | |||
| section5 = {{{astral|}}} | |||
}}</includeonly><noinclude> | |||
:''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]] | Example page: [[Ragna the Bloodedge/Gameplay/BBCT]] | ||
== Usage == | == Usage == | ||
<pre><nowiki> | <pre style="float:left; margin-right:1em;"><nowiki> | ||
{{Command List | {{Command List | ||
| collapse = yes (anything else = no) | |||
| drive = | | drive = | ||
| od = | | od = | ||
Line 27: | Line 38: | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
{{Command List | |||
| collapse = yes | |||
| drive =<span style="display:none"></span> | |||
| od =<span style="display:none"></span> | |||
| specials =<span style="display:none"></span> | |||
| dd =<span style="display:none"></span> | |||
| astral =<span style="display:none"></span> | |||
}} | |||
==Example Template== | |||
<tab collapsed openname="Example Template" style="width:100%; font-weight:bold;" container="font-style:default; font-weight:normal;"> | |||
<pre><nowiki> | <pre><nowiki> | ||
{{Command List | {{Command List | ||
| drive = | | drive = | ||
Line 53: | Line 55: | ||
| EN = | | EN = | ||
| JP = | | JP = | ||
| | | romaji = | ||
| input = | | input = | ||
| input2 = | | input2 = | ||
Line 62: | Line 64: | ||
| EN = | | EN = | ||
| JP = | | JP = | ||
| | | romaji = | ||
| input = | | input = | ||
| input2 = | | input2 = | ||
Line 71: | Line 73: | ||
| EN = | | EN = | ||
| JP = | | JP = | ||
| | | romaji = | ||
| input = | | input = | ||
| input2 = | | input2 = | ||
Line 80: | Line 82: | ||
| EN = | | EN = | ||
| JP = | | JP = | ||
| | | romaji = | ||
| input = | | input = | ||
| input2 = | | input2 = | ||
Line 89: | Line 91: | ||
| EN = | | EN = | ||
| JP = | | JP = | ||
| | | romaji = | ||
| input = | | input = | ||
| input2 = | | input2 = | ||
Line 95: | Line 97: | ||
}} | }} | ||
}} | }} | ||
</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> |
Latest revision as of 22:37, 15 August 2019
- 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.