Template:CharaInfo: Difference between revisions

Template page
mNo edit summary
mNo edit summary
Line 3: Line 3:
<tr><th align="center" colspan="2">{{#ifeq: {{lc:{{{nameplate|no}}}}}|yes|[[File:{{{game}}}_{{{fullname}}}_Nameplate.png]]|'''{{{fullname}}}'''}}</th><tr>
<tr><th align="center" colspan="2">{{#ifeq: {{lc:{{{nameplate|no}}}}}|yes|[[File:{{{game}}}_{{{fullname}}}_Nameplate.png]]|'''{{{fullname}}}'''}}</th><tr>
<tr><td align="center" colspan="2">[[File:{{{game}}}_{{{fullname}}}_Portrait.png|300px|center]]</td></tr>{{
<tr><td align="center" colspan="2">[[File:{{{game}}}_{{{fullname}}}_Portrait.png|300px|center]]</td></tr>{{
#if: {{{health|}}}|<tr><td style="text-align: right; width: 50%;">'''Health:'''</td><td>{{{health|}}}</td></tr>}}{{
#if: {{{health|}}}|<tr><td style="text-align: right; width: 40%;">'''Health:'''</td><td>:{{{health|}}}</td></tr>}}{{
#if: {{{prejump|}}}|<tr><td style="text-align: right; width: 50%;">'''Jump Startup:'''</td><td>{{{prejump|}}}</td></tr>}}{{
#if: {{{prejump|}}}|<tr><td style="text-align: right; width: 40%;">'''Jump Startup:'''</td><td>:{{{prejump|}}}</td></tr>}}{{
#if: {{{weight|}}}|<tr><td style="text-align: right; width: 50%;">'''Weight:'''</td><td>{{{weight|}}}</td></tr>}}{{
#if: {{{weight|}}}|<tr><td style="text-align: right; width: 40%;">'''Weight:'''</td><td>:{{{weight|}}}</td></tr>}}{{
#if: {{{backdash|}}}|<tr><td style="text-align: right; width: 50%;">'''Backdash:'''</td><td>{{{backdash|}}}</td></tr>}}{{
#if: {{{backdash|}}}|<tr><td style="text-align: right; width: 40%;">'''Backdash:'''</td><td>:{{{backdash|}}}</td></tr>}}{{
#if: {{{guts|}}}|<tr><td style="text-align: right; width: 50%;">'''Guts Rating:'''</td><td>{{{guts|}}}</td></tr>}}{{
#if: {{{guts|}}}|<tr><td style="text-align: right; width: 40%;">'''Guts Rating:'''</td><td>:{{{guts|}}}</td></tr>}}{{
#if: {{{defense|}}}|<tr><td style="text-align: right; width: 50%;">'''Defense Modifier:'''</td><td>{{{defense|}}}</td></tr>}}{{
#if: {{{defense|}}}|<tr><td style="text-align: right; width: 40%;">'''Defense Modifier:'''</td><td>:{{{defense|}}}</td></tr>}}{{
#if: {{{comborate|}}}|<tr><td style="text-align: right; width: 50%;">'''Combo Rate:'''</td><td>{{{comborate|}}}</td></tr>}}{{
#if: {{{comborate|}}}|<tr><td style="text-align: right; width: 40%;">'''Combo Rate:'''</td><td>:{{{comborate|}}}</td></tr>}}{{
#if: {{{stunres|}}}|<tr><td style="text-align: right; width: 50%;">'''Stun Resistance:'''</td><td>{{{stunres|}}}</td></tr>}}{{
#if: {{{stunres|}}}|<tr><td style="text-align: right; width: 40%;">'''Stun Resistance:'''</td><td>:{{{stunres|}}}</td></tr>}}{{
#if: {{{wakeup|}}}|<tr><td style="text-align: right; width: 50%;">'''Wakeup Time:'''</td><td>{{{wakeup|}}}</td></tr>}}{{
#if: {{{wakeup|}}}|<tr><td style="text-align: right; width: 40%;">'''Wakeup Time:'''</td><td>:{{{wakeup|}}}</td></tr>}}{{
#if: {{{voice|}}}|<tr><td style="text-align: right; width: 50%;">'''Voice:'''</td><td>[[File:{{{voice|}}}]]</td></tr>}}{{
#if: {{{voice|}}}|<tr><td style="text-align: right; width: 40%;">'''Voice:'''</td><td>[[File:{{{voice|}}}]]</td></tr>}}{{
#if: {{{theme|}}}|<tr><td style="text-align: right; width: 50%;">'''Theme Song:'''</td><td>[[File:{{{theme|}}}]]</td></tr>}}{{
#if: {{{theme|}}}|<tr><td style="text-align: right; width: 40%;">'''Theme Song:'''</td><td>[[File:{{{theme|}}}]]</td></tr>}}{{
#ifeq: {{lc:{{{colors|no}}}}}|yes|<tr><td align="center" colspan="2">{{{{{game}}}Colors|Character={{{fullname}}}|Size={{#if: {{{colorsize|}}}|{{{colorsize}}}|90}}}}</td></tr>}}
#ifeq: {{lc:{{{colors|no}}}}}|yes|<tr><td align="center" colspan="2">{{{{{game}}}Colors|Character={{{fullname}}}|Size={{#if: {{{colorsize|}}}|{{{colorsize}}}|90}}}}</td></tr>}}
</table>
</table>
</includeonly>
</includeonly>
<noinclude>{{clear}}{{doc}} [[Category:Infobox templates]]</noinclude>
<noinclude>{{clear}}{{doc}} [[Category:Infobox templates]]</noinclude>

Revision as of 06:36, 29 June 2020

Usage

{{CharaInfo
| nameplate      = yes/no. Toggle nameplate image for character. Defualt: no.
| uniquemovement = The character's movement options.
| beginner       = The character's beginner friendlyness value out of 5. (Optional)
| voice          = yes/no. An example voice line. Defualt: no.
| theme          = yes/no. The character's theme song. Defualt: no.
}}