Template:Character: Difference between revisions

From Rebellious Projects Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
{| class="infobox" style="width: 250px; font-size: 90%; text-align: left; border: 1px solid #aaa; background: #f8f8f8;"
<table class="infobox" style="width: 250px; font-size: 90%; text-align: left; border: 1px solid #aaa; background: #f8f8f8;">
|-
<tr>
! colspan="2" style="text-align:center; font-size:120%; background:#333; color:#fff; padding:4px;" | {{{name|}}}
    <th colspan="2" style="text-align:center; font-size:120%; background:#333; color:#fff; padding:4px;">{{{name|{{PAGENAME}}}}}</th>
</tr>
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
{{!}}-
<tr>
{{!}} colspan="2" style="text-align:center; padding:4px;" {{!}} [[File:{{{image}}}|200px|thumb|{{{imagecaption|}}}]]
    <td colspan="2" style="text-align:center; padding:4px;">[[File:{{{image}}}|200px|thumb|{{{imagecaption|}}}]]</td>
</tr>
}}
}}
{{#if:{{{aliases|}}}{{{relatives|}}}{{{species|}}}{{{gender|}}}{{{height|}}}{{{weight|}}}{{{eyes|}}}|
{{#if:{{{aliases|}}}{{{relatives|}}}{{{species|}}}{{{gender|}}}{{{height|}}}{{{weight|}}}{{{eyes|}}}|
{{!}}-
<tr>
! colspan="2" style="background:#ddd; padding:2px;" {{!}} Personal Information
    <th colspan="2" style="background:#ddd; padding:2px; text-align:center;">Personal Information</th>
}}{{#if:{{{aliases|}}}|
</tr>
{{!}}-
! Aliases
{{!}} {{{aliases}}}
}}{{#if:{{{relatives|}}}|
{{!}}-
! Relatives
{{!}} {{{relatives}}}
}}{{#if:{{{species|}}}|
{{!}}-
! Species
{{!}} {{{species}}}
}}{{#if:{{{gender|}}}|
{{!}}-
! Gender
{{!}} {{{gender}}}
}}{{#if:{{{height|}}}|
{{!}}-
! Height
{{!}} {{{height}}}
}}{{#if:{{{weight|}}}|
{{!}}-
! Weight
{{!}} {{{weight}}}
}}{{#if:{{{eyes|}}}|
{{!}}-
! Eye Color
{{!}} {{{eyes}}}
}}{{#if:{{{occupation|}}}{{{affiliation|}}}{{{marital|}}}{{{birthDate|}}}{{{birthPlace|}}}{{{deathDate|}}}{{{deathPlace|}}}|
{{!}}-
! colspan="2" style="background:#ddd; padding:2px;" {{!}} Life & Background
}}{{#if:{{{occupation|}}}|
{{!}}-
! Occupation
{{!}} {{{occupation}}}
}}{{#if:{{{affiliation|}}}|
{{!}}-
! Affiliation
{{!}} {{{affiliation}}}
}}{{#if:{{{marital|}}}|
{{!}}-
! Marital Status
{{!}} {{{marital}}}
}}{{#if:{{{birthDate|}}}|
{{!}}-
! Date of Birth
{{!}} {{{birthDate}}}
}}{{#if:{{{birthPlace|}}}|
{{!}}-
! Place of Birth
{{!}} {{{birthPlace}}}
}}{{#if:{{{deathDate|}}}|
{{!}}-
! Date of Death
{{!}} {{{deathDate}}}
}}{{#if:{{{deathPlace|}}}|
{{!}}-
! Place of Death
{{!}} {{{deathPlace}}}
}}{{#if:{{{portrayedby|}}}{{{appearsin|}}}{{{debut|}}}|
{{!}}-
! colspan="2" style="background:#ddd; padding:2px;" {{!}} Media Appearances
}}{{#if:{{{portrayedby|}}}|
{{!}}-
! Portrayed By
{{!}} {{{portrayedby}}}
}}{{#if:{{{appearsin|}}}|
{{!}}-
! Appears In
{{!}} {{{appearsin}}}
}}{{#if:{{{debut|}}}|
{{!}}-
! Debut
{{!}} {{{debut}}}
}}
}}
|}
{{#if:{{{aliases|}}}|
<tr>
    <th>Aliases</th>
    <td>{{{aliases}}}</td>
</tr>
}}
{{#if:{{{relatives|}}}|
<tr>
    <th>Relatives</th>
    <td>{{{relatives}}}</td>
</tr>
}}
{{#if:{{{species|}}}|
<tr>
    <th>Species</th>
    <td>{{{species}}}</td>
</tr>
}}
{{#if:{{{gender|}}}|
<tr>
    <th>Gender</th>
    <td>{{{gender}}}</td>
</tr>
}}
{{#if:{{{height|}}}|
<tr>
    <th>Height</th>
    <td>{{{height}}}</td>
</tr>
}}
{{#if:{{{weight|}}}|
<tr>
    <th>Weight</th>
    <td>{{{weight}}}</td>
</tr>
}}
{{#if:{{{eyes|}}}|
<tr>
    <th>Eye Color</th>
    <td>{{{eyes}}}</td>
</tr>
}}
{{#if:{{{occupation|}}}{{{affiliation|}}}{{{marital|}}}{{{birthDate|}}}{{{birthPlace|}}}{{{deathDate|}}}{{{deathPlace|}}}|
<tr>
    <th colspan="2" style="background:#ddd; padding:2px; text-align:center;">Life & Background</th>
</tr>
}}
{{#if:{{{occupation|}}}|
<tr>
    <th>Occupation</th>
    <td>{{{occupation}}}</td>
</tr>
}}
{{#if:{{{affiliation|}}}|
<tr>
    <th>Affiliation</th>
    <td>{{{affiliation}}}</td>
</tr>
}}
{{#if:{{{marital|}}}|
<tr>
    <th>Marital Status</th>
    <td>{{{marital}}}</td>
</tr>
}}
{{#if:{{{birthDate|}}}|
<tr>
    <th>Date of Birth</th>
    <td>{{{birthDate}}}</td>
</tr>
}}
{{#if:{{{birthPlace|}}}|
<tr>
    <th>Place of Birth</th>
    <td>{{{birthPlace}}}</td>
</tr>
}}
{{#if:{{{deathDate|}}}|
<tr>
    <th>Date of Death</th>
    <td>{{{deathDate}}}</td>
</tr>
}}
{{#if:{{{deathPlace|}}}|
<tr>
    <th>Place of Death</th>
    <td>{{{deathPlace}}}</td>
</tr>
}}
{{#if:{{{portrayedby|}}}{{{appearsin|}}}{{{debut|}}}|
<tr>
    <th colspan="2" style="background:#ddd; padding:2px; text-align:center;">Media Appearances</th>
</tr>
}}
{{#if:{{{portrayedby|}}}|
<tr>
    <th>Portrayed By</th>
    <td>{{{portrayedby}}}</td>
</tr>
}}
{{#if:{{{appearsin|}}}|
<tr>
    <th>Appears In</th>
    <td>{{{appearsin}}}</td>
</tr>
}}
{{#if:{{{debut|}}}|
<tr>
    <th>Debut</th>
    <td>{{{debut}}}</td>
</tr>
}}
</table>

Revision as of 04:53, 15 March 2026

Character