|
Tags: Manual revert Reverted |
| Line 1: |
Line 1: |
| <table class="infobox" style="width:22em; font-size:90%; text-align:left;">
| | {{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}</includeonly><noinclude> |
| {{#if:{{{title|}}}| | | {{documentation}} |
| <caption style="font-size:125%; font-weight:bold; text-align:center;">{{{title}}}</caption>}} | | <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> |
| {{#if:{{{image|}}}| | | </noinclude> |
| <tr>
| |
| <td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px]]</td>
| |
| </tr>}}
| |
| {{#if:{{{caption|}}}| | |
| <tr>
| |
| <td colspan="2" style="text-align:center; font-size:85%;">{{{caption}}}</td>
| |
| </tr>}}
| |
| <tr>
| |
| <th scope="row">Name</th>
| |
| <td>{{{name}}}</td>
| |
| </tr>
| |
| <tr>
| |
| <th scope="row">Birth Date</th>
| |
| <td>{{{birth_date}}}</td>
| |
| </tr>
| |
| <tr>
| |
| <th scope="row">Birth Place</th>
| |
| <td>{{{birth_place}}}</td>
| |
| </tr>
| |
| <tr>
| |
| <th scope="row">Occupation</th>
| |
| <td>{{{occupation}}}</td>
| |
| </tr>
| |
| <tr>
| |
| <th scope="row">Years Active</th>
| |
| <td>{{{years_active}}}</td>
| |
| </tr>
| |
| <tr>
| |
| <th scope="row">Known For</th>
| |
| <td>{{{known_for}}}</td>
| |
| </tr> | |
| <tr>
| |
| <th scope="row">Website</th>
| |
| <td>{{{website}}}</td>
| |
| </tr>
| |
| </table> | |