Template:AttackDataCargo-UNI: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Undo revision 154809 by SageVarq (talk))
Tag: Undo
(Using a raw HTML table instead)
Line 1: Line 1:
<includeonly>{| class="wikitable"
<includeonly><table class="wikitable">
|- style="font-size:80%"
<tr style="font-size:80%">
! colspan="11" | {{{input|}}}: {{{name|}}}
<th colspan="11">{{{input|}}}: {{{name|}}}</th>
! {{{moveId|}}}
<th>{{{moveId|}}}</th>
|- style="font-size:80%"
</tr>
! Damage || Guard || Cancel || Property || Cost || Attribute || Startup || Active || Recovery || Overall || Frame Advantage || Invulnerability
<tr style="font-size:80%">
|-
<th>Damage</th>
| {{{damage|}}} || {{{guard|}}} || {{{cancel|}}} || {{{property|}}} || {{{cost|}}} || {{{attribute|}}} || {{{startup|}}} || {{{active|}}} || {{{recovery|}}} || {{{overall|}}} || {{{frameAdv|}}} || {{{invul|}}}
<th>Guard</th>
|}</includeonly>
<th>Cancel</th>
<th>Property</th>
<th>Cost</th>
<th>Attribute</th>
<th>Startup</th>
<th>Active</th>
<th>Recovery</th>
<th>Overall</th>
<th>Frame Advantage</th>
<th>Invulnerability</th>
</tr>
<tr>
<td>{{{damage|}}}</td>
<td>{{{guard|}}}</td>
<td>{{{cancel|}}}</td>
<td>{{{property|}}}</td>
<td>{{{cost|}}}</td>
<td>{{{attribute|}}}</td>
<td>{{{startup|}}}</td>
<td>{{{active|}}}</td>
<td>{{{recovery|}}}</td>
<td>{{{overall|}}}</td>
<td>{{{frameAdv|}}}</td>
<td>{{{invul|}}}</td>
</tr>
</table></includeonly>

Revision as of 12:16, 18 August 2021