Jump to content

Template:Infobox executive: Difference between revisions

The comprehensive free global encyclopedia of CEOs, corporate leadership, and business excellence
Update infobox with all fields and fix image overflow
Add padding wrapper around table content
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="infobox" style="width: 22em; font-size: 88%; line-height: 1.5em; border: 1px solid #aaa; background-color: #f9f9f9; float: right; clear: right; margin: 0 0 1em 1em; padding: 0.2em;">
<div class="infobox" style="width: 22em; font-size: 88%; line-height: 1.5em; border: 1px solid #aaa; background-color: #f9f9f9; float: right; clear: right; margin: 0 0 1em 1em; padding: 0;">
{{#if:{{{name|}}}|
{{#if:{{{name|}}}|
<div style="font-size: 125%; font-weight: bold; text-align: center; background-color: #cfe3ff; padding: 0.4em 0;">{{{name}}}</div>
<div style="font-size: 125%; font-weight: bold; text-align: center; background-color: #cfe3ff; padding: 0.6em 0.4em; margin: 0; width: 100%; box-sizing: border-box;">{{{name}}}</div>
}}
}}
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
Line 9: Line 9:
</div>
</div>
}}
}}
<div style="padding: 0.2em;">
<table style="width: 100%; border-collapse: collapse;">
<table style="width: 100%; border-collapse: collapse;">
{{#if:{{{birth_name|}}}|
{{#if:{{{birth_name|}}}|
Line 159: Line 160:
}}
}}
</table>
</table>
</div>
</div><noinclude>
</div><noinclude>
== Usage ==
== Usage ==

Latest revision as of 20:46, 20 October 2025


Usage

This template creates an infobox for business executives and CEOs.

All supported parameters

{{Infobox executive
| name = Full name
| image = Filename.jpg
| image_size = 250px (optional, defaults to 250px)
| caption = Image caption
| birth_name = Birth name
| birth_date = Date of birth
| birth_place = Place of birth
| nationality = Nationality (with flags)
| citizenship = Citizenship (with flags)
| residence = Current residence
| languages = Languages spoken (with flags)
| education = Education details
| alma_mater = Alternative to education
| spouse = Spouse name
| children = Number or names of children
| parents = Parents names
| relatives = Other relatives
| occupation = Occupation
| years_active = Years active
| employer = Current employer
| organization = Alternative to employer
| title = Job title
| term = Term in office
| predecessor = Previous person in role
| salary = Compensation/Salary
| networth = Net worth
| net_worth = Alternative to networth
| boards = Board memberships
| board_member_of = Alternative to boards
| awards = Awards received
| website = Official website
| signature = Signature filename
}}

Example

{{Infobox executive
| name = Satya Nadella
| image = Satya_Nadella.jpg
| image_size = 300px
| caption = Nadella speaking at Microsoft Ignite 2019
| birth_name = Satya Narayana Nadella
| birth_date = {{birth date and age|1967|8|19}}
| birth_place = Hyderabad, India
| nationality = {{flagicon|USA}} American
| citizenship = United States, India
| occupation = Business Executive
| employer = Microsoft Corporation
| title = Chairman and CEO
| term = February 4, 2014 – present
| predecessor = Steve Ballmer
| net_worth = US$1.1 billion
}}