Template:Command List Row

Template page
Revision as of 00:50, 26 March 2018 by Chao (talk | contribs) (create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a template to be used alongside Template:Command List. 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>

.

Usage

{{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
  | desc   = Description of the command.
}}
English name of command
Japanese name of the command
Romaji for the command
Input sequence for the command Alternate input sequence for the command Description of the command.