Template:Infobox person: Difference between revisions

From QME Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox biography vcard" style="width:260px; font-size:92%; text-align:left; border:1px solid #aaa; background:#fbfbfb;"
{| class="infobox biography vcard" style="float:right; width:260px; font-size:92%; text-align:left; border:1px solid #aaa; background:#fbfbfb;"
|-
|-
! colspan="2" style="text-align:center; background:#e6eef8; font-size:105%; padding:6px 4px;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; background:#e6eef8; font-size:105%; padding:6px 4px;" | {{{name|{{PAGENAME}}}}}
Line 8: Line 8:
|-
|-
| colspan="2" style="text-align:center; font-style:italic; color:#444; padding:4px 6px;" | {{{caption|}}}
| colspan="2" style="text-align:center; font-style:italic; color:#444; padding:4px 6px;" | {{{caption|}}}
<!-- Birth name -->
 
{{#if:{{{birth_name|}}}
{{#if:{{{birth_name|}}}
|-
|-
Line 14: Line 14:
| style="padding:4px 6px;" | {{{birth_name}}}
| style="padding:4px 6px;" | {{{birth_name}}}
}}
}}
<!-- Born (date and/or place) -->
 
{{#if:{{{birth_date|}}}{{{birth_place|}}}
{{#if:{{{birth_date|}}}{{{birth_place|}}}
|-
|-
Line 20: Line 20:
| style="padding:4px 6px;" | {{{birth_date|}}}{{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}
| style="padding:4px 6px;" | {{{birth_date|}}}{{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}
}}
}}
<!-- Died (date and/or place) -->
 
{{#if:{{{death_date|}}}{{{death_place|}}}
{{#if:{{{death_date|}}}{{{death_place|}}}
|-
|-
Line 26: Line 26:
| style="padding:4px 6px;" | {{{death_date|}}}{{#if:{{{death_place|}}}|<br />{{{death_place}}}}
| style="padding:4px 6px;" | {{{death_date|}}}{{#if:{{{death_place|}}}|<br />{{{death_place}}}}
}}
}}
<!-- Nationality -->
 
{{#if:{{{nationality|}}}
{{#if:{{{nationality|}}}
|-
|-
Line 32: Line 32:
| style="padding:4px 6px;" | {{{nationality}}}
| style="padding:4px 6px;" | {{{nationality}}}
}}
}}
<!-- Other names -->
 
{{#if:{{{other_names|}}}
{{#if:{{{other_names|}}}
|-
|-
Line 38: Line 38:
| style="padding:4px 6px;" | {{{other_names}}}
| style="padding:4px 6px;" | {{{other_names}}}
}}
}}
<!-- Occupation -->
 
{{#if:{{{occupation|}}}
{{#if:{{{occupation|}}}
|-
|-
Line 44: Line 44:
| style="padding:4px 6px;" | {{{occupation}}}
| style="padding:4px 6px;" | {{{occupation}}}
}}
}}
<!-- Years active -->
 
{{#if:{{{years_active|}}}
{{#if:{{{years_active|}}}
|-
|-
Line 50: Line 50:
| style="padding:4px 6px;" | {{{years_active}}}
| style="padding:4px 6px;" | {{{years_active}}}
}}
}}
<!-- Known for -->
 
{{#if:{{{known_for|}}}
{{#if:{{{known_for|}}}
|-
|-
Line 56: Line 56:
| style="padding:4px 6px;" | {{{known_for}}}
| style="padding:4px 6px;" | {{{known_for}}}
}}
}}
<!-- Notable works -->
 
{{#if:{{{notable_works|}}}
{{#if:{{{notable_works|}}}
|-
|-
Line 62: Line 62:
| style="padding:4px 6px;" | {{{notable_works}}}
| style="padding:4px 6px;" | {{{notable_works}}}
}}
}}
<!-- Spouse(s) -->
 
{{#if:{{{spouse|}}}
{{#if:{{{spouse|}}}
|-
|-
Line 68: Line 68:
| style="padding:4px 6px;" | {{{spouse}}}
| style="padding:4px 6px;" | {{{spouse}}}
}}
}}
<!-- Children -->
 
{{#if:{{{children|}}}
{{#if:{{{children|}}}
|-
|-
Line 74: Line 74:
| style="padding:4px 6px;" | {{{children}}}
| style="padding:4px 6px;" | {{{children}}}
}}
}}
<!-- Alma mater -->
 
{{#if:{{{alma_mater|}}}
{{#if:{{{alma_mater|}}}
|-
|-
Line 80: Line 80:
| style="padding:4px 6px;" | {{{alma_mater}}}
| style="padding:4px 6px;" | {{{alma_mater}}}
}}
}}
<!-- Awards -->
 
{{#if:{{{awards|}}}
{{#if:{{{awards|}}}
|-
|-
Line 86: Line 86:
| style="padding:4px 6px;" | {{{awards}}}
| style="padding:4px 6px;" | {{{awards}}}
}}
}}
<!-- Website -->
 
{{#if:{{{website|}}}
{{#if:{{{website|}}}
|-
|-
Line 92: Line 92:
| style="padding:4px 6px;" | {{{website}}}
| style="padding:4px 6px;" | {{{website}}}
}}
}}
<!-- IMDb (already conditional but kept for safety) -->
 
{{#if:{{{imdb|}}}
{{#if:{{{imdb|}}}
|-
|-
Line 98: Line 98:
| style="padding:4px 6px;" | [https://www.imdb.com/name/{{{imdb}}}/ IMDb]
| style="padding:4px 6px;" | [https://www.imdb.com/name/{{{imdb}}}/ IMDb]
}}
}}
|}  
|}  
</includeonly>
</includeonly>

Revision as of 20:01, 4 October 2025


This is the local Infobox person template for the Quincy Examiner wiki.

Usage example:

{{Infobox person
 | name          = Example Name
 | image         = Example.jpg
 | caption       = Example caption
 | birth_name    = 
 | birth_date    = 
 | birth_place   = 
 | death_date    = 
 | death_place   = 
 | nationality   = 
 | occupation    = 
 | years_active  = 
 | known_for     = 
 | notable_works = 
 | spouse        = 
 | children      = 
 | alma_mater    = 
 | awards        = 
 | website       = 
 | imdb          = nm0000000
}}
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.