Template:CharaInfoCargo: Difference between revisions

Template page
(updating variables so that GGML doesn't pull non-existent variables, and to reduce duplication)
No edit summary
Line 3: Line 3:
<tr><td align="center" colspan="2">{{#if: {{{beginner|}}}|{{Tt|'''{{{beginner}}}'''🔰|A rating of how beginner friendly this character is out of 5, according to {{#ifeq:{{lc:{{{official|no}}}}}|yes|Arc System Works|Dustloop Wiki editors}}.}}|}}</td></tr>{{#cargo_query:tables={{lc:{{BASEPAGENAME}}}}Characters
<tr><td align="center" colspan="2">{{#if: {{{beginner|}}}|{{Tt|'''{{{beginner}}}'''🔰|A rating of how beginner friendly this character is out of 5, according to {{#ifeq:{{lc:{{{official|no}}}}}|yes|Arc System Works|Dustloop Wiki editors}}.}}|}}</td></tr>{{#cargo_query:tables={{lc:{{BASEPAGENAME}}}}Characters
|fields=portrait,{{#switch: {{BASEPAGENAME}}
|fields=portrait,{{#switch: {{BASEPAGENAME}}
| GBVS | BBCF | BBTAG =health,umo=umo
| GBVS | BBCF | BBTag =health,umo=umo
| GGST=defense,guts,weight,umo=umo
| GGST=defense,guts,weight,umo=umo
| GGML=defense,luck,dizzy
| GGML=defense,luck,dizzy

Revision as of 06:27, 17 September 2021

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.
}}