Contents

Template:Infobox organization: Difference between revisions

No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>
<includeonly>{{#if:{{{logo|}}}|{{#setmainimage:{{{logo}}}}}}}<div class="wp-infobox">
 
{{#if:{{{image|}}}|{{#setmainimage:{{{image}}}}}}}
 
<div class="wp-infobox">


<div class="wp-infobox-header">
<div class="wp-infobox-header">
Line 10: Line 6:
</div>
</div>


{{#if:{{{image|}}}|
{{#if:{{{logo|}}}|
<div class="wp-infobox-image">
<div class="wp-infobox-image" style="padding:12px 14px 0 !important;box-sizing:border-box;">
[[File:{{{image}}}|320px|alt={{{image_alt|{{{name|{{PAGENAME}}}}}}}}]]
[[File:{{{logo}}}|320px|alt={{{logo_alt|{{{alt|{{{name|{{PAGENAME}}}}}}}}}}}}]]
</div>
</div>
}}
}}


{{#if:{{{image|}}}|
{{#if:{{{logo|}}}|
{{#if:{{{caption|}}}|
{{#if:{{{caption|}}}|
<div class="wp-infobox-caption">{{{caption}}}</div>
<div class="wp-infobox-caption">{{{caption}}}</div>
Line 38: Line 34:
}}
}}


{{#if:{{{acronym|}}}|
{{#if:{{{abbreviation|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Acronym</div>
<div class="wp-infobox-label">Abbreviation</div>
<div class="wp-infobox-value">{{{acronym}}}</div>
<div class="wp-infobox-value">{{{abbreviation}}}</div>
</div>
</div>
}}
}}
Line 52: Line 48:
}}
}}


{{#if:{{{legal_status|}}}|
{{#if:{{{status|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Legal status</div>
<div class="wp-infobox-label">Status</div>
<div class="wp-infobox-value">{{{legal_status}}}</div>
<div class="wp-infobox-value">{{{status}}}</div>
</div>
</div>
}}
}}


{{#if:{{{founded|}}}|
{{#if:{{{purpose|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Purpose</div>
<div class="wp-infobox-value">{{{purpose}}}</div>
</div>
|
{{#if:{{{mission|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founded</div>
<div class="wp-infobox-label">Mission</div>
<div class="wp-infobox-value">{{{founded}}}</div>
<div class="wp-infobox-value">{{{mission}}}</div>
</div>
</div>
}}
}}
}}


{{#if:{{{founding_location|}}}|
{{#if:{{{founded|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founding location</div>
<div class="wp-infobox-label">Founded</div>
<div class="wp-infobox-value">{{{founding_location}}}</div>
<div class="wp-infobox-value">{{{founded}}}</div>
</div>
</div>
}}
}}
Line 78: Line 81:
<div class="wp-infobox-value">{{{founder}}}</div>
<div class="wp-infobox-value">{{{founder}}}</div>
</div>
</div>
}}
|
 
{{#if:{{{founders|}}}|
{{#if:{{{founders|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
Line 86: Line 88:
</div>
</div>
}}
}}
{{#if:{{{established_by|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Established by</div>
<div class="wp-infobox-value">{{{established_by}}}</div>
</div>
}}
}}


Line 98: Line 94:
<div class="wp-infobox-label">Headquarters</div>
<div class="wp-infobox-label">Headquarters</div>
<div class="wp-infobox-value">{{{headquarters}}}</div>
<div class="wp-infobox-value">{{{headquarters}}}</div>
</div>
}}
{{#if:{{{location|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Location</div>
<div class="wp-infobox-value">{{{location}}}</div>
</div>
}}
{{#if:{{{locations|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Locations</div>
<div class="wp-infobox-value">{{{locations}}}</div>
</div>
</div>
}}
}}
Line 122: Line 104:
}}
}}


{{#if:{{{countries|}}}|
{{#if:{{{key_people|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Countries</div>
<div class="wp-infobox-value">{{{countries}}}</div>
</div>
}}
 
{{#if:{{{purpose|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Purpose</div>
<div class="wp-infobox-label">Key people</div>
<div class="wp-infobox-value">{{{purpose}}}</div>
<div class="wp-infobox-value">{{{key_people}}}</div>
</div>
</div>
}}
}}


