Template:UMvC3MoveListRow2.1: Difference between revisions

Template page
No edit summary
(Fixed other miscellaneous formatting errors)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|class="wikitable" style="width:1000px;"
{|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>{{{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:150px;"|Properties
|style="width:70px;"| Startup
|style="width:50px;"|Startup
|style="width:70px;"| Active
|style="width:50px;"|Active
|style="width:70px;"| Recovery
|style="width:50px;"|Recovery
|style="width:70px;"| On Hit
|style="width:50px;"|On Hit
|style="width:70px;"| On Block
|style="width:50px;"|On Block
|style="width:150px;"| Properties
|-
|-
|align="center" rowspan="4"|{{{photo}}}
|align="center" rowspan="4"| {{{photo}}}
|{{#motion: l }}
| {{l}}
|{{{ldamage}}}
| {{{ldamage}}}
|{{#motion: {{{lguard}}} }}
| {{{lguard}}}
|{{#motion: {{{lproperties}}} }}
| {{{lstartup}}}
|{{{lstartup}}}
| {{{lactive}}}
|{{{lactive}}}
| {{{lrecovery}}}
|{{{lrecovery}}}
| {{{lhit}}}
|{{{lhit}}}
| {{{lblock}}}
|{{{lblock}}}
|rowspan="3"| {{{properties}}}
|-
|-
|{{#motion: m }}
| {{m}}
|{{{mdamage}}}
| {{{mdamage}}}
|{{#motion: {{{mguard}}} }}
| {{{mguard}}}
|{{#motion: {{{mproperties}}} }}
| {{{mstartup}}}
|{{{mstartup}}}
| {{{mactive}}}
|{{{mactive}}}
| {{{mrecovery}}}
|{{{mrecovery}}}
| {{{mhit}}}
|{{{mhit}}}
| {{{mblock}}}
|{{{mblock}}}
|-
|-
|{{#motion: h }}
| {{h}}
|{{{hdamage}}}
| {{{hdamage}}}
|{{#motion: {{{hguard}}} }}
| {{{hguard}}}
|{{#motion: {{{hproperties}}} }}
| {{{hstartup}}}
|{{{hstartup}}}
| {{{hactive}}}
|{{{hactive}}}
| {{{hrecovery}}}
|{{{hrecovery}}}
| {{{hhit}}}
|{{{hhit}}}
| {{{hblock}}}
|{{{hblock}}}
|-  
|-  
|colspan="9"|{{{notes}}}
|colspan="9"| {{{notes}}}
|-
|}<noinclude>
|}<noinclude>


Line 60: Line 57:
|ldamage=
|ldamage=
|lguard=
|lguard=
|lproperties=
|lstartup=
|lstartup=
|lactive=
|lactive=
Line 68: Line 64:
|mdamage=
|mdamage=
|mguard=
|mguard=
|mproperties=
|mstartup=
|mstartup=
|mactive=
|mactive=
Line 76: Line 71:
|hdamage=
|hdamage=
|hguard=
|hguard=
|hproperties=
|hstartup=
|hstartup=
|hactive=
|hactive=
Line 82: Line 76:
|hhit=
|hhit=
|hblock=
|hblock=
|properties=
|notes=Describe move here
|notes=Describe move here
}}
}}
</pre>
</pre>


Parameters mostly should be self-explanatory. "Hit" = High/low/unblockable/throw/air throw? If it hits mid just leave blank.
Parameters mostly should be self-explanatory (I hope). "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:
Here's the raw wiki markup for reference:
Line 92: Line 87:
{|class="wikitable" style="width:1000px;"
{|class="wikitable" style="width:1000px;"
|- 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>{{ command }}</small>
|style="width:50px;"|Version
|style="width:50px;"|Version
|style="width:150px;"|Damage
|style="width:150px;"|Damage
Line 104: Line 99:
|-
|-
|align="center" rowspan="4"|{{{photo}}}
|align="center" rowspan="4"|{{{photo}}}
|{{#motion: l }}
|{{l}}
|{{{ldamage}}}
|{{{ldamage}}}
|{{#motion: {{{lguard}}} }}
|{{{lguard}}}
|{{#motion: {{{lproperties}}} }}
|{{{lproperties}}}
|{{{lstartup}}}
|{{{lstartup}}}
|{{{lactive}}}
|{{{lactive}}}
Line 114: Line 109:
|{{{lblock}}}
|{{{lblock}}}
|-
|-
|{{#motion: m }}
|{{m}}
|{{{mdamage}}}
|{{{mdamage}}}
|{{#motion: {{{mguard}}} }}
|{{{mguard}}}
|{{#motion: {{{mproperties}}} }}
|{{{mproperties}}}
|{{{mstartup}}}
|{{{mstartup}}}
|{{{mactive}}}
|{{{mactive}}}
Line 124: Line 119:
|{{{mblock}}}
|{{{mblock}}}
|-
|-
|{{#motion: h }}
|{{h}}
|{{{hdamage}}}
|{{{hdamage}}}
|{{#motion: {{{hguard}}} }}
|{{{hguard}}}
|{{#motion: {{{hproperties}}} }}
|{{{hproperties}}}
|{{{hstartup}}}
|{{{hstartup}}}
|{{{hactive}}}
|{{{hactive}}}
Line 135: Line 130:
|-  
|-  
|colspan="9"|{{{notes}}}
|colspan="9"|{{{notes}}}
|-
|}
|}
</pre>
</noinclude>
</noinclude>

Latest revision as of 02:27, 7 January 2021

{{{name}}}
{{{command}}}
Version Damage Guard Startup Active Recovery On Hit On Block Properties
{{{photo}}} L.png {{{ldamage}}} {{{lguard}}} {{{lstartup}}} {{{lactive}}} {{{lrecovery}}} {{{lhit}}} {{{lblock}}} {{{properties}}}
M.png {{{mdamage}}} {{{mguard}}} {{{mstartup}}} {{{mactive}}} {{{mrecovery}}} {{{mhit}}} {{{mblock}}}
H.png {{{hdamage}}} {{{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 (I hope). "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:1000px;"
|- 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:150px;"|Properties
|style="width:50px;"|Startup
|style="width:50px;"|Active
|style="width:50px;"|Recovery
|style="width:50px;"|On Hit
|style="width:50px;"|On Block
|-
|align="center" rowspan="4"|{{{photo}}}
|{{l}}
|{{{ldamage}}}
|{{{lguard}}}
|{{{lproperties}}}
|{{{lstartup}}}
|{{{lactive}}}
|{{{lrecovery}}}
|{{{lhit}}}
|{{{lblock}}}
|-
|{{m}}
|{{{mdamage}}}
|{{{mguard}}}
|{{{mproperties}}}
|{{{mstartup}}}
|{{{mactive}}}
|{{{mrecovery}}}
|{{{mhit}}}
|{{{mblock}}}
|-
|{{h}}
|{{{hdamage}}}
|{{{hguard}}}
|{{{hproperties}}}
|{{{hstartup}}}
|{{{hactive}}}
|{{{hrecovery}}}
|{{{hhit}}}
|{{{hblock}}}
|- 
|colspan="9"|{{{notes}}}
|}