सामग्री पर जाएँ

"साँचा:Infobox entrepreneur": अवतरणों में अंतर

From वर्ल्डपीडिया, the free encyclopedia
No edit summary
टैग: मोबाइल संपादन मोबाइल वेब संपादन
No edit summary
 
(इसी सदस्य द्वारा किए गए बीच के २१ अवतरण नहीं दर्शाए गए)
पंक्ति १: पंक्ति १:
{{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>}}
पंक्ति १५: पंक्ति १८:
| 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; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:none; padding:0; margin:0; line-height:1;">[[{{{office|N/A}}}]]&nbsp;of the&nbsp;[[{{{organization|N/A}}}]]</div>
| 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}}}]]&nbsp;of the&nbsp;[[{{{organization|N/A}}}]]</div>




पंक्ति ३५: पंक्ति ३९:
| label10    = Organization
| label10    = Organization
| data10=[[{{{organization|N/A}}}]]
| data10=[[{{{organization|N/A}}}]]
| label11    = Title
| label11    = Title(s)
| data11      = {{{title|N/A}}}
| data11      = {{{title|N/A}}}
| label12    = Height
| label12    = Height
पंक्ति ५२: पंक्ति ५६:
| header17    = Signature
| header17    = Signature
| data18      = {{#if:{{{signature|}}}|[[File:{{{signature}}}|100px]]|N/A}}  
| data18      = {{#if:{{{signature|}}}|[[File:{{{signature}}}|100px]]|N/A}}  
}}
}}  
</includeonly>

१८:२२, ६ मार्च २०२५ के समय का अवतरण

Usage[स्रोत सम्पादित करें]

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[स्रोत सम्पादित करें]

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[स्रोत सम्पादित करें]

- 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[स्रोत सम्पादित करें]

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[स्रोत सम्पादित करें]

- 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.