-The Dream Cancel Wiki has successfully upgraded it's wiki software and editing has returned. Tables for data have returned.
Template:MoveData-KOFXIII: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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> | ||
{{ | {{TestFrameData-KOFXIII | ||
| | | character = | ||
|name= | | name = | ||
|input= | | input = | ||
|damage= | | damage = | ||
|guard= | | guard = | ||
|startup= | | startup = | ||
|active= | | active = | ||
|recovery= | | recovery = | ||
|onBlock= | | onBlock = | ||
|onHit= | | onHit = | ||
|image= | | invuln = | ||
| | | image = | ||
|type= | | hitbox = | ||
| | | 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 | // Cargo Declaration | ||
|name=String | -->{{#cargo_declare:_table=MoveData_KOFXIII | ||
|input=String | | chara = String | ||
|damage= | | name = String | ||
|guard= | | input = String | ||
|startup= | | damage = Wikitext | ||
|active= | | guard = Wikitext | ||
|recovery= | | startup = Wikitext | ||
|onBlock= | | active = Wikitext | ||
|onHit= | | recovery = Wikitext | ||
|image= File | | onBlock = Wikitext | ||
| | | onHit = Wikitext | ||
|type= | | invuln = Wikitext | ||
| | | image = File | ||
| hitbox = Wikitext | |||
| type = Wikitext | |||
| notes = List (;) of Wikitext | |||
}} | }} | ||
</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}}}|-}}}} | ||
| - | |||
| {{#if:{{{damage|}}}|{{{damage|}}}|-}} | |||
| - | |||
| {{#if:{{{guard|}}}|{{{guard|}}}|-}} | |||
| - | |||
| {{#if:{{{startup|}}}|{{{startup|}}}|-}} | |||
| - | |||
| {{#if:{{{active|}}}|{{{active|}}}|-}} | |||
| - | |||
| {{#if:{{{recovery|}}}|{{{recovery|}}}|-}} | |||
| - | |||
| {{#if:{{{onBlock|}}}|{{{onBlock|}}}|-}} | |||
|- | | - | ||
| {{#if:{{{onHit|}}}|{{{onHit|}}}|-}} | |||
| {{{ | | - | ||
| {{{ | | {{#if:{{{invuln|}}}|{{{invuln|}}}|-}} | ||
| {{{ | | - | ||
| {{{ | | {{#if:{{{image|}}}|{{{image|}}}|-}} | ||
| {{{ | | - | ||
| {{{ | | {{#if:{{{type|}}}|{{{type|}}}|-}} | ||
| {{{ | | - | ||
| {{{ | | {{#if:{{{notes|}}}|{{{notes|}}}|-}} | ||
| {{{ | |||
| {{# | |||
| {{{ | |||
| {{{ | |||
|} | |} | ||
</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.