From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
m (Added default)
(bugfix)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<tr>
<tr>{{#if:{{#varexists:marks_on}}|{{#ifeq:{{#var:marks_on}}|1
<td  
| <td style="background-color: #D3D3D3; text-align: center">{{{mark|}}}</td>
{{#switch: level
|
| 1 = bgcolor="#ADD8E6" align="center"
}}|}}
| 2 = bgcolor="#1E90FF" align="center"><font style="color:white"
{{#switch:{{{level}}}
| 3 = bgcolor="#000050" align="center"><font style="color:white"
|1=<td style="background-color: #ADD8E6; text-align: center; color: black;">
| 4 = bgcolor="#FFFF33" align="center"><font style="color:gray"
|2=<td style="background-color: #1E90FF; text-align: center; color: white;">
| 5 = bgcolor="#FF9900" align="center"><font style="color:white"
|3=<td style="background-color: #000050; text-align: center; color: white;">
| 6 = bgcolor="#C80000" align="center"><font style="color:white"
|4=<td style="background-color: #FFFF33; text-align: center; color: gray;">
| #default =
|5=<td style="background-color: #FF9900; text-align: center; color: white;">
}}
|6=<td style="background-color: #C80000; text-align: center; color: white;">
>{{{name}}}<br>{{#ifexpr:{{{japanese}}}|{{{japanese}}}| }}</font></td>
|#default=<td style="background-color: #FFFFFF; text-align: center; color: black;">
<td align="center">{{{input}}}</td>
}}{{{name|}}}<br>{{{japanese|}}}</td>
<td align="center">{{{note}}}</td>
<td style="text-align: center">{{{input}}}</td><td style="text-align: center">{{{note|}}}</td></tr><noinclude>
<noinclude>
{{Documentation}}


[[Category:Move list templates|C]]</noinclude>
[[Category:Move list templates|C]]</noinclude>

Latest revision as of 07:47, 11 February 2011


{{{input}}}

This page has been transcluded from Template:Command List/Documentation.


This template is used for building fighting games move lists. The template creates a move row for a fighting moves table.

Mandatory Parameters
  • name: The name of the move.
  • input: The command to input.
Optional Parameters
  • level: Defines the "level" or "type" of move it is. This may have different meanings in different games. Value should be a number from 1 to 6.
  • mark: The value of the Marks column, if it is enabled.
  • japanese: The Japanese name of the move.
  • note: Any additional notes about the move.

Example[edit]

{{Command List
|level=3
|mark='''<font style="color:blue">★</font>'''
|name='''(Shakunetsu) Hadoken'''
|japanese=(灼熱)波動拳
|input={{cade|Qcf}} {{plus}} {{cade|Punch}}
|note='''[EX]''' knocks down on 2<sup>nd</sup> hit.}}

Level guide[edit]

Portrait SFIV Ryu.png
Move Name Commands Notes
No Level
Level 1
Throws
Level 2
Standard moves
Level 3
Special moves
Level 4
Focus attacks
Level 5
Super combos
Level 6
Ultra combos

See also[edit]