-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 5: | Line 5: | ||
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
{{ | {{MoveData-KOFXIII | ||
| | |chara= | ||
| name | |name= | ||
| input | |input= | ||
| damage | |damage= | ||
| guard | |guard= | ||
| startup | |startup= | ||
| active | |active= | ||
| recovery | |recovery= | ||
| onBlock | |onBlock= | ||
| onHit | |onHit= | ||
| | |images= | ||
| | |notes= | ||
|type= | |||
| type | |invuln= | ||
| | |||
}} | }} | ||
</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) | |||
|name=String(size=64) | |||
| chara | |input=String(size=64) | ||
| name | |damage=String(size=128) | ||
| input | |guard=String(size=64) | ||
| damage | |startup=String(size=64) | ||
| guard | |active=String(size=64) | ||
| startup | |recovery=String(size=64) | ||
| active | |onBlock=String(size=64) | ||
| recovery | |onHit=String(size=64) | ||
| onBlock | |images=List (;) of File | ||
| onHit | |notes=List (;) of String | ||
| invuln | |type=String(size=64) | ||
| | |invuln=String(size=128) | ||
| | }} | ||
| type | </noinclude><includeonly>{{#cargo_store:_table=MoveData_KOFXIII | ||
| | |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|}}} | |||
}} | }} | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! images | ||
| | ! Name | ||
! Input | |||
! Damage | |||
| | ! Guard | ||
! Startup | |||
! Active | |||
! Recovery | |||
| | ! On-Block | ||
! On-Hit | |||
! Notes | |||
! Type | |||
| | ! invuln | ||
|- | |||
| {{#arraymap:{{{images|}}}|;|y|[[File:y|110x110px]]|}} | |||
| {{{name|}}} | |||
| {{# | | {{{input|}}} | ||
| {{{damage|}}} | |||
| {{{guard|}}} | |||
| {{{startup|}}} | |||
| {{{active|}}} | |||
| {{{recovery|}}} | |||
| {{{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.