Template:CharaInfoCargo: Difference between revisions

Template page
mNo edit summary
mNo edit summary
Line 1: Line 1:
<onlyinclude><table class="stripe" id="CharaInfoCargo" style="width:100%; padding: 0px;" cellspacing="0"><!--
<onlyinclude><table class="stripe" id="CharaInfoCargo" style="width:100%; padding: 0px;" cellspacing="0">
--><tr><th align="center" colspan="2">{{#ifeq: {{lc:{{{nameplate|no}}}}}|yes|[[File:{{BASEPAGENAME}}_{{SUBPAGENAME}}_Nameplate.png|x45px]]|<span style="font-size:20px; font-weight: 900;">{{SUBPAGENAME}}</span>}}</th></tr><!--
<tr><th align="center" colspan="2">{{#ifeq: {{lc:{{{nameplate|no}}}}}|yes|[[File:{{BASEPAGENAME}}_{{SUBPAGENAME}}_Nameplate.png|x45px]]|<span style="font-size:20px; font-weight: 900;">{{SUBPAGENAME}}</span>}}</th></tr>
-->{{#cargo_query:tables={{#switch: {{BASEPAGENAME}}|GGXRD-R2=ggxrdr2Characters|P4U2.5=p4u2Characters|{{lc:{{BASEPAGENAME}}}}Characters}}
{{#cargo_query:tables={{#switch: {{BASEPAGENAME}}|GGXRD-R2=ggxrdr2Characters|P4U2.5=p4u2Characters|{{lc:{{BASEPAGENAME}}}}Characters}}
|fields=portrait,{{#switch: {{BASEPAGENAME}}
| fields=portrait,{{#switch: {{BASEPAGENAME}}
| BBCF | BBTag = health,prejump,backdash,forwarddash,umo
| BBCF  
| BBTag = health,prejump,backdash,forwarddash,umo
| GBVS = health,prejump,backdash,umo
| GBVS = health,prejump,backdash,umo
| GGST = defense,prejump,backdash,guts,weight,forwarddash,umo
| GGST = defense,prejump,backdash,guts,weight,forwarddash,umo
| GG2 = health,skills,tribe
| GG2 = health,skills,tribe
| GGACR|GGXRD-R2 = defense,prejump,backdash,guts,weight,forwarddash,stunResistance,wakeupFaceUp,wakeupFaceDown,umo
| GGACR
| GGXRD-R2 = defense,prejump,backdash,guts,weight,forwarddash,stunResistance,wakeupFaceUp,wakeupFaceDown,umo
| GGML = defense,prejump,backdash,luck,dizzy,meterMod,relativeMeterMod,chargeTime,forwardWalkSpeed,backwardWalkSpeed,relativeForwardWalkSpeed,relativeBackwardWalkSpeed,relativeDefense,relativeDizzy
| GGML = defense,prejump,backdash,luck,dizzy,meterMod,relativeMeterMod,chargeTime,forwardWalkSpeed,backwardWalkSpeed,relativeForwardWalkSpeed,relativeBackwardWalkSpeed,relativeDefense,relativeDizzy
| P4U2.5 = health,prejump,backdash,comborate,personacards,umo
| P4U2.5 = health,prejump,backdash,comborate,personacards,umo
| HNK = defense,prejump,backdash
| HNK = defense,prejump,backdash
| DNFD = health,prejump,backdash
| DNFD = health,prejump,backdash
}}<!--
}}
-->|where=name="{{SUBPAGENAME}}"
| where=name="{{SUBPAGENAME}}"
|format=template
| format=template
|template={{BASEPAGENAME}}-Character-infobox
| template={{BASEPAGENAME}}-Character-infobox
|named args=yes
| named args=yes
}}<!--
}}
-->{{#if:{{{fastestAttack|}}}|<tr><td class="CharaInfoLabel">'''Fastest Attack:'''</td><td>{{{fastestAttack|}}}</td></tr>}}<!--
{{#if:{{{fastestAttack|}}}|<tr><td class="CharaInfoLabel">'''Fastest Attack:'''</td><td>{{{fastestAttack|}}}</td></tr>}}
-->{{#if:{{{reversal|}}}|<tr><td class="CharaInfoLabel">'''reversal:'''</td><td>{{{reversal|}}}</td></tr>}}</table></onlyinclude><noinclude>{{clear}}{{doc}} [[Category:Infobox templates]]</noinclude>
{{#if:{{{reversal|}}}|<tr><td class="CharaInfoLabel">'''reversal:'''</td><td>{{{reversal|}}}</td></tr>}}</table></onlyinclude><noinclude>{{clear}}{{doc}} [[Category:Infobox templates]]</noinclude>

Revision as of 00:17, 27 June 2022

Error: Table charainfocargoCharacters not found.
CharaInfoCargo

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