-The Dream Cancel Wiki has successfully upgraded it's wiki software and editing has returned. Tables for data have returned.
Template:MoveData-KOF02UM: Difference between revisions
Franck Frost (talk | contribs) Created page with "<noinclude>{{#cargo_declare: _table=MoveData_KOF02UM | moveId = String | chara = String | input = String | inputInfo = String | name = Wikitext | subtitle = String | images..." |
Franck Frost (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude> | ||
_table=MoveData_KOF02UM | {{#cargo_declare:_table=MoveData_KOF02UM | ||
| chara = String | |||
| moveId = String | | moveId = String | ||
| input = String | | input = String | ||
| inputInfo = String | | inputInfo = String | ||
Line 18: | Line 18: | ||
| BlockAdv = Wikitext String | | BlockAdv = Wikitext String | ||
| invul = Wikitext String | | invul = Wikitext String | ||
}}</noinclude><includeonly>{{# | }} | ||
</noinclude> | |||
<includeonly> | |||
{{#cargo_store:_table=MoveData_KOF02UM | |||
| chara = {{{character}}} | |||
| moveId = {{{moveId}}} | | moveId = {{{moveId}}} | ||
| input = {{{input}}} | | input = {{{input}}} | ||
| inputInfo = {{{inputInfo|}}} | | inputInfo = {{{inputInfo|}}} | ||
Line 38: | Line 41: | ||
| BlockAdv = {{{BlockAdv|}}} | | BlockAdv = {{{BlockAdv|}}} | ||
| invul = {{{invul|}}} | | invul = {{{invul|}}} | ||
}}<!-- | |||
--><table class="wikitable tooltip-content" id="{{{input}}}" style="width:500px;"><!-- | --><table class="wikitable tooltip-content" id="{{{input}}}" style="width:500px;"><!-- | ||
--><tr style="font-size:80%;"><!-- | --><tr style="font-size:80%;"><!-- | ||
Line 79: | Line 83: | ||
--><td>{{#if:{{{invul|}}}|{{{invul}}}|-}}</td><!-- | --><td>{{#if:{{{invul|}}}|{{{invul}}}|-}}</td><!-- | ||
--></tr><!-- | --></tr><!-- | ||
--></table></includeonly><noinclude> | --></table></includeonly> | ||
<noinclude> | |||
[[Category:Cargo Templates]] | [[Category:Cargo Templates]] | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 13:05, 22 December 2021
This template defines the table "MoveData_KOF02UM". View table.
{{MoveData-KOF02UM | character = | moveId = | name = | idle = | rank = | input = | images = | hitboxes = | damage = | guard = | cancel = | startup = | active = | recovery = | hitadv = | blockadv = | invul = }}
Usage
This template defines and stores values, in this case moves' data, in the MoveData_KOF02UM Cargo Table following a move header or a char's data header. Said data is then queried by Template:FrameData-KOF02UM/Query and made tables of using Template:FrameDataCargo-KOF02UM. It also serves as a tooltip.
Storing a character's moves should be done in their data subpage due to be linked in the bottom external links section of the main page. The format to follow can be found here.
Parameters
How to use each parameter
|
---|
Main Parameters
Secondary ParametersSecundary parameters for further preparing data for moves with multiple versions/follow-ups and as such, most of these only show in the output of Template:FrameDataCargo-KOF02UM.
|
Example
Kyo's st.A and qcf+B>K data you can find with other examples here.
Kyo Kusanagi kyo_sta | ||||||||
---|---|---|---|---|---|---|---|---|
stand A | ||||||||
Damage | Guard | Cancel | Startup | Active | Recovery | Hit Advantage | Block Advantage | Invulnerability |
33 | Mid | Special | 5 | 4 | 5 | - | - | - |
{{MoveData-KOF02UM | character = Kyo Kusanagi | moveId = kyo_sta | name = stand A | input = st.A | input2 = A | images = 02UM_Kyo_st.A_2_ima.png | hitboxes = 02UM_Kyo_st.A_2.png | damage = 33 | guard = [[The_King_of_Fighters_2002_UM/Defense#Mid|Mid]] | cancel = [[The_King_of_Fighters_2002_UM/Gauges#Special_Cancel|Special]] | startup = 5 | active = 4 | recovery = 5 | hitadv = +3 | blockadv = +1 | invul = }}
Kyo Kusanagi kyo_qcf+b>k | ||||||||
---|---|---|---|---|---|---|---|---|
75 Shiki Kai | ||||||||
Damage | Guard | Cancel | Startup | Active | Recovery | Hit Advantage | Block Advantage | Invulnerability |
40 (30+10) | Mid | - | 14 | 3, (7), 9 | 14 | - | - | (10~13)_Hit_(Thighs and below) |
{{MoveData-KOF02UM | character = Kyo Kusanagi | moveId = kyo_qcf+b>k | name = 75 Shiki Kai | version = qcf+B > K | version2 = 236B > K | orderId = 1 | input = qcf+B > K | input2 = 236B > K | images = 02UM_Kyo_qcf+D_3_ima.png, 02UM_Kyo_qcf+D_4_ima.png | hitboxes = 02UM_Kyo_qcf+D_3.png, 02UM_Kyo_qcf+D_4.png | damage = 40 (30+10) | guard = [[The_King_of_Fighters_2002_UM/Defense#Mid|Mid]] | cancel = | startup = 14 | active = 3, (7), 9 | recovery = 14 | hitadv = '''1st=''' -12~-10 ; '''2nd=''' [[The_King_of_Fighters_2002_UM/Miscellaneous#Soft_Knockdown_.28SKD.29|SKD]] | blockadv = '''1st=''' -14~-12 ; '''2nd=''' -5~+3 | invul = (10~13)_'''Hit'''_(Thighs and below) }}
This documentation is automatically transcluded from Template:MoveData-KOF02UM/Documentation and is not included when this page is transcluded.