Template:Infobox person: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> {| class="infobox" style="width:100%; max-width:300px; font-size:90%; text-align:left; border-spacing:0; background-color:#f8f9fa; border:1px solid #a2a9b1; float:right; margin-left:1em;" |- ! colspan="2" style="text-align:center; font-size:125%; padding:8px 0; background-color:#eaecf0;" | {{{name|}}} |- | colspan="2" style="text-align:center; padding:6px;" | [[File:{{{image|}}}|frameless|250px]] |- | '''Born''' | {{{birth_date|}}}<br>{{{birth_place|}}} |-..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style=" | {| class="infobox" style=" | ||
width:300px; | |||
font-size:90%; | |||
text-align:left; | |||
border-spacing:0; | |||
background-color:#f8f9fa; | |||
border:1px solid #a2a9b1; | |||
float:right; | |||
margin:0 0 1em 1.5em; | |||
padding:0; | |||
" | |||
|- | |- | ||
! colspan="2" style="text-align:center; font-size:125%; padding:8px | ! colspan="2" style="text-align:center; font-size:125%; padding:8px 6px; background-color:#eaecf0;" | {{{name|}}} | ||
|- | |- | ||
| colspan="2" style="text-align:center; padding: | | colspan="2" style="text-align:center; padding:8px;" | [[File:{{{image|}}}|frameless|250px]] | ||
|- | |- | ||
| '''Born''' | | style="padding:6px; width:35%;" | '''Born''' | ||
| {{{birth_date|}}}<br>{{{birth_place|}}} | | style="padding:6px;" | {{{birth_date|}}}<br>{{{birth_place|}}} | ||
|- | |- | ||
| '''Nationality''' | | style="padding:6px;" | '''Nationality''' | ||
| {{{nationality|}}} | | style="padding:6px;" | {{{nationality|}}} | ||
|- | |- | ||
| '''Occupation''' | | style="padding:6px;" | '''Occupation''' | ||
| {{{occupation|}}} | | style="padding:6px;" | {{{occupation|}}} | ||
|- | |- | ||
| '''Known for''' | | style="padding:6px;" | '''Known for''' | ||
| {{{known_for|}}} | | style="padding:6px;" | {{{known_for|}}} | ||
|- | |- | ||
| '''Organization''' | | style="padding:6px;" | '''Organization''' | ||
| {{{organization|}}} | | style="padding:6px;" | {{{organization|}}} | ||
|- | |- | ||
| '''Net worth''' | | style="padding:6px;" | '''Net worth''' | ||
| {{{net_worth|}}} | | style="padding:6px;" | {{{net_worth|}}} | ||
|- | |- | ||
| '''Spouse''' | | style="padding:6px;" | '''Spouse''' | ||
| {{{spouse|}}} | | style="padding:6px;" | {{{spouse|}}} | ||
|- | |- | ||
| '''Children''' | | style="padding:6px;" | '''Children''' | ||
| {{{children|}}} | | style="padding:6px;" | {{{children|}}} | ||
|- | |- | ||
| '''Residence''' | | style="padding:6px;" | '''Residence''' | ||
| {{{residence|}}} | | style="padding:6px;" | {{{residence|}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||