No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | }}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | ||
_table=SF6_CharacterData | _table=SF6_CharacterData | ||
| chara = {{chara}} | | chara = {{{chara}}} | ||
| name = {{name}} | | name = {{{name}}} | ||
| portrait = {{portrait}} | | portrait = {{{portrait}}} | ||
| icon = {{icon}} | | icon = {{{icon}}} | ||
| hp = {{hp}} | | hp = {{{hp}}} | ||
| fwdWalkSpd = {{fwdWalkSpd}} | | fwdWalkSpd = {{{fwdWalkSpd}}} | ||
| bwdWalkSpd = {{bwdWalkSpd}} | | bwdWalkSpd = {{{bwdWalkSpd}}} | ||
| fwdDashSpd = {{fwdDashSpd}} | | fwdDashSpd = {{{fwdDashSpd}}} | ||
| bwdDashSpd = {{bwdDashSpd}} | | bwdDashSpd = {{{bwdDashSpd}}} | ||
| fwdDashDist = {{fwdDashDist}} | | fwdDashDist = {{{fwdDashDist}}} | ||
| bwdDashDist = {{bwdDashDist}} | | bwdDashDist = {{{bwdDashDist}}} | ||
| bwdDashCH = {{bwdDashCH}} | | bwdDashCH = {{{bwdDashCH}}} | ||
| fwdJumpSpd = {{fwdJumpSpd}} | | fwdJumpSpd = {{{fwdJumpSpd}}} | ||
| bwdJumpSpd = {{bwdJumpSpd}} | | bwdJumpSpd = {{{bwdJumpSpd}}} | ||
| ntlJumpSpd = {{ntlJumpSpd}} | | ntlJumpSpd = {{{ntlJumpSpd}}} | ||
| fwdJumpDist = {{fwdJumpDist}} | | fwdJumpDist = {{{fwdJumpDist}}} | ||
| bwdJumpDist = {{bwdJumpDist}} | | bwdJumpDist = {{{bwdJumpDist}}} | ||
| throwHurtbox = {{throwHurtbox}} | | throwHurtbox = {{{throwHurtbox}}} | ||
| throwRange = {{throwRange}} | | throwRange = {{{throwRange}}} | ||
}}}} | }}}} | ||
{| class="wikitable sortable" | {| class="wikitable sortable" |
Revision as of 01:18, 7 October 2022
This template defines the table "SF6_CharacterData". View table.
Template DocumentationEdit This Documentation
{{CharacterData-SF6 | chara = | name = | portrait = | icon = | hp = | throwRange = | throwHurtbox = | fwdWalkSpd = | bwdWalkSpd = | fwdDashSpd = | bwdDashSpd = | fwdDashDist = | bwdDashDist = | jumpSpd = | jumpApex = | fwdJumpDist = | bwdJumpDist = | dRushMin = | dRushBlock = | dRushMax = }}
Usage
Stores Character data for Street Fighter 6.
Example
{{CharacterData-SF6 | chara = Ken | name = Ken | portrait = SF6 Ken Portrait.png | icon = SF6 Ken Face.png | hp = 10000 | throwRange = | throwHurtbox = | fwdWalkSpd = | bwdWalkSpd = | fwdDashSpd = | bwdDashSpd = | fwdDashDist = | bwdDashDist = | jumpSpd = | jumpApex = | fwdJumpDist = | bwdJumpDist = | dRushMin = | dRushBlock = | dRushMax = }}
This documentation is automatically transcluded from Template:CharacterData-SF6/Documentation and is not included when this page is transcluded.