{{#if:{{{mission|}}}|
{{#if:{{{language|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Mission</div>
<div class="wp-infobox-label">Language</div>
<div class="wp-infobox-value">{{{mission}}}</div>
<div class="wp-infobox-value">{{{language}}}</div>
</div>
</div>
}}
|
 
{{#if:{{{languages|}}}|
{{#if:{{{focus|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Focus</div>
<div class="wp-infobox-label">Languages</div>
<div class="wp-infobox-value">{{{focus}}}</div>
<div class="wp-infobox-value">{{{languages}}}</div>
</div>
</div>
}}
}}
{{#if:{{{fields|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Fields</div>
<div class="wp-infobox-value">{{{fields}}}</div>
</div>
}}
{{#if:{{{services|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Services</div>
<div class="wp-infobox-value">{{{services}}}</div>
</div>
}}
}}


Line 171: Line 132:
}}
}}


{{#if:{{{members|}}}|
{{#if:{{{products|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Members</div>
<div class="wp-infobox-label">Products</div>
<div class="wp-infobox-value">{{{members}}}</div>
<div class="wp-infobox-value">{{{products}}}</div>
</div>
</div>
}}
}}


{{#if:{{{president|}}}|
{{#if:{{{services|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">President</div>
<div class="wp-infobox-label">Services</div>
<div class="wp-infobox-value">{{{president}}}</div>
<div class="wp-infobox-value">{{{services}}}</div>
</div>
}}
 
{{#if:{{{chairperson|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Chairperson</div>
<div class="wp-infobox-value">{{{chairperson}}}</div>
</div>
}}
 
{{#if:{{{director|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Director</div>
<div class="wp-infobox-value">{{{director}}}</div>
</div>
}}
 
{{#if:{{{executive_director|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Executive director</div>
<div class="wp-infobox-value">{{{executive_director}}}</div>
</div>
}}
 
{{#if:{{{secretary|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Secretary</div>
<div class="wp-infobox-value">{{{secretary}}}</div>
</div>
</div>
}}
}}
Line 217: Line 150:
<div class="wp-infobox-label">Parent organization</div>
<div class="wp-infobox-label">Parent organization</div>
<div class="wp-infobox-value">{{{parent_organization}}}</div>
<div class="wp-infobox-value">{{{parent_organization}}}</div>
</div>
}}
{{#if:{{{affiliations|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Affiliations</div>
<div class="wp-infobox-value">{{{affiliations}}}</div>
</div>
</div>
}}
}}
Line 234: Line 160:
}}
}}


{{#if:{{{budget|}}}|
{{#if:{{{affiliations|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Budget</div>
<div class="wp-infobox-label">Affiliations</div>
<div class="wp-infobox-value">{{{budget}}}</div>
<div class="wp-infobox-value">{{{affiliations}}}</div>
</div>
</div>
}}
}}


{{#if:{{{revenue|}}}|
{{#if:{{{website|{{{url|}}}}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Revenue</div>
<div class="wp-infobox-value">{{{revenue}}}</div>
</div>
}}
 
{{#if:{{{employees|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Employees</div>
<div class="wp-infobox-value">{{{employees}}}</div>
</div>
}}
 
{{#if:{{{volunteers|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Volunteers</div>
<div class="wp-infobox-value">{{{volunteers}}}</div>
</div>
}}
 
{{#if:{{{website|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Website</div>
<div class="wp-infobox-label">Website</div>
<div class="wp-infobox-value">[{{{website}}} Official website]</div>
<div class="wp-infobox-value">[{{{website|{{{url|}}}}}} Official website]</div>
</div>
</div>
}}
}}


</div>
</div>
 
</div><!--
</div>
-->{{#wikipartner_organization_schema:
 
 
{{#wikipartner_organization_schema:
name={{{name|{{PAGENAME}}}}}
name={{{name|{{PAGENAME}}}}}
|image={{{image|}}}
|logo={{{logo|}}}
|image_alt={{{image_alt|}}}
|description={{{description|}}}
|type={{{type|}}}
|type={{{type|}}}
|founding_date={{{founded|}}}
|founded={{{founded_iso|{{{founded|}}}}}}
|founding_location={{{founding_location|}}}
|founder={{{founder|{{{founders|}}}}}}
|founder={{{founder|}}}
|headquarters={{{headquarters|}}}
|founders={{{founders|}}}
|location={{{headquarters|{{{location|}}}}}}
|area_served={{{area_served|}}}
|area_served={{{area_served|}}}
|purpose={{{purpose|}}}
|key_people={{{key_people|}}}
|mission={{{mission|}}}
|purpose={{{purpose|{{{mission|}}}}}}
|focus={{{focus|}}}
|products={{{products|}}}
|president={{{president|}}}
|services={{{services|}}}
|chairperson={{{chairperson|}}}
|language={{{language|{{{languages|}}}}}}
|director={{{director|}}}
|parent_organization={{{parent_organization|}}}
|parent_organization={{{parent_organization|}}}
|website={{{website|}}}
|subsidiaries={{{subsidiaries|}}}
}}
|website={{{website|{{{url|}}}}}}
 
}}<!--
</includeonly>
--></includeonly><noinclude>
 
