Template:UMvC3MoveListRow2.2

Template page
{{{name}}}
{{{command}}}
Version Damage Guard Startup Active Recovery On Hit On Block Properties
{{{photo}}} L.png {{{ldamage}}} {{{lguard}}} {{{lstartup}}} {{{lactive}}} {{{lrecovery}}} {{{lhit}}} {{{lblock}}} {{{lproperties}}}
{{{lnotes}}}
M.png {{{mdamage}}} {{{mguard}}} {{{mstartup}}} {{{mactive}}} {{{mrecovery}}} {{{mhit}}} {{{mblock}}} {{{mproperties}}}
{{{mnotes}}}
H.png {{{hdamage}}} {{{hguard}}} {{{hstartup}}} {{{hactive}}} {{{hrecovery}}} {{{hhit}}} {{{hblock}}} {{{hproperties}}}
{{{hnotes}}}


Documentation

This template is mainly for specials with multiple versions, but the versions have enough differences to require separate notes.

Copy the following for each move:

{{UMvC3MoveListRow2.2
|photo=
|name=
|command=
|ldamage=
|lguard=
|lstartup=
|lactive=
|lrecovery=
|lhit=
|lblock=
|lproperties=
|lnotes=Describe L version here
|mdamage=
|mguard=
|mstartup=
|mactive=
|mrecovery=
|mhit=
|mblock=
|mproperties=
|mnotes=Describe M version here
|hdamage=
|hguard=
|hstartup=
|hactive=
|hrecovery=
|hhit=
|hblock=
|hproperties=
|hnotes=Describe H version here
}}

Parameters mostly should be self-explanatory. "Hit" = High/low/unblockable/throw/air throw? If it hits mid or doesn't hit at all, put a dash.

Here's the raw wiki markup for reference:

{|class="wikitable" style="width:1100px;"
|- style="font-weight: bold;"
|style="width:200px; font-size:115%;" align="center"| <b>{{{name}}}</b><br><small>{{{command}}}</small>
|style="width:50px;"| Version
|style="width:150px;"| Damage
|style="width:100px;"| Guard
|style="width:70px;"| Startup
|style="width:70px;"| Active
|style="width:70px;"| Recovery
|style="width:70px;"| On Hit
|style="width:70px;"| On Block
|style="width:150px;"| Properties
|-
|align="center" rowspan="8"| {{{photo}}}
| {{l}}
| {{{ldamage}}}
| {{{lguard}}}
| {{{lstartup}}}
| {{{lactive}}}
| {{{lrecovery}}}
| {{{lhit}}}
| {{{lblock}}}
| {{{lproperties}}}
|-
|colspan="9"| {{{lnotes}}}
|-
| {{m}}
| {{{mdamage}}}
| {{{mguard}}}
| {{{mstartup}}}
| {{{mactive}}}
| {{{mrecovery}}}
| {{{mhit}}}
| {{{mblock}}}
| {{{mproperties}}}
|-
|colspan="9"| {{{mnotes}}}
|-
| {{h}}
| {{{hdamage}}}
| {{{hguard}}}
| {{{hstartup}}}
| {{{hactive}}}
| {{{hrecovery}}}
| {{{hhit}}}
| {{{hblock}}}
| {{{hproperties}}}
|- 
|colspan="9"| {{{hnotes}}}
|-
|}