Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Person: Difference between revisions

Template page
Created page with "<div class="Person"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{param1|}}}|<tr> <th>Species</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Honorary & Occupational Titles</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Age</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}..."
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="Person">
<div class="Person">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="Person-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="Person-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
<table class="Person-table">{{#if:{{{param1|}}}|<tr>
     <th>Species</th>
     <th>Species</th>
     <td>{{{param1}}}</td>
     <td>{{{Species}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{Titles|}}}|<tr>
     <th>Honorary & Occupational Titles</th>
     <th>Titles</th>
     <td>{{{param2}}}</td>
     <td>{{{Titles}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{Age|}}}|<tr>
     <th>Age</th>
     <th>Age</th>
     <td>{{{param3}}}</td>
     <td>{{{Age}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{Birthplace|}}}|<tr>
     <th>Birthplace</th>
     <th>Birthplace</th>
     <td>{{{param4}}}</td>
     <td>{{{Birthplace}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{Gender|}}}|<tr>
     <th>Gender</th>
     <th>Gender</th>
     <td>{{{param5}}}</td>
     <td>{{{Gender}}}</td>
</tr>}}{{#if:{{{param6|}}}|<tr>
</tr>}}{{#if:{{{Eyes|}}}|<tr>
    <th>Gender</th>
    <td>{{{param6}}}</td>
</tr>}}{{#if:{{{param7|}}}|<tr>
     <th>Eyes</th>
     <th>Eyes</th>
     <td>{{{param7}}}</td>
     <td>{{{Eyes}}}</td>
</tr>}}{{#if:{{{param8|}}}|<tr>
</tr>}}{{#if:{{{Hair|}}}|<tr>
     <th>Hair</th>
     <th>Hair</th>
     <td>{{{param8}}}</td>
     <td>{{{Hair}}}</td>
</tr>}}{{#if:{{{param9|}}}|<tr>
</tr>}}{{#if:{{{Skin|}}}|<tr>
     <th>Skin Tone/Pigmentation</th>
     <th>Skin</th>
     <td>{{{param9}}}</td>
     <td>{{{Skin}}}</td>
</tr>}}{{#if:{{{param10|}}}|<tr>
</tr>}}{{#if:{{{Height|}}}|<tr>
     <th>Height</th>
     <th>Height</th>
     <td>{{{param10}}}</td>
     <td>{{{Height}}}</td>
</tr>}}{{#if:{{{param11|}}}|<tr>
</tr>}}{{#if:{{{Organization|}}}|<tr>
     <th>Aligned Organization(s)</th>
     <th>Organization(s)</th>
     <td>{{{param11}}}</td>
     <td>{{{Organization}}}</td>
</tr>}}{{#if:{{{param12|}}}|<tr>
</tr>}}{{#if:{{{Languages|}}}|<tr>
     <th>Known Languages</th>
     <th>Languages</th>
     <td>{{{param12}}}</td>
     <td>{{{Languages}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Latest revision as of 19:14, 4 October 2025

Person