Template:Command List (Base): Difference between revisions

Template page
(Created page with "<includeonly><table class="wikitable"><!-- -->{{#if:{{{header|}}}|{{{header|}}}|}}<!-- -->{{#if:{{{heading1|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading1|}}}</th>{{{section...")
 
m (fix display error)
Line 1: Line 1:
<includeonly><table class="wikitable"><!--
<includeonly><table class="wikitable"><!--
-->{{#if:{{{header|}}}|{{{header|}}}|}}<!--
-->{{#if:{{{header|}}}|{{{header|}}}|}}<!--
-->{{#if:{{{heading1|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading1|}}}</th>{{{section1|}}}</tr>|}}<!--
-->{{#if:{{{heading1|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading1|}}}</th></tr>{{{section1|}}}|}}<!--
-->{{#if:{{{heading2|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading2|}}}</th>{{{section2|}}}</tr>|}}<!--
-->{{#if:{{{heading2|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading2|}}}</th></tr>{{{section2|}}}|}}<!--
-->{{#if:{{{heading3|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading3|}}}</th>{{{section3|}}}</tr>|}}<!--
-->{{#if:{{{heading3|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading3|}}}</th></tr>{{{section3|}}}|}}<!--
-->{{#if:{{{heading4|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading4|}}}</th>{{{section4|}}}</tr>|}}<!--
-->{{#if:{{{heading4|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading4|}}}</th></tr>{{{section4|}}}|}}<!--
-->{{#if:{{{heading5|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading5|}}}</th>{{{section5|}}}</tr>|}}<!--
-->{{#if:{{{heading5|}}}|<tr><th colspan="{{{hcolumns}}}">{{{heading5|}}}</th></tr>{{{section5|}}}|}}<!--
-->{{#if:{{{heading6|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading6|}}}</th>{{{section6|}}}</tr>|}}<!--
-->{{#if:{{{heading6|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading6|}}}</th></tr>{{{section6|}}}|}}<!--
-->{{#if:{{{heading7|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading7|}}}</th>{{{section7|}}}</tr>|}}<!--
-->{{#if:{{{heading7|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading7|}}}</th></tr>{{{section7|}}}|}}<!--
-->{{#if:{{{heading8|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading8|}}}</th>{{{section8|}}}</tr>|}}<!--
-->{{#if:{{{heading8|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading8|}}}</th></tr>{{{section8|}}}|}}<!--
-->{{#if:{{{heading9|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading9|}}}</th>{{{section9|}}}</tr>|}}<!--
-->{{#if:{{{heading9|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading9|}}}</th></tr>{{{section9|}}}|}}<!--
-->{{#if:{{{heading10|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading10|}}}</th>{{{section10|}}}</tr>|}}<!--
-->{{#if:{{{heading10|}}}|<tr><th colspan="{{{hcolumns|}}}">{{{heading10|}}}</th></tr>{{{section10|}}}|}}<!--
--></table><!--
--></table><!--
--><div style="clear:both;"></div><!--
--><div style="clear:both;"></div><!--
Line 28: Line 28:
| heading1 = Smart Combo
| heading1 = Smart Combo
| section1 =  
| section1 =  
  {{Command List Row
  | EN    =
  | JP    =
  | romaji =
  | input  =
  | desc  =
  }}
| heading2 = Command Normal
| heading2 = Command Normal
| section2 =
| section2 =
  {{Command List Row
  | EN    =
  | JP    =
  | romaji =
  | input  =
  | desc  =
  }}
| heading3 = Special
| heading3 = Special
| section3 =
| section3 =

Revision as of 21:11, 26 March 2018

A base template to help create command list tables like Template:Command List and Template: Command List (BBTAG). This template was written to increase the readability of those templates.

Preview

Name Command Description
Smart Combo
Command Normal
Special
Reversal Action
EX (Takes 1 skill gauge)
Extra Skill (Takes 1 skill gauge)
Skill
Distortion Special (Takes 2 skill gauge)
Distortion Skill · Duo (takes 1 skill gauge)

Usage

{{Command List (Base)
| header =
<tr>
<th> Name </th>
<th> Command </th>
<th> Description </th>
</tr>
| hcolumns = 
| heading1 = 
| section1 = 
| heading2 = 
| section2 =
| heading3 = 
| section3 =
| heading4 = 
| section4 =
| heading5 = 
| section5 =
| heading6 = 
| section6 =
| heading7 = 
| section7 =
| heading8 = 
| section8 =
| heading9 = 
| section9 =
| heading10 = 
| section10 =
}}