Template:Infobox person: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
|-
|-
! style="padding:6px 8px; background:#f2f2f2;" | Alma Mater
! style="padding:6px 8px; background:#f2f2f2;" | Alma Mater
| style="padding:6px 8px;" | {{{Alma Mater|}}}
| style="padding:6px 8px;" | {{{alma_mater|}}}
|-
|-
! style="padding:6px 8px; background:#f2f2f2;" | Occupation
! style="padding:6px 8px; background:#f2f2f2;" | Occupation
Line 27: Line 27:
|-
|-
! style="padding:6px 8px; background:#f2f2f2;" | Organization
! style="padding:6px 8px; background:#f2f2f2;" | Organization
| style="padding:6px 8px;" | {{{Organization|}}}
| style="padding:6px 8px;" | {{{organization|}}}
|-
|-
! style="padding:6px 8px; background:#f2f2f2;" | Spouse
! style="padding:6px 8px; background:#f2f2f2;" | Spouse
| style="padding:6px 8px;" | {{{Spouse|}}}
| style="padding:6px 8px;" | {{{spouse|}}}
|-
|-
! style="padding:6px 8px; background:#f2f2f2;" | Children
! style="padding:6px 8px; background:#f2f2f2;" | Children
Line 36: Line 36:
|-
|-
! style="padding:6px 8px; background:#f2f2f2;" | Honors
! style="padding:6px 8px; background:#f2f2f2;" | Honors
| style="padding:6px 8px;" | {{{Honors|}}}
| style="padding:6px 8px;" | {{{honors|}}}
|-
|-
! style="padding:6px 8px; background:#f2f2f2;" | Awards
! style="padding:6px 8px; background:#f2f2f2;" | Awards
| style="padding:6px 8px;" | {{{awards|}}}
| style="padding:6px 8px;" | {{{awards|}}}
|}
|}
<noinclude>
{{documentation}}
This is the '''Infobox biography vcard''' template. 
It is used to summarize key information about a person in a structured sidebar.
=== Usage ===
Copy and paste the following into an article, then fill in the fields:
<pre>
{{Infobox biography vcard
| name          =
| image        =
| caption      =
| birth_date    =
| birth_place  =
| death_date    =
| death_place  =
| nationality  =
| alma_mater    =
| occupation    =
| organization  =
| spouse        =
| children      =
| honors        =
| awards        =
}}
</pre>
=== Parameters ===
* <code>name</code> – Full name of the person
* <code>image</code> – Image filename without "File:"
* <code>caption</code> – Caption under the image
* <code>birth_date</code>, <code>birth_place</code> – Birth details
* <code>death_date</code>, <code>death_place</code> – Death details (if applicable)
* <code>nationality</code> – Nationality
* <code>alma_mater</code> – Educational institution(s)
* <code>occupation</code> – Main profession(s)
* <code>organization</code> – Affiliated organization(s)
* <code>spouse</code>, <code>children</code> – Family details
* <code>honors</code>, <code>awards</code> – Recognition received
[[Category:Infobox templates|Biography vcard]]
</noinclude>