Template:CharaInfo: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<table style="width:100%">
<table style="width:100%">
<tr><th align="center" colspan="2" style="background-color: #e9e9e9">{{#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: 50%;">'''Health:'''</td><td>{{{health|}}}</td></tr>}}{{
Line 13: Line 13:
#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: 50%;">'''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: 50%;">'''Theme Song:'''</td><td>[[File:{{{theme|}}}]]</td></tr>}}{{
#ifeq: {{lc:{{{colors|no}}}}}|yes|<tr><td align="center" colspan="2" style="background-color: #e9e9e9">{{{{{game}}}Colors|Character={{{fullname}}}|size=75px}}</td></tr>}}
#ifeq: {{lc:{{{colors|no}}}}}|yes|<tr><td align="center" colspan="2">{{{{{game}}}Colors|Character={{{fullname}}}|size=75px}}</td></tr>}}
</table>
</table>
</includeonly>
</includeonly>
<noinclude>{{clear}}{{doc}} [[Category:Infobox templates]]</noinclude>
<noinclude>{{clear}}{{doc}} [[Category:Infobox templates]]</noinclude>

Revision as of 17:47, 19 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.
}}