Template:Biography infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{| class="infobox biography" | <includeonly> | ||
{| class="infobox biography" style="float:right; width:320px; border:1px solid #aaa; background:#fff;" | |||
{{#if:{{{name|}}}| | {{#if:{{{name|}}}| | ||
|- | |- | ||
! colspan="2" | ! colspan="2" style="text-align:center; background:#eaecf0;" | {{{name|}}} | ||
}} | }} | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
|- | |- | ||
| colspan="2" | | colspan="2" style="text-align:center;" | | ||
[[File:{{{image|}}}| | [[File:{{{image|}}}|250px]] | ||
}} | }} | ||
{{#if:{{{caption|}}}| | {{#if:{{{caption|}}}| | ||
|- | |- | ||
| colspan="2" | | colspan="2" style="text-align:center;" | | ||
{{{caption|}}} | {{{caption|}}} | ||
}} | }} | ||
| Line 28: | Line 29: | ||
! जन्म स्थान | ! जन्म स्थान | ||
| {{{birthplace|}}} | | {{{birthplace|}}} | ||
}} | }} | ||
| Line 58: | Line 35: | ||
! व्यवसाय | ! व्यवसाय | ||
| {{{profession|}}} | | {{{profession|}}} | ||
}} | }} | ||
| Line 82: | Line 41: | ||
! राजनीतिक दल | ! राजनीतिक दल | ||
| {{{party|}}} | | {{{party|}}} | ||
}} | }} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||