Template:Command List Row

Template page
Revision as of 02:12, 26 March 2018 by Chao (talk | contribs) (alter to work with BBTAG command lists)

This is a template to be used alongside Template:Command List or Template:Command List (BBTAG). It defines a single row of the command list.

If you wish to use this template on its own (without Command List), you must put it

inside a table
<table class="wikitable">
{{Command List Row
  | EN     = 
  | JP     = 
  | Romaji = 
  | input  = 
  | input2 = 
  | desc   = 
}}
</table>

.

Preview

English name of command
Japanese name of the command
Romaji for the command
Input sequence for the command Alternate input sequence for the command
(omitted for BBTAG command lists)
Description of the command.

Usage

<tabs plain> <tab name="Default">

{{Command List Row
  | EN     = 
  | JP     = 
  | Romaji = 
  | input  = 
  | input2 = 
  | desc   = 
}}

</tab> <tab name="BBTAG">

{{Command List Row
  | EN     = 
  | JP     = 
  | Romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  | type   = BBTAG
}}

</tab> </tabs>

{{Command List Row
  | EN     = English name of command
  | JP     = Japanese name of the command
  | romaji = Romaji for the command
  | input  = Input sequence for the command
  | input2 = Alternate input sequence for the command<br>(omitted for BBTAG command lists)
  | desc   = Description of the command.
  | type   = BBTAG (only necessary for BBTAG command lists. Omit this for all other lists)
}}