Toggle menu
52
256
1.3K
946
Bradley the Dragon Lore Codex
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)
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}}}|<tr> <th>Parameter 4</th> <td>..."
 
GherkinJT (talk | contribs)
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<table>
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
{{#if:{{{Image|}}}|
<table>{{#if:{{{param1|}}}|<tr>
<tr class="infobox-image">
    <th>Parameter 1</th>
<td colspan="2">
    <td>{{{param1}}}</td>
[[File:{{{Image}}}|400px|{{#if:{{{Image Caption|}}}|{{{Image Caption}}}}}]]
</tr>}}{{#if:{{{param2|}}}|<tr>
</td>
    <th>Parameter 2</th>
</tr>
    <td>{{{param2}}}</td>
}}
</tr>}}{{#if:{{{param3|}}}|<tr>
<tr class="infobox-title">
    <th>Parameter 3</th>
<th colspan="2">
    <td>{{{param3}}}</td>
{{{Title|{{PAGENAME}}}}}
</tr>}}{{#if:{{{param4|}}}|<tr>
</th>
    <th>Parameter 4</th>
</tr>
    <td>{{{param4}}}</td>
<tr class="infobox-header">
</tr>}}{{#if:{{{param5|}}}|<tr>
<th colspan="2">
    <th>Parameter 5</th>
Details
    <td>{{{param5}}}</td>
</th>
</tr>}}</table>
</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:{{{Gender|}}}|
<tr class="infobox-data">
<th>Gender</th>
<td>{{{Gender}}}</td>
</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:{{{Occupation|}}}|
<tr class="infobox-data">
<th>Occupation</th>
<td>{{{Occupation}}}</td>
</tr>
}}
{{#if:{{{Born|}}}|
<tr class="infobox-data">
<th>Born</th>
<td>{{{Born}}}</td>
</tr>
}}
</table>
</div>
</div>

Latest revision as of 20:31, 5 July 2022

Infobox Character

Details