Template:CharaInfoCargo: Difference between revisions

Template page
No edit summary
No edit summary
Line 18: Line 18:
|named args=yes
|named args=yes
}}<!--
}}<!--
-->{{#if:{{{fastestAttack|}}}|<tr><td class="CharaInfoLabel">{{Tt|'''Fastest Ground Abare:'''|This character's ''unique'' fastest attacks for mashing or scrambles. As a result, it excludes universal ground throws.}}</td><td>{{{fastestAttack|}}}</td></tr>}}<!--
-->{{#if:{{{fastestAttack|}}}|<tr><td class="CharaInfoLabel">{{Tt|'''Fastest Ground Abare:'''|This character's ''unique'' fastest attacks for mashing or scrambles. As a result, it excludes universal throws.}}</td><td>{{{fastestAttack|}}}</td></tr>}}<!--
-->{{#if:{{{reversal|}}}|<tr><td class="CharaInfoLabel">'''Reversal Attacks:'''</td><td>{{{reversal|}}}</td></tr>}}<!--
-->{{#if:{{{reversal|}}}|<tr><td class="CharaInfoLabel">'''Reversal Attacks:'''</td><td>{{{reversal|}}}</td></tr>}}<!--
-->{{#if:{{{reversalType|}}}|<tr><td class="CharaInfoLabel">'''Reversal Type:'''</td><td>{{{reversalType|}}}</td></tr>}}<!--
-->{{#if:{{{reversalType|}}}|<tr><td class="CharaInfoLabel">'''Reversal Type:'''</td><td>{{{reversalType|}}}</td></tr>}}<!--

Revision as of 00:03, 14 July 2022

Usage

{{CharaInfo
| nameplate      = yes/no. Toggle nameplate image for character. Default: no.
| umo            = The character's movement options.

| Additional parameters:
| fastestAttack  = Wikitext field for the character's fastest attack(s).
| reversal       = Wikitext field for the character's reversal(s).
| reversalType   = Wikitext field for the character's reversal type.
| fatalStarter   = Wikitext field for the character's Fatal Starters (in applicable games).
| fatalRecovery  = Wikitext field for the character's Fatal Recovery moves (in applicable games).

| Override parameters:
| game = Game's shorthand. Equivalent to the BASEPAGENAME.
| chara = Character's name. Equivalent to the SUBPAGENAME.
}}