{{:Template:Infobox organization/doc}}
<noinclude>
 
== Usage ==
 
Use this template for articles about organizations whose main purpose is educational, charitable, scientific, cultural, professional, public-service, membership-based, or institutional.
 
Suitable subjects include:
 
* Foundations
* Associations
* Non-governmental organizations
* Charities
* Universities
* Colleges
* Research institutes
* Academic institutions
* Professional societies
* Membership organizations
* Cultural organizations
* International organizations
* Public-interest organizations
* Other notable institutions
 
All parameters are optional. Empty fields are not displayed.
 
Use the basic version when only the main organizational details are needed. Use the full version when additional information is useful and reliably sourced.
 
Do not add private contact information, speculative financial figures, promotional claims, or information that is not relevant to the organization's identity.
 
 
== Basic usage ==
 
<pre>
{{Infobox organization
| name =
| native_name =
| other_name =
| image =
| image_alt =
| caption =
| type =
| founded =
| founder =
| headquarters =
| purpose =
| mission =
| president =
| director =
| members =
| website =
}}
</pre>
 
 
== Full usage ==
 
<pre>
{{Infobox organization
| name =
| native_name =
| other_name =
| acronym =
| image =
| image_alt =
| caption =
| description =
| type =
| legal_status =
| founded =
| founding_location =
| founder =
| founders =
| established_by =
| headquarters =
| location =
| locations =
| area_served =
| countries =
| purpose =
| mission =
| focus =
| fields =
| services =
| membership =
| members =
| president =
| chairperson =
| director =
| executive_director =
| secretary =
| parent_organization =
| affiliations =
| subsidiaries =
| budget =
| revenue =
| employees =
| volunteers =
| website =
}}
</pre>
 
 
== Parameter guidance ==
 
'''name''' 
The commonly used name of the organization.
 
'''native_name''' 
The organization's name in another language or writing system.
 
'''other_name''' 
A notable alternative or former commonly used name.
 
'''acronym''' 
A widely recognized abbreviation of the organization's name.
 
'''image''' 
The main representative image or official logo.
 
'''image_alt''' 
A short description of the image for accessibility.
 
'''caption''' 
A short factual caption for the image.
 
'''description''' 
A brief factual description of the organization.
 
'''type''' 
The organization's general type, such as foundation, university, association, NGO, research institute, or professional society.
 
'''legal_status''' 
The organization's documented legal status when relevant.
 
'''founded''' 
The year or date when the organization was founded or established.
 
'''founding_location''' 
The location where the organization was founded.
 
'''founder''' 
A single founder when appropriate.
 
'''founders''' 
Multiple founders when appropriate.
 
'''established_by''' 
The person, government, institution, or body responsible for establishing the organization when this differs from its founder.
 
'''headquarters''' 
The main headquarters or principal administrative location.
 
'''location''' 
A principal physical location when a headquarters is not appropriate.
 
'''locations''' 
Important locations, campuses, branches, or offices.
 
'''area_served''' 
The geographic area in which the organization operates or provides services.
 
'''countries''' 
Countries where the organization has significant operations or activities.
 
'''purpose''' 
The main purpose of the organization.
 
'''mission''' 
A concise official or well-sourced description of its mission.
 
'''focus''' 
The main subject, cause, or area on which the organization focuses.
 
'''fields''' 
Academic, scientific, professional, cultural, or other fields associated with the organization.
 
'''services''' 
Major services provided by the organization.
 
'''membership''' 
A description of the organization's membership structure.
 
'''members''' 
The number or notable description of members when reliably documented.
 
'''president''' 
The current president when the position is relevant.
 
'''chairperson''' 
The current chairperson or chair when relevant.
 
