Difference between revisions of "Template:MoveData-KOFXIII"

From Dream Cancel Wiki
Jump to navigation Jump to search
Line 5: Line 5:
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{TestFrameData-KOFXIII
{{MoveData-KOFXIII
| character =  
|chara=
| name     =  
|name=
| input     =  
|input=
| damage   =  
|damage=
| guard     =  
|guard=
| startup   =  
|startup=
| active   =  
|active=
| recovery =  
|recovery=
| onBlock   =  
|onBlock=
| onHit     =  
|onHit=
| invuln    =  
|images=
| image    =
|notes=
| hitbox    =  
|type=
| type     =
|invuln=
| notes    =  
}}
}}
</pre>
</pre>
Edit the page to see the template text.<!--
Edit the page to see the template text.
 
{{#cargo_declare:_table=MoveData_KOFXIII
// Cargo Declaration
|chara=String(size=64)
-->{{#cargo_declare:_table=MoveData_KOFXIII
|name=String(size=64)
| chara     = String
|input=String(size=64)
| name     = String
|damage=String(size=128)
| input     = String
|guard=String(size=64)
| damage   = Wikitext
|startup=String(size=64)
| guard     = Wikitext
|active=String(size=64)
| startup   = Wikitext
|recovery=String(size=64)
| active   = Wikitext
|onBlock=String(size=64)
| recovery = Wikitext
|onHit=String(size=64)
| onBlock   = Wikitext
|images=List (;) of File
| onHit     = Wikitext
|notes=List (;) of String
| invuln   = Wikitext
|type=String(size=64)
| image    = File
|invuln=String(size=128)
| hitbox    = Wikitext
}}
| type     = Wikitext
</noinclude><includeonly>{{#cargo_store:_table=MoveData_KOFXIII
| notes    = List (;) of Wikitext
|chara={{{chara|}}}
|name={{{name|}}}
|input={{{input|}}}
|damage={{{damage|}}}
|guard={{{guard|}}}
|startup={{{startup|}}}
|active={{{active|}}}
|recovery={{{recovery|}}}
|onBlock={{{onBlock|}}}
|onHit={{{onHit|}}}
|images={{{images|}}}
|notes={{{notes|}}}
|type={{{type|}}}
|invuln={{{invuln|}}}
}}
}}
</noinclude><!--
--><includeonly><!--
  // Cargo Store
-->{{#cargo_store:_table=MoveData_KOFXIII
| chara    = {{{character|}}}
| name      = {{{name|}}}
| input    = {{{input|}}}
| damage    = {{{damage|}}}
| guard    = {{{guard|}}}
| startup  = {{{startup|}}}
| active    = {{{active|}}}
| recovery  = {{{recovery|}}}
| onBlock  = {{{onBlock|}}}
| onHit    = {{{onHit|}}}
| invuln    = {{{invuln|}}}
| image    = {{{image|}}}
| hitbox    = {{{hitbox|}}}
| type      = {{{type|}}}
| notes    = {{{notes|}}}
}}<!--
  // Data
-->
{| class="wikitable"
{| class="wikitable"
! {{#if:{{{input|}}}|{{{input}}}{{#if:{{{name|}}}|<br>{{{name}}}}}|{{#if:{{{name|}}}|{{{name}}}|-}}}}
! images
| -
! Name
| {{#if:{{{damage|}}}|{{{damage|}}}|-}}
! Input
| -
! Damage
| {{#if:{{{guard|}}}|{{{guard|}}}|-}}
! Guard
| -
! Startup
| {{#if:{{{startup|}}}|{{{startup|}}}|-}}
! Active
| -
! Recovery
| {{#if:{{{active|}}}|{{{active|}}}|-}}
! On-Block
| -
! On-Hit
| {{#if:{{{recovery|}}}|{{{recovery|}}}|-}}
! Notes
| -
! Type
| {{#if:{{{onBlock|}}}|{{{onBlock|}}}|-}}
! invuln
| -
|-
| {{#if:{{{onHit|}}}|{{{onHit|}}}|-}}
| {{#arraymap:{{{images|}}}|;|y|[[File:y|110x110px]]|}}
| -
| {{{name|}}}
| {{#if:{{{invuln|}}}|{{{invuln|}}}|-}}
| {{{input|}}}
| -
| {{{damage|}}}
| {{#if:{{{image|}}}|{{{image|}}}|-}}
| {{{guard|}}}
| -
| {{{startup|}}}
| {{#if:{{{type|}}}|{{{type|}}}|-}}
| {{{active|}}}
| -
| {{{recovery|}}}
| {{#if:{{{notes|}}}|{{{notes|}}}|-}}
| {{{onBlock|}}}
| {{{onHit|}}}
| {{#arraymap:{{{notes|}}}|;|y|y}}
| {{{type|}}}
| {{{invuln|}}}
|}
|}
</includeonly>
</includeonly>

Revision as of 01:19, 16 September 2021

This is the "MoveData-KOFXIII" template. It should be called in the following format:

{{MoveData-KOFXIII
|chara=
|name=
|input=
|damage=
|guard=
|startup=
|active=
|recovery=
|onBlock=
|onHit=
|images=
|notes=
|type=
|invuln=
}}

Edit the page to see the template text. This template defines the table "MoveData_KOFXIII". View table.