Template:Infobox entrepreneur: Difference between revisions
No edit summary Tags: Reverted Mobile edit Mobile web edit |
No edit summary |
||
(35 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | <noinclude> | ||
{{/Documentation}} | |||
</noinclude> | |||
<includeonly>{{Infobox | |||
| abovestyle = background:#efefef; padding:0.3em; font-size: 1.25em; font-weight: bold; text-align: center; | | abovestyle = background:#efefef; padding:0.3em; font-size: 1.25em; font-weight: bold; text-align: center; | ||
| above = {{{name|''No name provided''}}} {{#if:{{{verified_icon|}}}|<span class="verified-icon" style="display:inline-block; vertical-align:baseline; margin-left;">[[File:{{{verified_icon}}}|15px]]</span>}} | | above = {{{name|''No name provided''}}} {{#if:{{{verified_icon|}}}|<span class="verified-icon" style="display:inline-block; vertical-align:baseline; margin-left;">[[File:{{{verified_icon}}}|15px]]</span>}} | ||
Line 15: | Line 18: | ||
| headerstyle = background:#C3CDE6; color:black; font-weight:bold; text-align:center; | | headerstyle = background:#C3CDE6; color:black; font-weight:bold; text-align:center; | ||
| header1 = <div style="display:flex; justify-content:center; align-items:center; | | header1 = <div style="display:flex; justify-content:center; align-items:center; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:none; padding:0; margin:0; line-height:1; font-size: 0.98125em; | ||
">[[{{{office|N/A}}}]] of the [[{{{organization|N/A}}}]]</div> | |||
Line 35: | Line 38: | ||
| data9 = {{#if:{{{years_active|}}}|{{{years_active}}} – Present|N/A}} | | data9 = {{#if:{{{years_active|}}}|{{{years_active}}} – Present|N/A}} | ||
| label10 = Organization | | label10 = Organization | ||
| data10 | | data10=[[{{{organization|N/A}}}]] | ||
| label11 = Height | | label11 = Title(s) | ||
| | | data11 = {{{title|N/A}}} | ||
| | | label12 = Height | ||
| | | data12 = {{{height|N/A}}} | ||
| | | label13 = Spouse | ||
| | | data13 = {{{spouse|N/A}}} | ||
| | | label14 = Father | ||
| | | data14 = {{{father|N/A}}} | ||
| | | label15 = Awards | ||
| | | data15 = {{{awards|N/A}}} | ||
| label16 = Website | |||
| data16 = {{#if:{{{website|}}}|[http://{{{website}}} {{{website}}}]|N/A}} | |||
| headerstyle = background:#E6E6FA; color:black; font-weight:bold; text-align:center; | | headerstyle = background:#E6E6FA; color:black; font-weight:bold; text-align:center; | ||
| | | header17 = Signature | ||
| | | data18 = {{#if:{{{signature|}}}|[[File:{{{signature}}}|100px]]|N/A}} | ||
}} | }} | ||
</includeonly> |
Latest revision as of 18:22, 6 March 2025
Usage[edit source]
The Infobox Entrepreneur template is used to display key details about an entrepreneur in a structured format. It should be placed at the top of a biography article on a MediaWiki site.
How to Use[edit source]
To use this template, insert the following code at the beginning of your article:
{{Infobox entrepreneur | name = John Doe | native_name = জন ডো | verified_icon = Verified.png | image = JohnDoe.jpg | image_date = 2023 | office = CEO | organization = ABC Corporation | term_start = 2015 | term_end = Present | birth_date = January 1, 1980 | birth_place = New York, USA | nationality = American | occupation = Entrepreneur, Investor | years_active = 2005–Present | title = Founder & CEO | height = 5 ft 10 in (178 cm) | spouse = Jane Doe | father = Richard Doe | awards = Entrepreneur of the Year (2020) | website = johndoe.com | signature = JohnDoeSignature.png }}
Parameters[edit source]
- name – The full name of the entrepreneur. - native_name – The entrepreneur's name in their native language (optional). - verified_icon – An image file representing a verification badge (optional). - image – A photo of the entrepreneur (optional). - image_date – The year the photo was taken (optional). - office – The entrepreneur’s title or position (e.g., CEO, Founder). - organization – The organization or company they are affiliated with. - term_start – The year they started holding the office (optional). - term_end – The year they left office (if applicable, optional; default: "Present"). - birth_date – Date of birth (optional). - birth_place – Place of birth (optional). - nationality – The nationality of the person. - occupation – The field of work or profession. - years_active – The years they have been active in their profession. - title – Other titles or roles held by the entrepreneur. - height – The height of the person (optional). - spouse – Name of the spouse (if married, optional). - father – Name of the father (optional). - awards – Any awards received (optional). - website – Their official website (optional). - signature – A signature image (optional).
Detailed Example[edit source]
For an entrepreneur named "Jane Smith," the template usage would be:
{{Infobox entrepreneur | name = Jane Smith | native_name = জেন স্মিথ | verified_icon = Verified.png | image = JaneSmith.jpg | image_date = 2022 | office = Founder | organization = XYZ Enterprises | term_start = 2010 | term_end = Present | birth_date = February 14, 1985 | birth_place = London, UK | nationality = British | occupation = Businesswoman, Philanthropist | years_active = 2010–Present | title = CEO | height = 5 ft 7 in (170 cm) | spouse = John Smith | father = Michael Smith | awards = Business Leader of the Year (2021) | website = janesmith.com | signature = JaneSmithSignature.png }}
Notes[edit source]
- If an optional field is left empty, it will not be displayed. - This template ensures consistency across entrepreneur articles. - Use appropriate file names for images and make sure they are uploaded to the wiki. - The template is flexible and can be adapted for different entrepreneurs.
For further modifications or custom styling, edit the "Template:Infobox Entrepreneur" directly.