|
|
Line 1: |
Line 1: |
− | {{#css:Character_Sheet/Character_sheet_styles.css}}
| |
− | <table cellspacing="0" class="characterSheet {{ #switch: {{{color}}} | red=dept_red | gold=dept_gold | yellow=dept_gold | blue=dept_blue | black=dept_black | green=dept_green | dept_notSet }}">
| |
− | <tr>
| |
− | <th class="head" colspan="2">
| |
− | {{#if:{{{photo|}}}
| |
− | | {{{photo|}}} <br />
| |
− | }}
| |
− | {{{name|''name'' is a required field}}}</th>
| |
− | </tr>
| |
− | <tr><th colspan="2">Biographical information</th></tr>
| |
− | <tr><td>Homeworld</td>
| |
− | {{#if:{{{homeworld|}}}
| |
− | |<td>[[{{{homeworld|}}}]]</td>
| |
− | |<td>''homeworld'' is a required field</td>
| |
− | }}</tr>
| |
− | <tr><td>Species</td>
| |
− | {{#if:{{{species|}}}
| |
− | |<td>[[{{{species|}}}]]</td>
| |
− | |<td>''species'' is a required field</td>
| |
− | }}</tr>
| |
− | <tr><td>Gender</td><td>{{{gender|''gender'' is a required field}}}</td></tr>
| |
− | {{#if:{{{year_of_death|}}}
| |
− | |<tr><td>Date of Birth</td><td>{{Birthdate and Age dead|{{{year_of_birth|}}}|{{{month_of_birth|}}}|{{{day_of_birth|}}}}}</td></tr>
| |
− | <tr><td>Date of Death</td><td>{{Death date and age|{{{year_of_death|}}}|{{{month_of_death|}}}|{{{day_of_death|}}}|{{{year_of_birth|}}}|{{{month_of_birth|}}}|{{{day_of_birth|}}}}}</td></tr>
| |
− | | {{#if:{{{year_of_birth|}}}
| |
− | | <tr><td>Date of Birth</td><td>{{Birthdate and Age|{{{year_of_birth|}}}|{{{month_of_birth|}}}|{{{day_of_birth|}}}}}</td></tr>
| |
− | | <tr><td>Date of Birth</td><td>N/A</td></tr>
| |
− | }}
| |
− | }}
| |
− | <tr><th colspan="2">Physical description</th></tr>
| |
− | <tr><td>Height:</td><td>
| |
− | {{#if:{{{height_m<includeonly>|</includeonly>}}} | {{convert|{{{height_m|0}}}|m|ftin|0|abbr=on|lk=off}}
| |
− | |
| |
− | {{#if:{{{height_ft<includeonly>|</includeonly>}}}{{{height_in<includeonly>|</includeonly>}}} | {{convert|{{{height_ft|0}}}|ft|{{{height_in|0}}}|in|2|abbr=on|lk=off}} | N/A }}
| |
− | }}
| |
− | <tr><td>Weight:</td><td>
| |
− | {{#if:{{{weight_kg<includeonly>|</includeonly>}}} | {{convert|{{{weight_kg|{{{weight_kg|0}}}}}}|kg|lb|abbr=on|lk=off}}
| |
− | |
| |
− | {{#if:{{{weight_lbs<includeonly>|</includeonly>}}} | {{convert|{{{weight_lbs|{{{weight_lbs|0}}}}}}|lb|kg|abbr=on|lk=off}} | N/A }}
| |
− | }}
| |
− | </td></tr>
| |
− | <tr><td>Hair Color</td><td>{{{hair_color|N/A}}}</td></tr>
| |
− | <tr><td>Eye Color</td><td>{{{eye_color|N/A}}}</td></tr>
| |
− | <tr><th colspan="2">Political Information</th></tr>
| |
− | <tr><td>Affiliation</td><td>
| |
− | {{#if:{{{affiliation|}}}
| |
− | | [[{{{affiliation|}}}]]
| |
− | }}
| |
− | </td></tr>
| |
− | {{#if:{{{posting|}}}
| |
− | | <tr><td>Posting</td><td>[[{{{posting|}}}]]</td></tr>
| |
− | }}
| |
− | {{#if:{{{position|}}}
| |
− | | <tr><td>Position</td><td>{{{position|}}}</td></tr>
| |
− | }}
| |
− | {{#if:{{{rank|}}}
| |
− | | <tr><td>Rank by</td><td>{{{rank|}}}</td></tr>
| |
− | }}
| |
− | {{#if:{{{played_by|}}}
| |
− | | <tr><td>Played by</td><td>{{{played_by|}}}</td></tr>
| |
− | }}
| |
− | </table>
| |
| | | |
− | <noinclude>[[Category: Templates]]</noinclude>
| |