Template:FrameData-UMVC3: Difference between revisions

Template page
(Created page with "<noinclude>{{#cargo_declare: _table=UMVC3_FrameData | moveId = String | chara = String | input = String | moveType = String | name = Wikitext String | images = List (,) of String | hitboxes = List (,) of String | damage = Wikitext String | startup = Wikitext String | active = Wikitext String | recovery = Wikitext String | onBlock = Wikitext String | onHit = W...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 25: Line 25:
| properties      = List (\) of Wikitext String (size=1000)
| properties      = List (\) of Wikitext String (size=1000)
}}</noinclude><includeonly>{{#ifeq:{{{StoreInCargo|true}}}|true|{{#cargo_store:
}}</noinclude><includeonly>{{#ifeq:{{{StoreInCargo|true}}}|true|{{#cargo_store:
_table=UMVC3_CharacterData
_table=UMVC3_FrameData
| moveId          = {{{moveId}}}
| moveId          = {{{moveId}}}
| chara          = {{{chara}}}
| chara          = {{{chara}}}
Line 51: Line 51:
}}}}
}}}}
{| class="wikitable" style="text-align:center"
{| class="wikitable" style="text-align:center"
|+ {{{chara}}} - {{{moveId}}} - {{{input}}} - {{{moveType}}}
|+ style="text-align: center; font-size: large" | {{{chara}}} -- {{{moveId}}} -- {{{input}}} -- {{{moveType}}}
! colspan="4" | {{#invoke:Parser|parseImages|{{{images|}}}|100x100px|addLineBreaks = false}}<br>{{#invoke:Parser|parseImages|{{{hitboxes|}}}|100x100px|addLineBreaks = false}}
! colspan="4" | {{#invoke:Parser|parseImages|{{{images|}}}|100x100px|addLineBreaks = false}}<br>{{#invoke:Parser|parseImages|{{{hitboxes|}}}|100x100px|addLineBreaks = false}}
|-
|-
Line 95: Line 95:
|-
|-
! colspan="4" | Properties
! colspan="4" | Properties
| {{{properties|}}}
|-
| colspan="4" | {{{properties|}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
[[Category:Cargo Templates]]
[[Category:Cargo Templates]]
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 14:40, 27 March 2024

This template defines the table "UMVC3_FrameData". View table.

Template DocumentationEdit This Documentation

Example

{{FrameData-UMVC3
| moveId          = c.viper_5l
| chara           = C. Viper
| input           = 5L
| moveType        = Normal
| name            = 
| images          = UMVC3 CViper 5L.png
| hitboxes        = 
| damage          = 40,000
| startup         = 5
| active          = 3
| recovery        = 10
| onBlock         = -1
| onHit           = 0
| guard           = Low
| invuln          = 
| cancel          = S/SU
| attackLevel     = 
| blockstun       = 
| hitstun         = 
| hitstop         = 
| meter           = 
| chip            = 
| properties      = 
}}


C. Viper -- c.viper_5l -- 5L -- Normal
UMVC3 CViper 5L.png
Name Damage Startup Active
40,000 5 3
Recovery On Block On Hit Guard
10
Invulnerability Cancel Attack Level Blockstun
S/SU
Hitstun Hitstop Meter Chip
Properties

This documentation is automatically transcluded from Template:FrameData-UMVC3/Documentation and is not included when this page is transcluded.