Template:Infobox: Difference between revisions
Appearance
EkramHossen (talk | contribs) No edit summary Tag: Reverted |
EkramHossen (talk | contribs) No edit summary Tag: Manual revert |
||
(4 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> |
Latest revision as of 02:43, 30 May 2025
{{#if:|
}}
{{#if:|
}}
{{#if:|
}}
[[File:{{{image}}}|800px]] | |
{{{caption}}} | |
Name | {{{name}}} |
---|---|
Birth Date | {{{birth_date}}} |
Birth Place | {{{birth_place}}} |
Occupation | {{{occupation}}} |
Years Active | {{{years_active}}} |
Known For | {{{known_for}}} |
Website | {{{website}}} |