Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox person: Difference between revisions

Template page
Blossom (talk | contribs)
No edit summary
mNo edit summary
Line 1: Line 1:
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;">
<table class="infobox" style="float:right; width:280px; font-size:90%; line-height:1.5em; border:1px solid #aaa; background:#f9f9f9; padding:0.4em;">
    <table style="width: 100%; border: none;">
  <tr style="background-color:#e60000; color:white; text-align:center; font-size:125%; font-weight:bold;">
        <tr>
    <td colspan="2">{{{name|{{PAGENAME}}}}}</td>
            <th colspan="2" style="background: #e9e9e9; text-align: center;">{{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}}}}</th>
  </tr>
        </tr>
        <tr>
            <td colspan="2" style="text-align: center;">
                {{#if: {{{image|}}}
                    | [[File:{{{image}}}|thumb|200px|center]]                }}
            </td>
        </tr>
        {{#if: {{{caption|}}}
            | <tr>
                <td colspan="2" style="align: center; text-align: center; font-style: italic;">{{{caption}}}</td>
            </tr>
        }}
        {{#if: {{{birth_date|}}}
            | <tr>
                <th style="text-align: left;">Birthday</th>
                <td>{{{birth_date}}}</td>
            </tr>
        }}
        {{#if: {{{birth_place|}}}
            | <tr>
                <th style="text-align: left;">Birthplace</th>
                <td>{{{birth_place}}}</td>
            </tr>
        }}
        {{#if: {{{death_date|}}}
    | <tr>
        <th style="text-align: left;">Date of Death</th>
        <td>{{{death_date}}}</td>
    </tr>
}}


{{#if: {{{death_place|}}}
  {{#if:{{{image|}}}|
    | <tr>
  <tr>
        <th style="text-align: left;">Place of Death</th>
    <td colspan="2" style="text-align:center;">
        <td>{{{death_place}}}</td>
      [[File:{{{image}}}|250px|alt={{{name|}}}]]
    </tr>
    </td>
}}
  </tr>
  }}


{{#if: {{{death_reason|}}}
  {{#if:{{{caption|}}}|
    | <tr>
  <tr>
        <th style="text-align: left;">Cause of death</th>
    <td colspan="2" style="text-align:center; font-size:85%;">{{{caption}}}</td>
        <td>{{{death_reason}}}</td>
  </tr>
    </tr>
  }}
}}
 
        {{#if: {{{nationality|}}}
  {{#if:{{{birth_date|}}}|
            | <tr>
  <tr>
                <th style="text-align: left;">Nationality</th>
    <th scope="row">Born</th>
                <td>{{{nationality}}}</td>
    <td>{{{birth_date}}}{{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}}</td>
            </tr>
  </tr>
        }}
  }}
        {{#if: {{{occupation|}}}
 
            | <tr>
  {{#if:{{{nationality|}}}|
                <th style="text-align: left;">Occupation</th>
  <tr>
                <td>{{{occupation}}}</td>
    <th scope="row">Nationality</th>
            </tr>
    <td>{{{nationality}}}</td>
        }}
  </tr>
        {{#if: {{{years_active|}}}
  }}
            | <tr>
 
                <th style="text-align: left;">Years Active</th>
  {{#if:{{{occupation|}}}|
                <td>{{{years_active}}}</td>
  <tr>
            </tr>
    <th scope="row">Occupation</th>
        }}
    <td>{{{occupation}}}</td>
        {{#if: {{{alma_mater|}}}
  </tr>
            | <tr>
  }}
                <th style="text-align: left;">Alma Mater</th>
 
                <td>{{{alma_mater}}}</td>
  {{#if:{{{height|}}}|
            </tr>
  <tr>
        }}
    <th scope="row">Height</th>
        {{#if: {{{parents|}}}
    <td>{{{height}}}</td>
            | <tr>
  </tr>
                <th style="text-align: left;">Parents</th>
  }}
                <td>{{{parents}}}</td>
 
            </tr>
  {{#if:{{{website|}}}|
        }}
  <tr>
        {{#if: {{{spouse|}}}
    <th scope="row">Website</th>
            | <tr>
    <td>[{{{website}}} {{{website}}}]</td>
                <th style="text-align: left;">Spouse</th>
  </tr>
                <td>{{{spouse}}}</td>
  }}
            </tr>
</table>
        }}
        {{#if: {{{children|}}}
            | <tr>
                <th style="text-align: left;">Children(s)</th>
                <td>{{{children}}}</td>
            </tr>
        }}
        {{#if: {{{Known_for|}}}
            | <tr>
            <th style="text-align: left;">Known for</th>
                <td>{{{Known_for}}}</td>
            </tr>
        }}
        {{#if: {{{notable_works|}}}
            | <tr>
                <th style="text-align: left;">Notable Works</th>
                <td>{{{notable_works}}}</td>
            </tr>
        }}
        {{#if: {{{awards|}}}
            | <tr>
                <th style="text-align: left;">Awards</th>
                <td>{{{awards}}}</td>
            </tr>
        }}
      {{#if: {{{website|}}}
            | <tr>
                <th style="text-align: left;">Website</th>
                <td>{{{website}}}</td>
            </tr>
        }}
    </table>
</div>
<noinclude>
{{Infobox person
| name        = Jimmy Wales
| image        = Jimmy_Wales.jpg
| caption      = Jimbo aka Jimmy Wales in 2013
| occupation  = Entrepreneur, philanthropist
| notable_works = [[Wikipedia]], [[Wikimedia Foundation]]
| awards      = Time 100 Most Influential People (2006), [[Honorary Degrees]] from various institutions
| website      = https://jimmywales.com
| nationality  = American
| birth_place  = [[Huntsville, Alabama]], [[USA]]
| birth_date  = August 7, 1966
| years_active  = 2001–present
| alma_mater  = [[Auburn University]], [[University of Alabama]]
| spouse      = Christine R. Wales
| children    = 1
| Known_for    = Co-founder of Wikipedia
}}
</noinclude>

Revision as of 03:51, 3 June 2025

Infobox person