|
Tags: Blanking Manual revert |
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| =<includeonly><templatestyles src="Template:Infobox/styles.css"/><div class="infobox">
| | |
| <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
| |
| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
| |
| <table class="infobox-table">
| |
| {{#if:{{{born|}}}|<tr>
| |
| <th>Born</th>
| |
| <td>{{{born}}}</td>
| |
| </tr>}}
| |
| {{#if:{{{nationality|}}}|<tr>
| |
| <th>Nationality</th>
| |
| <td>{{{nationality}}}</td>
| |
| </tr>}}
| |
| {{#if:{{{occupation|}}}|<tr>
| |
| <th>Occupation</th>
| |
| <td>{{{occupation}}}</td>
| |
| </tr>}}
| |
| {{#if:{{{known_for|}}}|<tr>
| |
| <th>Known for</th>
| |
| <td>{{{known_for}}}</td>
| |
| </tr>}}
| |
| {{#if:{{{website|}}}|<tr>
| |
| <th>Website</th>
| |
| <td>{{{website}}}</td>
| |
| </tr>}}
| |
| </table>
| |
| </div></includeonly><noinclude>
| |
| == Usage ==
| |
| <pre>
| |
| {{Infobox person
| |
| | title =
| |
| | image =
| |
| | born =
| |
| | nationality =
| |
| | occupation =
| |
| | known_for =
| |
| | website =
| |
| }}
| |
| </pre>
| |
| [[Category:Infobox templates]]
| |
| </noinclude>
| |