Template:Infobox person: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
| (3 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}}} | | <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|}}} | </td> | ||
<tr> | </tr> | ||
<th style="text-align: left;"> | {{#if: {{{caption|}}} | ||
<td | | <tr> | ||
{{#if: {{{ | <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: | |||
<tr> | {{#if: {{{death_place|}}} | ||
<th style="text-align: left;"> | | <tr> | ||
<td> | <th style="text-align: left;">Place of Death</th> | ||
<td>{{{death_place}}}</td> | |||
</tr> | </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_reason|}}} | ||
{{#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;">Cause of death</th> | ||
{{#if: {{{parents|}}} |<tr><th style="text-align: left;">Parents</th><td>{{{parents}}}</td></tr>}} | <td>{{{death_reason}}}</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: {{{nationality|}}} | ||
{{#if: {{{notable_works|}}} |<tr><th style="text-align: left;">Notable Works</th><td>{{{notable_works}}}</td></tr>}} | | <tr> | ||
{{#if: {{{awards|}}} |<tr><th style="text-align: left;">Awards</th><td>{{{awards}}}</td></tr>}} | <th style="text-align: left;">Nationality</th> | ||
{{#if: {{{website|}}} |<tr><th style="text-align: left;">Website</th><td>{{{website}}}</td></tr>}} | <td>{{{nationality}}}</td> | ||
</table> | </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> | ||
| Line 41: | Line 121: | ||
| caption = Jimbo aka Jimmy Wales in 2013 | | caption = Jimbo aka Jimmy Wales in 2013 | ||
| occupation = Entrepreneur, philanthropist | | occupation = Entrepreneur, philanthropist | ||
| notable_works = [[Wikipedia]] | | notable_works = [[Wikipedia]], [[Wikimedia Foundation]] | ||
| awards = Time 100 Most Influential People (2006), [[Honorary Degrees]] from various institutions | | awards = Time 100 Most Influential People (2006), [[Honorary Degrees]] from various institutions | ||
| website = https://jimmywales.com | | website = https://jimmywales.com | ||
| Line 47: | Line 127: | ||
| birth_place = [[Huntsville, Alabama]], [[USA]] | | birth_place = [[Huntsville, Alabama]], [[USA]] | ||
| birth_date = August 7, 1966 | | birth_date = August 7, 1966 | ||
| | | years_active = 2001–present | ||
| alma_mater = [[Auburn University]], [[University of Alabama]] | | alma_mater = [[Auburn University]], [[University of Alabama]] | ||
| spouse = Christine R. Wales | | spouse = Christine R. Wales | ||
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 |
