Template:Infobox person: Difference between revisions
Template page
More languages
More actions
| [checked revision] | [checked revision] |
No edit summary Tag: Reverted |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | <includeonly>{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | ||
| bodyclass = biography vcard | | bodyclass = biography vcard | ||
| bodystyle = width: 22em; font-size: 88%; line-height: 1.4em | | bodystyle = width: 22em; font-size: 88%; line-height: 1.4em; border: 1px solid #a2a9b1; float: right; clear: right; margin: 0 0 1em 1em; | ||
| | | titlestyle = background-color: var(--background-color-neutral-subtle, #f8f9fa); color: var(--color-emphasized, #000); font-size: 125%; font-weight: bold; padding: 0.3em; border: 1px solid #a2a9b1; border-bottom: none; | ||
| title = {{#if:{{{honorific_prefix|{{{honorific prefix|}}}}}}|<div style="font-size: 70%; font-weight: normal;">{{{honorific_prefix|{{{honorific prefix}}}}}}</div>}}{{{name|{{PAGENAMEBASE}}}}}{{#if:{{{honorific_suffix|{{{honorific suffix|}}}}}}|<div style="font-size: 70%; font-weight: normal;">{{{honorific_suffix|{{{honorific suffix}}}}}}</div>}} | |||
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|{{{image size|}}}}}}|sizedefault= | | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|{{{image size|}}}}}}|sizedefault=220px|upright={{{image_upright|1}}}|alt={{{alt|}}}|suppressplaceholder=yes}} | ||
| captionstyle = text-align: center; line-height: 1.5em; padding-top: 0.2em; | |||
| caption = {{{caption|{{{image_caption|}}}}}} | | caption = {{{caption|{{{image_caption|}}}}}} | ||
| label1 = Native name | |||
| data1 = {{#if:{{{native_name|}}}|<div class="nickname" {{#if:{{{native_name_lang|}}}|lang="{{{native_name_lang}}}"}}>{{{native_name}}}</div>}} | |||
| label10 = Born | | label10 = Born | ||
| Line 14: | Line 19: | ||
| data15 = {{#if:{{{death_date|}}}|{{{death_date}}}}}{{#if:{{{death_place|}}}|<br />{{{death_place}}}}} | | data15 = {{#if:{{{death_date|}}}|{{{death_date}}}}}{{#if:{{{death_place|}}}|<br />{{{death_place}}}}} | ||
| label20 = Occupation | | label17 = Resting place | ||
| | | data17 = {{{resting_place|{{{resting place|}}}}}} | ||
| label20 = Nationality | |||
| data20 = {{{nationality|}}} | |||
| label22 = Education | |||
| data22 = {{{education|}}} | |||
| label23 = Alma mater | |||
| data23 = {{{alma_mater|{{{alma mater|}}}}}} | |||
| label25 = Occupation | |||
| data25 = {{{occupation|}}} | |||
| label26 = Years active | |||
| data26 = {{{years_active|{{{years active|}}}}}} | |||
| label30 = Known for | |||
| data30 = {{{known_for|{{{known for|}}}}}} | |||
| label31 = Notable work | |||
| data31 = {{{notable_works|{{{notable_work|}}}}}} | |||
| label32 = Style / Movement | |||
| data32 = {{{style|{{{movement|}}}}}} | |||
| label33 = Instrument(s) | |||
| data33 = {{{instrument|}}} | |||
| label35 = Awards | |||
| data35 = {{{awards|}}} | |||
| label40 = Spouse | |||
| data40 = {{{spouse|{{{spouses|}}}}}} | |||
| | | label42 = Children | ||
| | | data42 = {{{children|}}} | ||
| | | label43 = Parents | ||
| | | data43 = {{{parents|{{{father|}}} {{{mother|}}}}}} | ||
| | | label44 = Relatives | ||
| | | data44 = {{{relatives|{{{relations|}}}}}} | ||
| | | label50 = Website | ||
| | | data50 = {{{website|{{{URL|}}}}}} | ||
| data64 = {{{misc|{{{module|}}}}}} | | data64 = {{{misc|{{{module|}}}}}} | ||
}} | }}</includeonly> | ||