Jump to content

Template:Infobox: Difference between revisions

From Lute and Lore
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
<div class="infobox">
{{Infobox person
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
| name        = {{PAGENAME}}
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
| image       =
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
| caption      =
    <th>Parameter 1</th>
| birth_date  =
    <td>{{{param1}}}</td>
| birth_place  =  
</tr>}}{{#if:{{{param2|}}}|<tr>
| nationality  =
    <th>Parameter 2</th>
| occupation  =
    <td>{{{param2}}}</td>
| years_active =
</tr>}}{{#if:{{{param3|}}}|<tr>
| known_for    =
    <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:49, 8 December 2025

Infobox