Jump to content

Template:Infobox: Difference between revisions

From Lute and Lore
No edit summary
Tag: Reverted
Undo revision 24 by Thaskthebard (talk)
Tag: Undo
Line 1: Line 1:
{{Infobox person
<div class="infobox">
| name        = {{PAGENAME}}
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
| image        =
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
| caption      =
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
| birth_date  =
    <th>Parameter 1</th>
| birth_place  =
    <td>{{{param1}}}</td>
| nationality  =
</tr>}}{{#if:{{{param2|}}}|<tr>
| occupation  =
    <th>Parameter 2</th>
| years_active =
    <td>{{{param2}}}</td>
| known_for    =
</tr>}}{{#if:{{{param3|}}}|<tr>
}}
    <th>Parameter 3</th>
    <td>{{{param3}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
    <th>Parameter 4</th>
    <td>{{{param4}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
    <th>Parameter 5</th>
    <td>{{{param5}}}</td>
</tr>}}</table>
</div>

Revision as of 16:52, 8 December 2025

Infobox