Template:Person: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
<table class="Person-table">{{#if:{{{param1|}}}|<tr> | <table class="Person-table">{{#if:{{{param1|}}}|<tr> | ||
<th>Species</th> | <th>Species</th> | ||
<td>{{{ | <td>{{{Species}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Titles|}}}|<tr> | ||
<th> | <th>Titles</th> | ||
<td>{{{ | <td>{{{Titles}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Age|}}}|<tr> | ||
<th>Age</th> | <th>Age</th> | ||
<td>{{{ | <td>{{{Age}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Birthplace|}}}|<tr> | ||
<th>Birthplace</th> | <th>Birthplace</th> | ||
<td>{{{ | <td>{{{Birthplace}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Gender|}}}|<tr> | ||
<th>Gender</th> | <th>Gender</th> | ||
<td>{{{ | <td>{{{Gender}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Eyes|}}}|<tr> | ||
<th>Eyes</th> | <th>Eyes</th> | ||
<td>{{{ | <td>{{{Eyes}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Hair|}}}|<tr> | ||
<th>Hair</th> | <th>Hair</th> | ||
<td>{{{ | <td>{{{Hair}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Skin|}}}|<tr> | ||
<th>Skin | <th>Skin</th> | ||
<td>{{{ | <td>{{{Skin}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Height|}}}|<tr> | ||
<th>Height</th> | <th>Height</th> | ||
<td>{{{ | <td>{{{Height}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Organization|}}}|<tr> | ||
<th> | <th>Organization(s)</th> | ||
<td>{{{ | <td>{{{Organization}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Languages|}}}|<tr> | ||
<th> | <th>Languages</th> | ||
<td>{{{ | <td>{{{Languages}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 19:14, 4 October 2025
Person