Difference between revisions of "Template:MoveData-KOFXIII"

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

Revision as of 00:56, 16 September 2021

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

{{TestFrameData-KOFXIII
| character = 
| name      = 
| input     = 
| damage    = 
| guard     = 
| startup   = 
| active    = 
| recovery  = 
| onBlock   = 
| onHit     = 
| invuln    = 
| image     =
| hitbox    = 
| type      =
| notes     = 
}}

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