'''director''' 
The current director or equivalent leader.
 
'''executive_director''' 
The current executive director when applicable.
 
'''secretary''' 
The secretary or equivalent senior officer when relevant.
 
'''parent_organization''' 
A parent organization or institution when one exists.
 
'''affiliations''' 
Important formal affiliations or institutional relationships.
 
'''subsidiaries''' 
Important subsidiaries or controlled organizations when applicable.
 
'''budget''' 
A documented organizational budget when notable.
 
'''revenue''' 
Revenue information when relevant and reliably sourced.
 
'''employees''' 
The number of employees when reliably documented.
 
'''volunteers''' 
The number of volunteers when reliably documented.
 
'''website''' 
The official website only.
 
 
== Example 1: WikiPartner ==
 
<pre>
{{Infobox organization
| name = WikiPartner
| native_name =
| other_name =
| acronym =
| image =
| image_alt = WikiPartner logo
| caption =
| description = English-language knowledge and publishing platform
| type = Knowledge platform
| legal_status =
| founded = 2026
| founding_location =
| founder =
| founders =
| established_by =
| headquarters =
| location =
| locations =
| area_served = Worldwide
| countries =
| purpose = Publishing and sharing reliable knowledge
| mission = Supporting accessible and well-organized knowledge
| focus = Knowledge publishing
| fields = Research; education; publishing
| services = Knowledge publishing and editorial tools
| membership =
| members =
| president =
| chairperson =
| director =
| executive_director =
| secretary =
| parent_organization =
| affiliations =
| subsidiaries =
| budget =
| revenue =
| employees =
| volunteers =
| website = https://wikipartner.org
}}
</pre>
 
 
=== Example infobox ===
 
<div class="wp-infobox">
 
<div class="wp-infobox-header">
<div class="wp-infobox-name">WikiPartner</div>
<div class="wp-infobox-subtitle">Knowledge platform</div>
</div>
 
<div class="wp-infobox-data">
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founded</div>
<div class="wp-infobox-value">2026</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Area served</div>
<div class="wp-infobox-value">Worldwide</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Purpose</div>
<div class="wp-infobox-value">Publishing and sharing reliable knowledge</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Mission</div>
<div class="wp-infobox-value">Supporting accessible and well-organized knowledge</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Focus</div>
<div class="wp-infobox-value">Knowledge publishing</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Fields</div>
<div class="wp-infobox-value">Research; education; publishing</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Services</div>
<div class="wp-infobox-value">Knowledge publishing and editorial tools</div>
</div>
 
</div>
</div>
 
 
== Example 2: Bill & Melinda Gates Foundation ==
 
<pre>
{{Infobox organization
| name = Bill & Melinda Gates Foundation
| native_name =
| other_name =
| acronym = BMGF
| image =
| image_alt = Bill & Melinda Gates Foundation logo
| caption =
| description = American private foundation
| type = Private foundation
| legal_status = Nonprofit organization
| founded = 2000
| founding_location = Seattle, Washington, United States
| founder = Bill Gates; Melinda French Gates
| founders =
| established_by =
| headquarters = Seattle, Washington, United States
| location =
| locations =
| area_served = Worldwide
| countries =
| purpose = Global health, development, and education
| mission =
| focus = Global health; development; education
| fields = Public health; development; education
| services =
| membership =
| members =
| president =
| chairperson =
| director =
| executive_director =
| secretary =
| parent_organization =
| affiliations =
| subsidiaries =
| budget =
| revenue =
| employees =
| volunteers =
| website = https://www.gatesfoundation.org
}}
</pre>
 
 
=== Example infobox ===
 
<div class="wp-infobox">
 
<div class="wp-infobox-header">
<div class="wp-infobox-name">Bill & Melinda Gates Foundation</div>
<div class="wp-infobox-subtitle">Private foundation</div>
</div>
 
<div class="wp-infobox-data">
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Acronym</div>
<div class="wp-infobox-value">BMGF</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Type</div>
<div class="wp-infobox-value">Private foundation</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Legal status</div>
<div class="wp-infobox-value">Nonprofit organization</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founded</div>
<div class="wp-infobox-value">2000</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founding location</div>
<div class="wp-infobox-value">Seattle, Washington, United States</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founder</div>
<div class="wp-infobox-value">Bill Gates; Melinda French Gates</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Headquarters</div>
<div class="wp-infobox-value">Seattle, Washington, United States</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Area served</div>
<div class="wp-infobox-value">Worldwide</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Focus</div>
<div class="wp-infobox-value">Global health; development; education</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Fields</div>
<div class="wp-infobox-value">Public health; development; education</div>
</div>
 
