Difference between revisions of "Template:Character"
Jump to navigation
Jump to search
Tanklovesyou (talk | contribs) |
Tanklovesyou (talk | contribs) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="character/styles.css" /> | <templatestyles src="character/styles.css" /> | ||
− | <table class="infobox" style="text-align: left; width: | + | <table class="infobox" style="text-align: left; width: 300px; font-size: 100%; border-radius: 10px; border: 2px solid rgba(228, 184, 93, 1); overflow: hidden;" ne="0.6282946203990805"> |
<tr><th colspan="2" style="text-align:center;font-size:125%;font-weight:bold;background: #E4B85D;"> | <tr><th colspan="2" style="text-align:center;font-size:125%;font-weight:bold;background: #E4B85D;"> | ||
<font color=#050B0B>{{{name}}}</font></th></tr><tr> | <font color=#050B0B>{{{name}}}</font></th></tr><tr> | ||
Line 23: | Line 23: | ||
<td>{{{nickname}}}}}</td></tr> | <td>{{{nickname}}}}}</td></tr> | ||
− | <tr>{{#if:{{{nationality|}}}|<th scope="row">Nationality</th> | + | <tr>{{#if:{{{nationality|}}}|<th scope="row">Nationality/Ethnicity</th> |
<td>{{{nationality}}}}}</td></tr> | <td>{{{nationality}}}}}</td></tr> | ||
Line 42: | Line 42: | ||
<tr>{{#if:{{{birthdate|}}}|<th scope="row">Date of Birth</th> | <tr>{{#if:{{{birthdate|}}}|<th scope="row">Date of Birth</th> | ||
− | <td>{{{ | + | <td>{{{birthdate}}}}}</td></tr> |
+ | |||
+ | <tr>{{#if:{{{age|}}}|<th scope="row">Age</th> | ||
+ | <td>{{{age}}}}}</td></tr> | ||
<tr>{{#if:{{{birthplace|}}}|<th scope="row">Place of Birth</th> | <tr>{{#if:{{{birthplace|}}}|<th scope="row">Place of Birth</th> | ||
Line 56: | Line 59: | ||
<td>{{{portrayedby}}}}}</td></tr> | <td>{{{portrayedby}}}}}</td></tr> | ||
− | {{#if:{{{causeofdeath|}}}|<th colspan="2" style="text-align:center;background: #E4B85D;"><font color=#050B0B>Death Certificate</font></th></tr>}} | + | {{#if:{{{causeofdeath|}}}| |
+ | <th colspan="2" style="text-align:center;background: #E4B85D;"><font color=#050B0B>Death Certificate</font></th></tr>}} | ||
<tr>{{#if:{{{deathdate|}}}|<th scope="row">Date of Death</th> | <tr>{{#if:{{{deathdate|}}}|<th scope="row">Date of Death</th> | ||
Line 68: | Line 72: | ||
<tr>{{#if:{{{burialsite|}}}|<th scope="row">Burial Site</th> | <tr>{{#if:{{{burialsite|}}}|<th scope="row">Burial Site</th> | ||
− | <td>{{{burialsite}}}}}</td></tr> | + | <td>{{{burialsite}}} |
+ | }} | ||
+ | </td></tr> | ||
</table> | </table> |