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

Template:Infobox Character: Difference between revisions

Template page
GherkinJT (talk | contribs)
No edit summary
GherkinJT (talk | contribs)
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<table>
<table>
{{#if:{{{image|}}}|
{{#if:{{{Image|}}}|
<tr class="infobox-image">
<tr class="infobox-image">
<td colspan="2">
<td colspan="2">
[[File:{{{image}}}|400px]]
[[File:{{{Image}}}|400px|{{#if:{{{Image Caption|}}}|{{{Image Caption}}}}}]]
</td>
</td>
</tr>
</tr>
Line 10: Line 10:
<tr class="infobox-title">
<tr class="infobox-title">
<th colspan="2">
<th colspan="2">
{{{title|{{PAGENAME}}}}}
{{{Title|{{PAGENAME}}}}}
</th>
</th>
</tr>
</tr>
{{#if:{{{param1|}}}|
<tr class="infobox-header">
<tr>
<th colspan="2">
<th>Parameter 1</th>
Details
<td>{{{param1}}}</td>
</th>
</tr>
</tr>
{{#if:{{{Name|}}}|
<tr class="infobox-data">
<th>Name</th>
<td>{{{Name}}}</td>
</tr>
}}
{{#if:{{{Other Names|}}}|
<tr class="infobox-data">
<th>Other Names</th>
<td>{{{Other Names}}}</td>
</tr>
}}
{{#if:{{{Race|}}}|
<tr class="infobox-data">
<th>Race</th>
<td>{{{Race}}}</td>
</tr>
}}
}}
{{#if:{{{param2|}}}|
{{#if:{{{Gender|}}}|
<tr>
<tr class="infobox-data">
<th>Parameter 2</th>
<th>Gender</th>
<td>{{{param2}}}</td>
<td>{{{Gender}}}</td>
</tr>
</tr>
}}
        {{#if:{{{Age|}}}|
<tr class="infobox-data">
<th>Age</th>
<td>{{{Age}}}</td>
</tr>
}}
{{#if:{{{Born|}}}|
<tr class="infobox-data">
<th>Born</th>
<td>{{{Born}}}</td>
</tr>
}}
{{#if:{{{Died|}}}|
<tr class="infobox-data">
<th>Died</th>
<td>{{{Died}}}</td>
</tr>
}}
}}
{{#if:{{{param3|}}}|
{{#if:{{{Occupation|}}}|
<tr>
<tr class="infobox-data">
<th>Parameter 3</th>
<th>Occupation</th>
<td>{{{param3}}}</td>
<td>{{{Occupation}}}</td>
</tr>
</tr>
}}
}}
{{#if:{{{param4|}}}|
{{#if:{{{Born|}}}|
<tr>
<tr class="infobox-data">
<th>Parameter 4</th>
<th>Born</th>
<td>{{{param4}}}</td>
<td>{{{Born}}}</td>
</tr>
</tr>
}}
}}
</table>
</table>
</div>
</div>

Latest revision as of 20:31, 5 July 2022

Infobox Character

Details