Template:Command List Row: Difference between revisions

Template page
(create page)
 
mNo edit summary
Line 22: Line 22:
== Usage ==
== Usage ==
<pre><nowiki>
<pre><nowiki>
{{Command List Row
  | EN    =
  | JP    =
  | Romaji =
  | input  =
  | input2 =
  | desc  =
}}
{{Command List Row
{{Command List Row
   | EN    = English name of command
   | EN    = English name of command

Revision as of 00:58, 26 March 2018

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     = 
  | JP     = 
  | Romaji = 
  | input  = 
  | input2 = 
  | desc   = 
}}

{{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.