Template:Infobox person: Difference between revisions

From Bhikitia Pro, An open encyclopedia
Blossom (talk | contribs)
No edit summary
Tag: Reverted
Blossom (talk | contribs)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;">
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;">
<table style="width: 100%; border: none;">
    <table style="width: 100%; border: none;">
<tr>
        <tr>
<th colspan="2" style="background: #e9e9e9; text-align: center;">{{#if: {{{name|}}} | {{{name}}} | "Unknown Name"}}</th>
            <th colspan="2" style="background: #e9e9e9; text-align: center;">{{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}}}}</th>
</tr>
        </tr>
<tr>
        <tr>
<td colspan="2" style="text-align: center;">{{#if: {{{image|}}} | [[File:{{{image}}}|thumb|200px|center]] }}</td>
            <td colspan="2" style="text-align: center;">
</tr>
                {{#if: {{{image|}}}
{{#if: {{{caption|}}} |<tr><td colspan="2" style="align: center; text-align: center; font-style: italic;">{{{caption}}}</td></tr>}}
                    | [[File:{{{image}}}|thumb|200px|center]]               }}
{{#if: {{{birth_date|}}}{{{birth_place|}}} |
            </td>
<tr>
        </tr>
<th style="text-align: left;">Born</th>
        {{#if: {{{caption|}}}
<td>{{#if: {{{birth_date|}}} | {{{birth_date}}} }} </br>
            | <tr>
{{#if: {{{birth_date|}}}{{{birth_place|}}}}}{{#if: {{{birth_place|}}} | {{{birth_place}}} }}</td>
                <td colspan="2" style="align: center; text-align: center; font-style: italic;">{{{caption}}}</td>
</tr>
            </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: {{{nationality|}}} |<tr><th style="text-align: left;">Nationality</th><td>{{{nationality}}}</td></tr>}}
 
{{#if: {{{occupation|}}} |<tr><th style="text-align: left;">Occupation</th><td>{{{occupation}}}</td></tr>}}
{{#if: {{{death_place|}}}
{{#if: {{{years_active|}}} |<tr><th style="text-align: left;">Years Active</th><td>{{{years_active}}}</td></tr>}}
    | <tr>
{{#if: {{{alma_mater|}}} |<tr><th style="text-align: left;">Alma Mater</th><td>{{{alma_mater}}}</td></tr>}}
        <th style="text-align: left;">Place of Death</th>
{{#if: {{{parents|}}} |<tr><th style="text-align: left;">Parents</th><td>{{{parents}}}</td></tr>}}
        <td>{{{death_place}}}</td>
{{#if: {{{spouse|}}} |<tr><th style="text-align: left;">Spouse</th><td>{{{spouse}}}</td></tr>}}
    </tr>
{{#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: {{{death_reason|}}}
{{#if: {{{awards|}}} |<tr><th style="text-align: left;">Awards</th><td>{{{awards}}}</td></tr>}}
    | <tr>
{{#if: {{{website|}}} |<tr><th style="text-align: left;">Website</th><td>{{{website}}}</td></tr>}}
        <th style="text-align: left;">Cause of death</th>
</table>
        <td>{{{death_reason}}}</td>
    </tr>
}}
        {{#if: {{{nationality|}}}
            | <tr>
                <th style="text-align: left;">Nationality</th>
                <td>{{{nationality}}}</td>
            </tr>
        }}
        {{#if: {{{occupation|}}}
            | <tr>
                <th style="text-align: left;">Occupation</th>
                <td>{{{occupation}}}</td>
            </tr>
        }}
        {{#if: {{{years_active|}}}
            | <tr>
                <th style="text-align: left;">Years Active</th>
                <td>{{{years_active}}}</td>
            </tr>
        }}
        {{#if: {{{alma_mater|}}}
            | <tr>
                <th style="text-align: left;">Alma Mater</th>
                <td>{{{alma_mater}}}</td>
            </tr>
        }}
        {{#if: {{{parents|}}}
            | <tr>
                <th style="text-align: left;">Parents</th>
                <td>{{{parents}}}</td>
            </tr>
        }}
        {{#if: {{{spouse|}}}
            | <tr>
                <th style="text-align: left;">Spouse</th>
                <td>{{{spouse}}}</td>
            </tr>
        }}
        {{#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>
</div>
<noinclude>
<noinclude>

Latest revision as of 20:53, 7 November 2024

Infobox person
Jimmy Wales
Jimbo aka Jimmy Wales in 2013
Birthday August 7, 1966
Birthplace Huntsville, Alabama, USA
Nationality American
Occupation Entrepreneur, philanthropist
Years Active 2001–present
Alma Mater Auburn University, University of Alabama
Spouse Christine R. Wales
Children(s) 1
Known for Co-founder of Wikipedia
Notable Works Wikipedia, Wikimedia Foundation
Awards Time 100 Most Influential People (2006), Honorary Degrees from various institutions
Website https://jimmywales.com