</div>
</div>
 
 
== Example 3: Harvard University ==
 
<pre>
{{Infobox organization
| name = Harvard University
| native_name =
| other_name = Harvard
| acronym =
| image =
| image_alt = Harvard University emblem
| caption =
| description = Private research university in Cambridge, Massachusetts
| type = Private research university
| legal_status =
| founded = 1636
| founding_location = Cambridge, Massachusetts, United States
| founder = Massachusetts General Court
| founders =
| established_by = Massachusetts General Court
| headquarters = Cambridge, Massachusetts, United States
| location = Cambridge, Massachusetts, United States
| locations =
| area_served =
| countries =
| purpose = Higher education and research
| mission =
| focus = Higher education; research
| fields = Education; research
| services = Higher education; research
| membership =
| members =
| president =
| chairperson =
| director =
| executive_director =
| secretary =
| parent_organization =
| affiliations =
| subsidiaries =
| budget =
| revenue =
| employees =
| volunteers =
| website = https://www.harvard.edu
}}
</pre>
 
 
=== Example infobox ===
 
<div class="wp-infobox">
 
<div class="wp-infobox-header">
<div class="wp-infobox-name">Harvard University</div>
<div class="wp-infobox-subtitle">Private research university</div>
</div>
 
<div class="wp-infobox-data">
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Other name</div>
<div class="wp-infobox-value">Harvard</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Type</div>
<div class="wp-infobox-value">Private research university</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founded</div>
<div class="wp-infobox-value">1636</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founding location</div>
<div class="wp-infobox-value">Cambridge, Massachusetts, United States</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Founder</div>
<div class="wp-infobox-value">Massachusetts General Court</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Established by</div>
<div class="wp-infobox-value">Massachusetts General Court</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Headquarters</div>
<div class="wp-infobox-value">Cambridge, Massachusetts, United States</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Location</div>
<div class="wp-infobox-value">Cambridge, Massachusetts, United States</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Purpose</div>
<div class="wp-infobox-value">Higher education and research</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Focus</div>
<div class="wp-infobox-value">Higher education; research</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Fields</div>
<div class="wp-infobox-value">Education; research</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Services</div>
<div class="wp-infobox-value">Higher education; research</div>
</div>
 
</div>
</div>
 
 
== Notes for editors ==
 
