Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
− | + | {{#if:{{{image|}}}| | |
− | + | <div class="infobox-image">[[File:{{{image}}}|300px]]</div> | |
− | + | }} | |
<table> | <table> | ||
− | + | {{#if:{{{born|}}}| | |
− | + | <tr> | |
− | + | <th>Born</th> | |
− | + | <td>{{{born}}}</td> | |
− | + | </tr>}} | |
</table> | </table> | ||
</div> | </div> |
Revision as of 21:31, 1 April 2020
Infobox