Template:UMvC3MoveListRow2.1: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
{|class="wikitable" style="width:1100px;"
{|class="wikitable" style="width:1100px;"
|- style="font-weight: bold;"
|- style="font-weight: bold;"
|style="width:200px; font-size:115%;" align="center"|<b>{{{name}}}</b><br><small>{{#motion: {{{command}}} }}</small>
|style="width:200px; font-size:115%;" align="center"| <b>{{{name}}}</b><br><small>{{#motion: {{{command}}} }}</small>
|style="width:50px;"|Version
|style="width:50px;"| Version
|style="width:150px;"|Damage
|style="width:150px;"| Damage
|style="width:100px;"|Guard
|style="width:100px;"| Guard
|style="width:70px;"|Startup
|style="width:70px;"| Startup
|style="width:70px;"|Active
|style="width:70px;"| Active
|style="width:70px;"|Recovery
|style="width:70px;"| Recovery
|style="width:70px;"|On Hit
|style="width:70px;"| On Hit
|style="width:70px;"|On Block
|style="width:70px;"| On Block
|style="width:150px;"|Properties
|style="width:150px;"| Properties
|-
|-
|align="center" rowspan="4"|{{{photo}}}
|align="center" rowspan="4"| {{{photo}}}
|{{#motion: l }}
| {{#motion: l }}
|{{{ldamage}}}
| {{{ldamage}}}
|{{#motion: {{{lguard}}} }}
| {{#motion: {{{lguard}}} }}
|{{{lstartup}}}
| {{{lstartup}}}
|{{{lactive}}}
| {{{lactive}}}
|{{{lrecovery}}}
| {{{lrecovery}}}
|{{{lhit}}}
| {{{lhit}}}
|{{{lblock}}}
| {{{lblock}}}
|rowspan="3"|{{#motion: {{{properties}}} }}
|rowspan="3"| {{#motion: {{{properties}}} }}
|-
|-
|{{#motion: m }}
| {{#motion: m }}
|{{{mdamage}}}
| {{{mdamage}}}
|{{#motion: {{{mguard}}} }}
| {{#motion: {{{mguard}}} }}
|{{{mstartup}}}
| {{{mstartup}}}
|{{{mactive}}}
| {{{mactive}}}
|{{{mrecovery}}}
| {{{mrecovery}}}
|{{{mhit}}}
| {{{mhit}}}
|{{{mblock}}}
| {{{mblock}}}
|-
|-
|{{#motion: h }}
| {{#motion: h }}
|{{{hdamage}}}
| {{{hdamage}}}
|{{#motion: {{{hguard}}} }}
| {{#motion: {{{hguard}}} }}
|{{{hstartup}}}
| {{{hstartup}}}
|{{{hactive}}}
| {{{hactive}}}
|{{{hrecovery}}}
| {{{hrecovery}}}
|{{{hhit}}}
| {{{hhit}}}
|{{{hblock}}}
| {{{hblock}}}
|-  
|-  
|colspan="9"|{{{notes}}}
|colspan="9"| {{{notes}}}
|-
|-
|}<noinclude>
|}<noinclude>

Revision as of 20:44, 3 January 2015

{{{name}}}
{{#motion: {{{command}}} }}
Version Damage Guard Startup Active Recovery On Hit On Block Properties
{{{photo}}} {{#motion: l }} {{{ldamage}}} {{#motion: {{{lguard}}} }} {{{lstartup}}} {{{lactive}}} {{{lrecovery}}} {{{lhit}}} {{{lblock}}} {{#motion: {{{properties}}} }}
{{#motion: m }} {{{mdamage}}} {{#motion: {{{mguard}}} }} {{{mstartup}}} {{{mactive}}} {{{mrecovery}}} {{{mhit}}} {{{mblock}}}
{{#motion: h }} {{{hdamage}}} {{#motion: {{{hguard}}} }} {{{hstartup}}} {{{hactive}}} {{{hrecovery}}} {{{hhit}}} {{{hblock}}}
{{{notes}}}

Documentation

This template is mainly for specials with multiple versions.

Copy the following for each move:

{{UMvC3MoveListRow2.1
|photo=
|name=
|command=
|ldamage=
|lguard=
|lstartup=
|lactive=
|lrecovery=
|lhit=
|lblock=
|mdamage=
|mguard=
|mstartup=
|mactive=
|mrecovery=
|mhit=
|mblock=
|hdamage=
|hguard=
|hstartup=
|hactive=
|hrecovery=
|hhit=
|hblock=
|properties=
|notes=Describe move here
}}

Parameters mostly should be self-explanatory. "Hit" = High/low/unblockable/throw/air throw? If it hits mid just leave blank.

Here's the raw wiki markup for reference:

{{{name}}}
{{#motion: {{{command}}} }}
Version Damage Guard Properties Startup Active Recovery On Hit On Block
{{{photo}}} {{#motion: l }} {{{ldamage}}} {{#motion: {{{lguard}}} }} {{#motion: {{{lproperties}}} }} {{{lstartup}}} {{{lactive}}} {{{lrecovery}}} {{{lhit}}} {{{lblock}}}
{{#motion: m }} {{{mdamage}}} {{#motion: {{{mguard}}} }} {{#motion: {{{mproperties}}} }} {{{mstartup}}} {{{mactive}}} {{{mrecovery}}} {{{mhit}}} {{{mblock}}}
{{#motion: h }} {{{hdamage}}} {{#motion: {{{hguard}}} }} {{#motion: {{{hproperties}}} }} {{{hstartup}}} {{{hactive}}} {{{hrecovery}}} {{{hhit}}} {{{hblock}}}
{{{notes}}}