(Created page with "<noinclude>{{#cargo_declare: _table=SF6_CharacterData | chara = String | portrait = String | icon = String | hp = Wikitext String | fwdWalkSpd = W...") |
No edit summary |
||
Line 2: | Line 2: | ||
_table=SF6_CharacterData | _table=SF6_CharacterData | ||
| chara = String | | chara = String | ||
| name = String | |||
| portrait = String | | portrait = String | ||
| icon = String | | icon = String | ||
Line 22: | Line 23: | ||
_table=SF6_CharacterData | _table=SF6_CharacterData | ||
| chara = {{chara}} | | chara = {{chara}} | ||
| name = {{name}} | |||
| portrait = {{portrait}} | | portrait = {{portrait}} | ||
| icon = {{icon}} | | icon = {{icon}} | ||
Line 41: | Line 43: | ||
}}}} | }}}} | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|+ {{{name}}} | |||
! Portrait | ! Portrait | ||
! Icon | ! Icon |
Revision as of 01:14, 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.