(Created page with "<noinclude>{{#cargo_declare: _table=SF6_CharacterData | chara = String | name = String | portrait = String | icon = String | hp = Wikitext String }}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: _table=SF6_CharacterData | chara = {{{chara}}} | name = {{{name}}} | portrait = {{{portrait}}} | icon = {{{icon}}} | hp = {{{hp}}} }}}} {| class="wikitable sortable" |+ {{...") |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table= | _table=MK1_CharacterData | ||
| chara = String | | chara = String | ||
| name = String | | name = String | ||
Line 6: | Line 6: | ||
| icon = String | | icon = String | ||
| hp = Wikitext String | | hp = Wikitext String | ||
| availabilty = Wikitext String | |||
}}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | }}</noinclude><includeonly>{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store: | ||
_table= | _table=MK1_CharacterData | ||
| chara = {{{chara}}} | | chara = {{{chara}}} | ||
| name = {{{name}}} | | name = {{{name}}} | ||
Line 13: | Line 14: | ||
| icon = {{{icon}}} | | icon = {{{icon}}} | ||
| hp = {{{hp}}} | | hp = {{{hp}}} | ||
| unlock = {{{unlock}}} | |||
}}}} | }}}} | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 19: | Line 21: | ||
! Icon | ! Icon | ||
! HP | ! HP | ||
! Availability | |||
|- | |- | ||
| rowspan=5|{{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|175px]]}} | | rowspan=5|{{#if:{{{portrait|}}}|[[File:{{{portrait|}}}|175px]]}} | ||
| rowspan=5|{{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | | rowspan=5|{{#if:{{{icon|}}}|[[File:{{{icon|}}}|64px]]}} | ||
| rowspan=5|{{{hp|}}} | | rowspan=5|{{{hp|}}} | ||
| rowspan=5|{{{unlock|}}} | |||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
[[Category: | [[Category:Mortal Kombat 1]] | ||
[[Category:Cargo Templates]] | [[Category:Cargo Templates]] | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 23:29, 16 July 2024
This template defines the table "MK1_CharacterData". View table.
Template DocumentationEdit This Documentation
{{CharacterData-MK1 | chara = | name = | portrait = | icon = | hp = | unlock = }}
Usage
Stores Character data for Mortal Kombat 1.
Example
{{CharacterData-MK1 | chara = Sub | name = Sub-Zero | portrait = MK1 Sub portrait.png | icon = MK1 Sub icon.png | hp = 1000 | unlock = Base Roster }}
Portrait | Icon | HP | Availability |
---|---|---|---|
![]() |
![]() |
1000 | Base Roster |
This documentation is automatically transcluded from Template:CharacterData-MK1/Documentation and is not included when this page is transcluded.