* Use this infobox only for notable organizations with enough reliable information to support an article.
* Do not fill every parameter simply because it exists.
* Prefer the organization's commonly used name in '''name'''.
* Use '''founder''' or '''founders''' only when the founding information is reliably documented.
* Use '''headquarters''' for the main administrative headquarters. Use '''location''' for a principal site when appropriate.
* Use '''purpose''', '''mission''', and '''focus''' only when they add useful factual information.
* Do not use financial fields such as '''budget''' or '''revenue''' unless reliable figures are available and relevant.
* Use current leadership fields only when the information is current and sourced.
* '''website''' should contain the organization's official website only.
* Do not add social-media profiles, personal websites, authority identifiers, or external profile links to this infobox.
* Link names, organizations, places, and other subjects normally when appropriate.
 
<templatedata>
{
"description":"Infobox for foundations, associations, NGOs, universities, research institutes, charities, professional societies, membership organizations, cultural organizations, and other notable institutions.",
"params":{
 
"name":{
"label":"Name",
"description":"Commonly used name of the organization.",
"type":"string"
},
 
"native_name":{
"label":"Native name",
"description":"Organization name in another language or writing system.",
"type":"string"
},
 
"other_name":{
"label":"Other name",
"description":"Alternative or formerly used name.",
"type":"string"
},
 
"acronym":{
"label":"Acronym",
"description":"Widely recognized abbreviation of the organization's name.",
"type":"string"
},
 
"image":{
"label":"Image",
"description":"Main representative image or official logo.",
"type":"wiki-file-name"
},
 
"image_alt":{
"label":"Image alt text",
"description":"Short accessibility description of the image.",
"type":"string"
},
 
"caption":{
"label":"Caption",
"description":"Short factual caption for the displayed image.",
"type":"string"
},
 
"description":{
"label":"Description",
"description":"Brief factual description of the organization.",
"type":"string"
},
 
"type":{
"label":"Type",
"description":"General organizational type, such as foundation, university, association, NGO, charity, or research institute.",
"type":"string"
},
 
"legal_status":{
"label":"Legal status",
"description":"Documented legal status of the organization when relevant.",
"type":"string"
},
 
"founded":{
"label":"Founded",
"description":"Year or date when the organization was founded or established.",
"type":"string"
},
 
"founding_location":{
"label":"Founding location",
"description":"Location where the organization was founded.",
"type":"string"
},
 
"founder":{
"label":"Founder",
"description":"Single founder when appropriate.",
"type":"string"
},
 
"founders":{
"label":"Founders",
"description":"Multiple founders when appropriate.",
"type":"string"
},
 
"established_by":{
"label":"Established by",
"description":"Person, government, institution, or body responsible for establishing the organization when different from the founder.",
"type":"string"
},
 
"headquarters":{
"label":"Headquarters",
"description":"Main headquarters or principal administrative location.",
"type":"string"
},
 
"location":{
"label":"Location",
"description":"Principal physical location when a headquarters is not appropriate.",
"type":"string"
},
 
"locations":{
"label":"Locations",
"description":"Important locations, campuses, branches, or offices.",
"type":"string"
},
 
"area_served":{
"label":"Area served",
"description":"Geographic area in which the organization operates or provides services.",
"type":"string"
},
 
"countries":{
"label":"Countries",
"description":"Countries where the organization has significant operations or activities.",
"type":"string"
},
 
"purpose":{
"label":"Purpose",
"description":"Main purpose of the organization.",
"type":"string"
},
 
"mission":{
"label":"Mission",
"description":"Concise official or well-sourced description of the organization's mission.",
"type":"string"
},
 
"focus":{
"label":"Focus",
"description":"Main subject, cause, or area on which the organization focuses.",
"type":"string"
},
 
"fields":{
"label":"Fields",
"description":"Academic, scientific, professional, cultural, or other fields associated with the organization.",
"type":"string"
},
 
"services":{
"label":"Services",
"description":"Major services provided by the organization.",
"type":"string"
},
 
"membership":{
"label":"Membership",
"description":"Description of the organization's membership structure.",
"type":"string"
},
 
"members":{
"label":"Members",
"description":"Number or notable description of members when reliably documented.",
"type":"string"
},
 
"president":{
"label":"President",
"description":"Current president when the position is relevant.",
"type":"string"
},
 
"chairperson":{
"label":"Chairperson",
"description":"Current chairperson or chair when relevant.",
"type":"string"
},
 
"director":{
"label":"Director",
"description":"Current director or equivalent organizational leader.",
"type":"string"
},
 
"executive_director":{
"label":"Executive director",
"description":"Current executive director when applicable.",
"type":"string"
},
 
"secretary":{
"label":"Secretary",
"description":"Secretary or equivalent senior officer when relevant.",
"type":"string"
},
 
"parent_organization":{
"label":"Parent organization",
"description":"Parent organization or institution when one exists.",
"type":"string"
},
 
"affiliations":{
"label":"Affiliations",
"description":"Important formal affiliations or institutional relationships.",
"type":"string"
},
 
"subsidiaries":{
"label":"Subsidiaries",
"description":"Important subsidiaries or controlled organizations when applicable.",
"type":"string"
},
 
"budget":{
"label":"Budget",
"description":"Documented organizational budget when notable.",
"type":"string"
},
 
"revenue":{
"label":"Revenue",
"description":"Revenue information when relevant and reliably sourced.",
"type":"string"
},
 
"employees":{
"label":"Employees",
"description":"Number of employees when reliably documented.",
"type":"string"
},
 
"volunteers":{
"label":"Volunteers",
"description":"Number of volunteers when reliably documented.",
"type":"string"
},
 
"website":{
"label":"Website",
"description":"Official website of the organization only.",
"type":"url"
}
 
},
 
"paramOrder":[
"name",
"native_name",
"other_name",
"acronym",
"image",
"image_alt",
"caption",
"description",
"type",
"legal_status",
"founded",
"founding_location",
"founder",
"founders",
"established_by",
"headquarters",
"location",
"locations",
"area_served",
"countries",
"purpose",
"mission",
"focus",
"fields",
"services",
"membership",
"members",
"president",
"chairperson",
"director",
"executive_director",
"secretary",
"parent_organization",
"affiliations",
"subsidiaries",
"budget",
"revenue",
"employees",
"volunteers",
"website"
]
 
}
</templatedata>


[[Category:WikiPartner infobox templates]]
[[Category:WikiPartner infobox templates]]
[[Category:WikiPartner documentation]]
[[Category:WikiPartner documentation]]
[[Category:WikiPartner templates]]
[[Category:WikiPartner templates]]
</noinclude>
</noinclude>

Latest revision as of 09:17, 7 September 2026

Infobox organization is WikiPartner's standard infobox for nonprofit organizations, international organizations, charities, associations, foundations, federations, unions, institutions, advocacy groups, professional bodies, and other notable organizations.

Use Template:Infobox company instead when the subject is primarily a commercial company or corporation.

All parameters are optional. Add only information supported by reliable sources. Empty fields are automatically hidden.

Adding this template to an article also generates WikiPartner Organization structured data automatically. Editors do not need to create schema markup manually.

Short usage

Use this version for most organization articles.

{{Infobox organization
| name =
| logo =
| logo_alt =
| caption =
| abbreviation =
| type =
| purpose =
| founded =
| founder =
| headquarters =
| area_served =
| website =
}}

Full usage

Use this version when more information about the organization is available. Remove parameters that are not needed.

{{Infobox organization
| name =
| native_name =
| other_name =
| abbreviation =

| logo =
| logo_alt =
| caption =

| type =
| status =

| purpose =
| mission =

| founded =
| founded_iso =
| founder =
| founders =

| headquarters =
| area_served =

| key_people =

| language =
| languages =

| membership =

| products =
| services =

| parent_organization =
| subsidiaries =
| affiliations =

| website =
}}

Organization types

Use a clear and neutral value in type.

Common examples include:

  • Non-governmental organization
  • Intergovernmental organization
  • International organization
  • Nonprofit organization
  • Charity
  • Foundation
  • Association
  • Professional association
  • Trade association
  • Sports federation
  • Sports governing body
  • Advocacy organization
  • Research organization
  • Educational organization
  • Cultural organization
  • Religious organization

The visible type describes the organization for readers. WikiPartner's structured data uses the general Schema.org Organization type.

Examples

The examples below show both the wikitext entered by an editor and the finished WikiPartner infobox.

Logos are not included in these examples so the previews do not depend on a particular uploaded logo file. Editors may add a properly licensed logo or image when available.

International health organization — World Health Organization

Wikitext

{{Infobox organization
| name = World Health Organization
| abbreviation = WHO
| type = Specialized agency
| purpose = International public health
| founded = 7 April 1948
| founded_iso = 1948-04-07
| headquarters = Geneva, Switzerland
| area_served = Worldwide
| parent_organization = United Nations
| website = https://www.who.int/
}}

Rendered infobox

World Health Organization
Specialized agency





Abbreviation
WHO
Type
Specialized agency


Purpose
International public health
Founded
7 April 1948


Headquarters
Geneva, Switzerland
Area served
Worldwide






Parent organization
United Nations



Sports federation — FIFA

Wikitext

{{Infobox organization
| name = FIFA
| other_name = Fédération Internationale de Football Association
| type = International sports federation
| purpose = Governance and promotion of association football
| founded = 21 May 1904
| founded_iso = 1904-05-21
| headquarters = Zürich, Switzerland
| area_served = Worldwide
| membership = National football associations
| website = https://www.fifa.com/
}}

Rendered infobox

FIFA
International sports federation




Other name
Fédération Internationale de Football Association


Type
International sports federation


Purpose
Governance and promotion of association football
Founded
21 May 1904


Headquarters
Zürich, Switzerland
Area served
Worldwide



Membership
National football associations






Human rights organization — Amnesty International

Wikitext

{{Infobox organization
| name = Amnesty International
| abbreviation = AI
| type = Non-governmental organization
| purpose = Human rights advocacy
| founded = 1961
| founded_iso = 1961
| founder = Peter Benenson
| headquarters = London, United Kingdom
| area_served = Worldwide
| website = https://www.amnesty.org/
}}

Rendered infobox

Amnesty International
Non-governmental organization





Abbreviation
AI
Type
Non-governmental organization


Purpose
Human rights advocacy
Founded
1961
Founder
Peter Benenson
Headquarters
London, United Kingdom
Area served
Worldwide









Usage notes

  • Use name for the commonly recognized name of the organization.
  • Use native_name for the organization's name in its native language or writing system when useful.
  • Use other_name for another widely recognized name.
  • Use abbreviation for a commonly used abbreviation or acronym.
  • Use logo for the organization's logo filename only. Do not include File:....
  • Use logo_alt for short alternative text describing the logo.
  • Use only properly licensed files.
  • Use caption only when the logo or image needs a useful caption.
  • Use type for a concise description such as nonprofit organization, association, foundation, federation, or international organization.
  • Use status only when the organization's operational status is important, such as Active, Dissolved, or Defunct.
  • Use purpose for a short factual explanation of the organization's principal purpose.
  • Use mission when a clearly documented organizational mission is more appropriate than a general purpose.
  • Use founded for the human-readable founding date or year.
  • Use founded_iso for structured data. Accepted formats are YYYY, YYYY-MM, or YYYY-MM-DD.
  • Use either founder or founders, depending on whether one or several founders need to be listed.
  • Use headquarters for the principal headquarters.
  • Use area_served for the geographic area in which the organization operates.
  • Use key_people only for people whose leadership or organizational role is directly relevant.
  • Avoid filling key_people with a long list of officials.
  • Use language when one principal language is relevant.
  • Use languages when several official or working languages need to be listed.
  • Use membership for a meaningful and reliably documented description of the organization's membership.
  • Use products only when the organization produces notable products.
  • Use services for significant services provided by the organization.
  • Use parent_organization when the subject formally belongs to a larger organization.
  • Use subsidiaries for notable controlled subsidiary organizations when applicable.
  • Use affiliations for significant formal affiliations that do not represent a parent-subsidiary relationship.
  • Use website only for the official website.
  • The older url parameter is accepted as an alias for website, but new articles should use website.
  • Leave unused parameters out.
  • Do not guess founders, leadership, membership figures, headquarters, parent organizations, affiliations, or other organizational information.
  • Important information should be supported by reliable sources.

TemplateData

WikiPartner's standard infobox for nonprofit organizations, international organizations, charities, associations, foundations, federations, institutions, advocacy groups, and other notable organizations.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Commonly recognized name of the organization.

Stringoptional
Native namenative_name

Organization name in its native language or writing system.

Stringoptional
Other nameother_name

Another widely recognized name of the organization.

Stringoptional
Abbreviationabbreviation

Commonly used abbreviation or acronym.

Stringoptional
Logologo

Organization logo filename without File markup.

Fileoptional
Logo alternative textlogo_alt alt

Short alternative text describing the logo.

Stringoptional
Captioncaption

Optional caption displayed below the logo.

Stringoptional
Organization typetype

Type of organization, such as nonprofit organization, association, foundation, federation, or international organization.

Stringoptional
Statusstatus

Operational status of the organization when relevant.

Stringoptional
Purposepurpose

Short factual explanation of the organization's principal purpose.

Stringoptional
Missionmission

Documented organizational mission when more appropriate than purpose.

Stringoptional
Foundedfounded

Human-readable founding date or year.

Stringoptional
Founded ISOfounded_iso

Machine-readable founding date in YYYY, YYYY-MM, or YYYY-MM-DD format.

Stringoptional
Founderfounder

Founder when one person or entity is listed.

Stringoptional
Foundersfounders

Founders when several people or entities are listed.

Stringoptional
Headquartersheadquarters

Principal headquarters of the organization.

Stringoptional
Area servedarea_served

Geographic area in which the organization operates.

Stringoptional
Key peoplekey_people

Important leaders or officials directly relevant to the organization.

Stringoptional
Languagelanguage

Principal or official language when one language is relevant.

Stringoptional
Languageslanguages

Official or working languages when several need to be listed.

Stringoptional
Membershipmembership

Meaningful description or figure for organizational membership.

Stringoptional
Productsproducts

Notable products produced by the organization when applicable.

Stringoptional
Servicesservices

Significant services provided by the organization.

Stringoptional
Parent organizationparent_organization

Larger organization to which the subject formally belongs.

Stringoptional
Subsidiariessubsidiaries

Notable subsidiary organizations controlled by the subject.

Stringoptional
Affiliationsaffiliations

Significant formal affiliations when relevant.

Stringoptional
Websitewebsite url

Official organization website.

URLoptional