Template:Infobox: Difference between revisions
EkramHossen (talk | contribs) No edit summary Tags: Manual revert Reverted |
EkramHossen (talk | contribs) No edit summary Tag: Manual revert |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{# | <table class="infobox" style="width:22em; font-size:90%; text-align:left;"> | ||
{{ | {{#if:{{{title|}}}| | ||
< | <caption style="font-size:125%; font-weight:bold; text-align:center;">{{{title}}}</caption>}} | ||
</ | {{#if:{{{image|}}}| | ||
<tr> | |||
<td colspan="2" style="text-align:center;">[[File:{{{image}}}|800px]]</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> |