Template:Character.infobox: Difference between revisions
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 6: | Line 6: | ||
<div class="infobox-title">{{{Title|{{PAGENAME}}}}}</div> | <div class="infobox-title">{{{Title|{{PAGENAME}}}}}</div> | ||
<div class="infobox-image">[[File:{{PAGENAME}}.jpg|280px|alt={{{alt}}}]]</div> | <div class="infobox-image">[[File:{{PAGENAME}}.jpg|280px|alt={{{alt}}}]]</div> | ||
<table class="infobox-table">{{#if:{{{ | <table class="infobox-table">{{#if:{{{Chinese|}}}|<tr> | ||
<th> | <th>Name in Chinese</th> | ||
<td>{{{ | <td>{{{Chinese}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{AKA|}}}|<tr> | ||
<th> | <th>AKA</th> | ||
<td>{{{ | <td>{{{AKA}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Nickname|}}}|<tr> | ||
<th> | <th>Nickname</th> | ||
<td>{{{ | <td>{{{Nickname}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Title|}}}|<tr> | ||
<th> | <th>Title</th> | ||
<td>{{{ | <td>{{{Title}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Affiliation|}}}|<tr> | ||
<th> | <th>Affiliation</th> | ||
<td>{{{ | <td>{{{Affiliation}}}</td> | ||
</tr>}}{{#if:{{{relationships|}}}|<tr> | </tr>}}{{#if:{{{relationships|}}}|<tr> | ||
<th>Relationships</th> | <th>Relationships</th> | ||
Line 27: | Line 27: | ||
<th>Hometown</th> | <th>Hometown</th> | ||
<td>{{{hometown}}}</td> | <td>{{{hometown}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Birthday|}}}|<tr> | ||
<th> | <th>Birthday</th> | ||
<td>{{{ | <td>{{{Birthday}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Height|}}}|<tr> | ||
<th> | <th>Height</th> | ||
<td>{{{ | <td>{{{Height}}}</td> | ||
</tr>}}{{#if:{{{Bloodtype|}}}|<tr> | |||
<th>Blood type</th> | |||
<td>{{{Bloodtype}}}</td> | |||
</tr>}}{{#if:{{{Nationality|}}}|<tr> | |||
<th>Nationality</th> | |||
<td>{{{Nationality}}}</td> | |||
</tr>}}{{#if:{{{Firstapp|}}}|<tr> | |||
<th>First appearance</th> | |||
<td>{{{Firstapp}}}</td> | |||
</tr>}}{{#if:{{{Lastapp|}}}|<tr> | |||
<th>Last appearance</th> | |||
<td>{{{Lastapp}}}</td> | |||
</tr>}}{{#if:{{{Death|}}}|<tr> | |||
<th>Death</th> | |||
<td>{{{Death}}}</td> | |||
</tr>}}{{#if:{{{cast|}}}|<tr> | </tr>}}{{#if:{{{cast|}}}|<tr> | ||
<th>Cast</th> | <th>Cast</th> | ||
<td>{{{cast}}}</td> | <td>{{{cast}}}</td> | ||
</tr>}}{{#if:{{{Voiceactor|}}}|<tr> | |||
<th>Voice actor</th> | |||
<td>{{{Voiceactor}}}</td> | |||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> |
Revision as of 04:23, 5 June 2024
okay so now I have to figure out how to call this dang infobox! I think I have a new class set up for it but i am NOT SURE