Difference between revisions of "Template:Infobox organization/doc"
imported>Voidxor m (Avoid the construction "and/or" per MOS:ANDOR.) |
|||
| (25 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
| − | {{High-use | + | {{High-use}} |
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | ||
{{tlc|{{BASEPAGENAME}}}} can be used to provide at-a-glance information at the start of an article about an organization. | {{tlc|{{BASEPAGENAME}}}} can be used to provide at-a-glance information at the start of an article about an organization. | ||
| − | == | + | == Usage == |
| − | |||
{{Parameter names example |_display=italics | {{Parameter names example |_display=italics | ||
| − | |name |full_name |native_name | + | |name |full_name |native_name |native_name_lang=es |
|image={{{image}}} |image_size={{{image_size}}} |alt={{{alt}}} |caption | |image={{{image}}} |image_size={{{image_size}}} |alt={{{alt}}} |caption | ||
|logo={{{logo}}} |logo_size={{{logo_size}}} |logo_alt={{{logo_alt}}} |logo_caption | |logo={{{logo}}} |logo_size={{{logo_size}}} |logo_alt={{{logo_alt}}} |logo_caption | ||
|map={{{map}}} |map_size={{{map_size}}} |map_alt={{{map_alt}}} |map_caption |map2={{{map2}}} |map2_size={{{map2_size}}} |map2_alt={{{map2_alt}}} |map2_caption | |map={{{map}}} |map_size={{{map_size}}} |map_alt={{{map_alt}}} |map_caption |map2={{{map2}}} |map2_size={{{map2_size}}} |map2_alt={{{map2_alt}}} |map2_caption | ||
| − | |abbreviation |nickname |pronounce={{{pronounce}}} |pronounce ref |pronounce comment |pronounce 2 |named_after |motto |predecessor |merged |successor |formation |founder=''founder'' {{\}} ''founders'' |founding_location | + | |abbreviation |nickname |pronounce={{{pronounce}}} |pronounce ref |pronounce comment |pronounce 2 |named_after |motto |predecessor |merged |successor |formation |founder=''founder'' {{\}} ''founders'' |founding_location |
| − | | | + | |dissolved=''dissolved'' {{\}} ''defunct'' |merger |type |tax_id=''tax_id'' {{\}} ''vat_id'' |
| − | |registration_id |status |purpose |professional_title |headquarters | | + | |registration_id |status |purpose |professional_title |headquarters |location_city |location_country |location_city2 |location_country2 |addnl_location_city |addnl_location_country |addnl_location_city2 |addnl_location_country2 |coordinates |origins |region_served=''region_served'' {{\}} ''region'' {{\}} ''area_served'' |products=''products'' {{\}} ''product'' |services |methods=''methods'' {{\}} ''method'' |fields=''fields'' {{\}} ''field'' |
| − | |membership |membership_year=''_year'' |language |owner=''owner'' {{\}} ''owners'' |sec_gen=''sec_gen'' {{\}} ''gen_sec'' | + | |membership |membership_year=''_year'' |language =''language'' {{\}} ''languages'' |owner=''owner'' {{\}} ''owners'' |sec_gen=''sec_gen'' {{\}} ''gen_sec'' |
|leader_title |leader_name |leader_title2 |leader_name2 |leader_title3 |leader_name3 |leader_title4 |leader_name4 | |leader_title |leader_name |leader_title2 |leader_name2 |leader_title3 |leader_name3 |leader_title4 |leader_name4 | ||
| − | |board_of_directors |key_people |main_organ |parent_organization |subsidiaries |secessions |affiliations | + | |board_of_directors |key_people |main_organ =''main_organ'' {{\}} ''publication'' |parent_organization=''parent_organization'' {{\}} ''parent_organisation'' |subsidiaries |secessions |affiliations |
| − | |budget |budget_year=''_year'' |revenue |revenue_year=''_year'' |disbursements |expenses |expenses_year=''_year'' |endowment |endowment_year=''_year'' | + | |budget |budget_year=''_year'' |revenue |revenue_year=''_year'' |disbursements |expenses |expenses_year=''_year'' |endowment |endowment_year=''_year'' | funding |
|staff |staff_year=''_year'' |volunteers |volunteers_year=''_year'' | |staff |staff_year=''_year'' |volunteers |volunteers_year=''_year'' | ||
|students |students_year=''_year'' | |students |students_year=''_year'' | ||
| − | |awards |website=<code><nowiki>{{URL|...}}</nowiki></code> |remarks |formerly |footnotes |bodystyle | + | |awards |website=<code><nowiki>{{URL|...}}</nowiki></code> |remarks |formerly=''formerly'' {{\}} ''former_name'' |footnotes |bodystyle |
}} | }} | ||
| + | ;Full syntax | ||
| + | Copy this version to use, remove hidden notes (both the <code><nowiki><!--</nowiki></code> and <code><nowiki>--></nowiki></code> characters) that surround certain entries, in order for the data you enter to appear in the published article. All fields '''''must''''' be [[lowercase]], and all are optional. | ||
| − | < | + | <syntaxhighlight lang="html" style="overflow:auto;"> |
{{Infobox organization | {{Infobox organization | ||
| − | | name = | + | | name = <!-- defaults to {{PAGENAME}}, if not provided --> |
| full_name = | | full_name = | ||
| − | | native_name = | + | | native_name = <!-- organization's name in its local language --> |
| − | | native_name_lang = | + | | native_name_lang = <!-- required ISO 639-1 code of the above native language --> |
| logo = | | logo = | ||
| logo_size = | | logo_size = | ||
| Line 37: | Line 38: | ||
| image = | | image = | ||
| image_size = | | image_size = | ||
| − | | alt = | + | | alt = <!-- see [[WP:ALT]] --> |
| caption = | | caption = | ||
| − | | map = | + | | map = <!-- map image --> |
| − | | map_size = | + | | map_size = <!-- defaults to 250px --> |
| map_alt = | | map_alt = | ||
| map_caption = | | map_caption = | ||
| − | | map2 = | + | | map2 = <!-- 2nd map image, if required --> |
| map2_size = | | map2_size = | ||
| map2_alt = | | map2_alt = | ||
| Line 56: | Line 57: | ||
| motto = | | motto = | ||
| predecessor = | | predecessor = | ||
| − | | merged = | + | | merged = <!-- any other organization(s) which it was merged into --> |
| successor = | | successor = | ||
| − | | formation = <!-- use {{start date and age|YYYY|MM|DD}} --> | + | | formation = <!-- or |established = --><!-- use {{start date and age|YYYY|MM|DD}} --> |
| − | | founder = | + | | founder = <!-- or |founders = --> |
| founding_location = | | founding_location = | ||
| − | | | + | | dissolved = <!-- or |defunct = --><!-- use {{end date and age|YYYY|MM|DD}} --> |
| − | | merger = | + | | merger = <!-- other organizations (if any) merged with, to constitute the new organization --> |
| − | | type = | + | | type = <!-- e.g., [[Nonprofit organization|Nonprofit]], [[Non-governmental organization|NGO]], etc. --> |
| − | | tax_id = <!-- or | vat_id = (for European organizations) --> | + | | tax_id = <!-- or |vat_id = (for European organizations) --> |
| − | | registration_id = <!-- for non- | + | | registration_id = <!-- for non-profits --> |
| − | | status = | + | | status = <!-- legal status or description (company, charity, foundation, etc.) --> |
| − | | purpose = | + | | purpose = <!-- or |focus = --><!-- humanitarian, activism, peacekeeping, etc. --> |
| − | | professional_title = | + | | professional_title = <!-- for professional associations --> |
| headquarters = | | headquarters = | ||
| − | | | + | | location_city = |
| − | | | + | | location_country = |
| − | | | + | | location_city2 = |
| − | | | + | | location_country2 = |
| − | | coordinates = <!-- {{coord|LAT|LON|display=inline, title}} --> | + | | addnl_location_city = |
| + | | addnl_location_country = | ||
| + | | addnl_location_city2 = | ||
| + | | addnl_location_country2 = | ||
| + | | coordinates = <!-- {{coord|LAT|LON|display=inline,title}} --> | ||
| origins = | | origins = | ||
| − | | region | + | | region_served = <!-- or |area_served = or |region = --> |
| − | | products = | + | | products = <!-- or |product = --> |
| services = | | services = | ||
| − | | methods = | + | | methods = <!-- or |method = --> |
| − | | fields = | + | | fields = <!-- or |field = --> |
| − | | membership = | + | | membership = <!-- number of members --> |
| − | | membership_year = | + | | membership_year = <!-- year to which membership numbers/data apply --> |
| − | | language = | + | | language = <!-- or |languages = --><!-- any official language or languages used --> |
| − | | owner = <!-- or | owners = --> | + | | owner = <!-- or |owners = --> |
| − | | sec_gen = <!-- or | gen_sec for General Secretary --> | + | | sec_gen = <!-- or |gen_sec for General Secretary --> |
| − | | leader_title = | + | | leader_title = <!-- defaults to "Leader" --> |
| leader_name = | | leader_name = | ||
| leader_title2 = | | leader_title2 = | ||
| Line 96: | Line 101: | ||
| board_of_directors = | | board_of_directors = | ||
| key_people = | | key_people = | ||
| − | | main_organ = | + | | main_organ = <!-- or |publication = --><!-- organization's principal body (assembly, committee, board, etc.) or publication --> |
| − | | parent_organization = | + | | parent_organization = <!-- or |parent_organisation = --> |
| subsidiaries = | | subsidiaries = | ||
| secessions = | | secessions = | ||
| Line 110: | Line 115: | ||
| endowment = | | endowment = | ||
| endowment_year = | | endowment_year = | ||
| + | | funding = <!-- source of funding e.g. for "think tanks" --> | ||
| staff = | | staff = | ||
| staff_year = | | staff_year = | ||
| Line 116: | Line 122: | ||
| students = | | students = | ||
| students_year = | | students_year = | ||
| + | | awards = | ||
| website = <!-- {{URL|example.com}} --> | | website = <!-- {{URL|example.com}} --> | ||
| remarks = | | remarks = | ||
| − | | formerly = | + | | formerly = <!-- or |former_name = --> |
| footnotes = | | footnotes = | ||
| bodystyle = | | bodystyle = | ||
}} | }} | ||
| − | </ | + | </syntaxhighlight> |
{{clear}} | {{clear}} | ||
| − | == | + | == Example == |
| − | |||
All fields are [[lower case]] and optional. | All fields are [[lower case]] and optional. | ||
| − | |||
{{Infobox organization | {{Infobox organization | ||
| name = Organization's ''name'' | | name = Organization's ''name'' | ||
| full_name = Organization's unabbreviated name | | full_name = Organization's unabbreviated name | ||
| native_name = ''native_name'' | | native_name = ''native_name'' | ||
| − | | native_name_lang = '' | + | | native_name_lang = es |
| + | | image = Example.png | ||
| + | | alt = Text alternative for those who do not see the image | ||
| + | | caption = {{longitem|(''caption''{{thin space}}''':'''){{break}}Example.png (''image'') at template's default size.}} | ||
| + | | map = World map.jpg | ||
| + | | map_alt = This is the message carried by "map_alt" parameter | ||
| + | | map_caption = {{longitem|(''map_caption''{{thin space}}''':'''){{break}}World map.jpg (''map'') at template's default size.}} | ||
| + | | abbreviation = ''abbreviation'' | ||
| nickname = ''nickname'' | | nickname = ''nickname'' | ||
| named_after = ''named_after'' | | named_after = ''named_after'' | ||
| − | | image = | + | | motto = ''motto'' |
| + | | predecessor = ''predecessor'' | ||
| + | | merged = ''merged'' | ||
| + | | successor = ''successor'' | ||
| + | | formation = {{nowrap|''formation'' (or ''established'')}} | ||
| + | | founder = ''founder'' (or ''founders'') | ||
| + | | founding_location = ''founding_location'' | ||
| + | | dissolved = ''dissolved'' (or ''defunct'') | ||
| + | | merger = ''merger'' | ||
| + | | type = ''type'' | ||
| + | | tax_id = ''tax_id'' (or ''vat_id'') | ||
| + | | registration_id = ''registration_id'' | ||
| + | | status = ''status'' | ||
| + | | purpose = ''purpose'' | ||
| + | | headquarters = ''headquarters'' | ||
| + | | location_city = ''location_city'' | ||
| + | | location_country = ''location_country'' | ||
| + | | coords = ({{thin space|use {{tl|coord}}}}) | ||
| + | | origins = ''origins'' | ||
| + | | region_served = ''region_served'' | ||
| + | | products = ''products'' | ||
| + | | services = ''services'' | ||
| + | | methods = ''methods'' | ||
| + | | fields = ''fields'' | ||
| + | | membership = ''membership'' | ||
| + | | membership_year = ''_year'' | ||
| + | | language = ''language'' (or ''languages'') | ||
| + | | owner = ''owner'' (or ''owners'') | ||
| + | | sec_gen = ''sec_gen'' (or ''gen_sec'') | ||
| + | | leader_title = ''leader_title'' | ||
| + | | leader_name = ''leader_name'' | ||
| + | | leader_title2 = ''leader_title2'' | ||
| + | | leader_name2 = ''leader_name2'' | ||
| + | | board_of_directors = ''board_of_directors'' | ||
| + | | key_people = ''key_people'' | ||
| + | | main_organ = {{nowrap|''main_organ'' (or ''publication'')}} | ||
| + | | parent_organization = ''parent_organi[z/s]ation'' | ||
| + | | subsidiaries = ''subsidiaries'' | ||
| + | | secessions = ''secessions'' | ||
| + | | affiliations = ''affiliations'' | ||
| + | | budget = ''budget'' | ||
| + | | budget_year = ''_year'' | ||
| + | | revenue = ''revenue'' | ||
| + | | revenue_year = ''_year'' | ||
| + | | disbursements = ''disbursements'' | ||
| + | | expenses = ''expenses'' | ||
| + | | expenses_year = ''_year'' | ||
| + | | endowment = ''endowment'' | ||
| + | | endowment_year = ''_year'' | ||
| + | | funding = ''funding'' | ||
| + | | staff = ''staff'' | ||
| + | | staff_year = ''_year'' | ||
| + | | volunteers = ''volunteers'' | ||
| + | | volunteers_year = ''_year'' | ||
| + | | students = ''students'' | ||
| + | | students_year = ''_year'' | ||
| + | | awards = ''awards'' | ||
| + | | website = ''website'' | ||
| + | | remarks = ''remarks'' | ||
| + | | formerly = {{nowrap|''formerly'' (or ''former_name'')}} | ||
| + | | footnotes = ''footnotes'' | ||
| + | }} | ||
| + | <syntaxhighlight lang="html" style="overflow:auto;"> | ||
| + | {{Infobox organization | ||
| + | | name = Organization's ''name'' | ||
| + | | full_name = Organization's unabbreviated name | ||
| + | | native_name = ''native_name'' | ||
| + | | native_name_lang = required ISO 639-1 code of the above native language | ||
| + | | image = Example.png | ||
| alt = Text alternative for those who do not see the image | | alt = Text alternative for those who do not see the image | ||
| − | | caption = {{longitem|(''caption''{{thin space}}''':''') | + | | caption = {{longitem|(''caption''{{thin space}}''':'''){{break}}Example.png (''image'') at template's default size.}} |
| map = World map.jpg | | map = World map.jpg | ||
| map_alt = This is the message carried by "map_alt" parameter | | map_alt = This is the message carried by "map_alt" parameter | ||
| − | | map_caption = {{longitem|(''map_caption''{{thin space}}''':''') | + | | map_caption = {{longitem|(''map_caption''{{thin space}}''':'''){{break}}World map.jpg (''map'') at template's default size.}} |
| abbreviation = ''abbreviation'' | | abbreviation = ''abbreviation'' | ||
| + | | nickname = ''nickname'' | ||
| + | | named_after = ''named_after'' | ||
| motto = ''motto'' | | motto = ''motto'' | ||
| predecessor = ''predecessor'' | | predecessor = ''predecessor'' | ||
| Line 150: | Line 232: | ||
| founder = ''founder'' (or ''founders'') | | founder = ''founder'' (or ''founders'') | ||
| founding_location = ''founding_location'' | | founding_location = ''founding_location'' | ||
| − | | dissolved = ''dissolved'' (or '' | + | | dissolved = ''dissolved'' (or ''defunct'') |
| merger = ''merger'' | | merger = ''merger'' | ||
| type = ''type'' | | type = ''type'' | ||
| Line 158: | Line 240: | ||
| purpose = ''purpose'' | | purpose = ''purpose'' | ||
| headquarters = ''headquarters'' | | headquarters = ''headquarters'' | ||
| − | | | + | | location_city = ''location_city'' |
| + | | location_country = ''location_country'' | ||
| coords = ({{thin space|use {{tl|coord}}}}) | | coords = ({{thin space|use {{tl|coord}}}}) | ||
| − | | | + | | origins = ''origins'' |
| + | | region_served = ''region_served'' | ||
| + | | products = ''products'' | ||
| services = ''services'' | | services = ''services'' | ||
| − | |||
| methods = ''methods'' | | methods = ''methods'' | ||
| fields = ''fields'' | | fields = ''fields'' | ||
| Line 172: | Line 256: | ||
| leader_title = ''leader_title'' | | leader_title = ''leader_title'' | ||
| leader_name = ''leader_name'' | | leader_name = ''leader_name'' | ||
| − | | | + | | leader_title2 = ''leader_title2'' |
| − | | | + | | leader_name2 = ''leader_name2'' |
| board_of_directors = ''board_of_directors'' | | board_of_directors = ''board_of_directors'' | ||
| key_people = ''key_people'' | | key_people = ''key_people'' | ||
| Line 181: | Line 265: | ||
| secessions = ''secessions'' | | secessions = ''secessions'' | ||
| affiliations = ''affiliations'' | | affiliations = ''affiliations'' | ||
| + | | budget = ''budget'' | ||
| + | | budget_year = ''_year'' | ||
| + | | revenue = ''revenue'' | ||
| + | | revenue_year = ''_year'' | ||
| + | | disbursements = ''disbursements'' | ||
| + | | expenses = ''expenses'' | ||
| + | | expenses_year = ''_year'' | ||
| endowment = ''endowment'' | | endowment = ''endowment'' | ||
| endowment_year = ''_year'' | | endowment_year = ''_year'' | ||
| − | | staff | + | | funding = ''funding'' |
| − | | staff_year | + | | staff = ''staff'' |
| − | | volunteers | + | | staff_year = ''_year'' |
| + | | volunteers = ''volunteers'' | ||
| volunteers_year = ''_year'' | | volunteers_year = ''_year'' | ||
| + | | students = ''students'' | ||
| + | | students_year = ''_year'' | ||
| + | | awards = ''awards'' | ||
| website = ''website'' | | website = ''website'' | ||
| remarks = ''remarks'' | | remarks = ''remarks'' | ||
| formerly = {{nowrap|''formerly'' (or ''former_name'')}} | | formerly = {{nowrap|''formerly'' (or ''former_name'')}} | ||
| footnotes = ''footnotes'' | | footnotes = ''footnotes'' | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| + | {{clear}} | ||
== Microformat == | == Microformat == | ||
| Line 271: | Line 297: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| − | |||
"format": "{{_\n| ___________________ = _\n}}\n", | "format": "{{_\n| ___________________ = _\n}}\n", | ||
"params": { | "params": { | ||
| Line 282: | Line 307: | ||
"description": "defaults to {{PAGENAME}} if name not provided" | "description": "defaults to {{PAGENAME}} if name not provided" | ||
}, | }, | ||
| − | + | "full_name": { | |
"label": "full_name", | "label": "full_name", | ||
"type": "string", | "type": "string", | ||
| Line 312: | Line 337: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "Image of organisation" |
}, | }, | ||
"image_size": { | "image_size": { | ||
| Line 320: | Line 345: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "Size of image" |
}, | }, | ||
"alt": { | "alt": { | ||
| Line 328: | Line 353: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "See [[WP:ALT]]." |
}, | }, | ||
"caption": { | "caption": { | ||
| Line 336: | Line 361: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "Caption" |
}, | }, | ||
"logo": { | "logo": { | ||
| Line 344: | Line 369: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "Logo of organisation" |
}, | }, | ||
"logo_size": { | "logo_size": { | ||
| Line 445: | Line 470: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"pronounce": { | "pronounce": { | ||
| Line 453: | Line 477: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"pronounce ref": { | "pronounce ref": { | ||
| Line 461: | Line 484: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"pronounce comment": { | "pronounce comment": { | ||
| Line 469: | Line 491: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"pronounce 2": { | "pronounce 2": { | ||
| Line 477: | Line 498: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"named_after": { | "named_after": { | ||
| Line 501: | Line 521: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"merged": { | "merged": { | ||
| Line 522: | Line 541: | ||
"formation": { | "formation": { | ||
"label": "formation", | "label": "formation", | ||
| − | "aliases": ["established", "founded"], | + | "aliases": [ |
| + | "established", | ||
| + | "founded" | ||
| + | ], | ||
"type": "date", | "type": "date", | ||
"required": false, | "required": false, | ||
| Line 531: | Line 553: | ||
"founder": { | "founder": { | ||
"label": "founder", | "label": "founder", | ||
| − | "aliases": ["founders"], | + | "aliases": [ |
| + | "founders" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 545: | Line 569: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "place founded" | "description": "place founded" | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}, | }, | ||
"merger": { | "merger": { | ||
| Line 569: | Line 584: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": "e.g. [[Governmental organization]], [[Non-governmental organization|NGO]]" | + | "description": "e.g. [[Governmental organization|Governmental]], [[Non-governmental organization|NGO]], [[Nonprofit organization|Nonprofit]]" |
}, | }, | ||
"tax_id": { | "tax_id": { | ||
"label": "tax_id", | "label": "tax_id", | ||
| − | "aliases": ["vat_id"], | + | "aliases": [ |
| + | "vat_id" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"registration_id": { | "registration_id": { | ||
| Line 585: | Line 601: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"status": { | "status": { | ||
| Line 594: | Line 609: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": "Organization's legal status | + | "description": "Organization's legal status or description (company, charity, foundation)" |
}, | }, | ||
"purpose": { | "purpose": { | ||
"label": "purpose", | "label": "purpose", | ||
| − | "aliases": ["focus"], | + | "aliases": [ |
| + | "focus" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 620: | Line 637: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "organisation headquarters" | "description": "organisation headquarters" | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}, | }, | ||
"coordinates": { | "coordinates": { | ||
"label": "coordinates", | "label": "coordinates", | ||
| − | "aliases": ["coords"], | + | "aliases": [ |
| + | "coords" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 667: | Line 654: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"region": { | "region": { | ||
"label": "region", | "label": "region", | ||
| − | "aliases": ["region_served", "area_served"], | + | "aliases": [ |
| + | "region_served", | ||
| + | "area_served" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 681: | Line 670: | ||
"products": { | "products": { | ||
"label": "products", | "label": "products", | ||
| − | "aliases": ["product"], | + | "aliases": [ |
| + | "product" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"services": { | "services": { | ||
| Line 698: | Line 688: | ||
"methods": { | "methods": { | ||
"label": "methods", | "label": "methods", | ||
| − | "aliases": ["method"], | + | "aliases": [ |
| + | "method" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"fields": { | "fields": { | ||
"label": "fields", | "label": "fields", | ||
| − | "aliases": ["field"], | + | "aliases": [ |
| + | "field" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"membership": { | "membership": { | ||
"label": "membership", | "label": "membership", | ||
| − | "aliases": ["members"], | + | "aliases": [ |
| + | "members" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 728: | Line 722: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"language": { | "language": { | ||
"label": "language", | "label": "language", | ||
| − | "aliases": ["languages"], | + | "aliases": [ |
| + | "languages" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 742: | Line 737: | ||
"owner": { | "owner": { | ||
"label": "owner", | "label": "owner", | ||
| − | "aliases": ["owners"], | + | "aliases": [ |
| + | "owners" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"sec_gen": { | "sec_gen": { | ||
"label": "sec_gen", | "label": "sec_gen", | ||
| − | "aliases": ["gen_sec"], | + | "aliases": [ |
| + | "gen_sec" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 763: | Line 761: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"leader_name": { | "leader_name": { | ||
| Line 779: | Line 776: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"leader_name2": { | "leader_name2": { | ||
| Line 787: | Line 783: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"leader_name3": { | "leader_name3": { | ||
| Line 795: | Line 790: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"leader_title3": { | "leader_title3": { | ||
| Line 803: | Line 797: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"leader_title4": { | "leader_title4": { | ||
| Line 811: | Line 804: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"leader_name4": { | "leader_name4": { | ||
| Line 819: | Line 811: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"board_of_directors": { | "board_of_directors": { | ||
| Line 840: | Line 831: | ||
"main_organ": { | "main_organ": { | ||
"label": "main_organ", | "label": "main_organ", | ||
| − | "aliases": ["publication"], | + | "aliases": [ |
| + | "publication" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 849: | Line 842: | ||
"parent_organization": { | "parent_organization": { | ||
"label": "parent_organization", | "label": "parent_organization", | ||
| − | "aliases": ["parent_organisation"], | + | "aliases": [ |
| + | "parent_organisation" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 893: | Line 888: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"revenue": { | "revenue": { | ||
| Line 901: | Line 895: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"revenue_year": { | "revenue_year": { | ||
| Line 909: | Line 902: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"disbursements": { | "disbursements": { | ||
| Line 917: | Line 909: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"expenses": { | "expenses": { | ||
| Line 925: | Line 916: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"expenses_year": { | "expenses_year": { | ||
| Line 933: | Line 923: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"endowment": { | "endowment": { | ||
| Line 941: | Line 930: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"endowment_year": { | "endowment_year": { | ||
| Line 949: | Line 937: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"staff": { | "staff": { | ||
"label": "staff", | "label": "staff", | ||
| − | "aliases": ["employees"], | + | "aliases": [ |
| + | "employees" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": "Numbers | + | "description": "Numbers or types of staff" |
}, | }, | ||
"staff_year": { | "staff_year": { | ||
"label": "staff_year", | "label": "staff_year", | ||
| − | "aliases": ["employees_year"], | + | "aliases": [ |
| + | "employees_year" | ||
| + | ], | ||
"type": "date", | "type": "date", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"volunteers": { | "volunteers": { | ||
| Line 976: | Line 966: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": "Numbers | + | "description": "Numbers or types of volunteers" |
}, | }, | ||
"volunteers_year": { | "volunteers_year": { | ||
| Line 983: | Line 973: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"students": { | "students": { | ||
| Line 991: | Line 980: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"students_year": { | "students_year": { | ||
| Line 999: | Line 987: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false | + | "deprecated": false |
| − | |||
}, | }, | ||
"website": { | "website": { | ||
| Line 1,008: | Line 995: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "Organisation website" |
}, | }, | ||
"remarks": { | "remarks": { | ||
| Line 1,016: | Line 1,003: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "Organisation remarks" |
}, | }, | ||
"formerly": { | "formerly": { | ||
"label": "formerly", | "label": "formerly", | ||
| − | "aliases": ["former_name"], | + | "aliases": [ |
| + | "former_name" | ||
| + | ], | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
| Line 1,033: | Line 1,022: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
| − | "description": " | + | "description": "Footnotes of organisation" |
}, | }, | ||
"bodystyle": { | "bodystyle": { | ||
| Line 1,040: | Line 1,029: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
| − | "deprecated": false, | + | "deprecated": false |
| − | "description": "" | + | }, |
| − | } | + | "dissolved": { |
| + | "aliases": [ | ||
| + | "defunct" | ||
| + | ], | ||
| + | "label": "dissolved", | ||
| + | "description": "Dissolved, e.g. use {{end date and age|YYYY|MM|DD}}", | ||
| + | "type": "date" | ||
| + | }, | ||
| + | "location_city": { | ||
| + | "aliases": [ | ||
| + | "location" | ||
| + | ] | ||
| + | }, | ||
| + | "location_country": {}, | ||
| + | "location_city2": { | ||
| + | "aliases": [ | ||
| + | "location2" | ||
| + | ] | ||
| + | }, | ||
| + | "location_country2": {}, | ||
| + | "addnl_location_city": { | ||
| + | "aliases": [ | ||
| + | "addnl_location" | ||
| + | ] | ||
| + | }, | ||
| + | "addnl_location_country": {}, | ||
| + | "addnl_location_city2": { | ||
| + | "aliases": [ | ||
| + | "addnl_location2" | ||
| + | ] | ||
| + | }, | ||
| + | "addnl_location_country2": {}, | ||
| + | "awards": {} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
| − | + | "full_name", | |
"native_name", | "native_name", | ||
"native_name_lang", | "native_name_lang", | ||
| + | "logo", | ||
| + | "logo_size", | ||
| + | "logo_alt", | ||
| + | "logo_caption", | ||
"image", | "image", | ||
"image_size", | "image_size", | ||
"alt", | "alt", | ||
"caption", | "caption", | ||
| − | |||
| − | |||
| − | |||
| − | |||
"map", | "map", | ||
"map_size", | "map_size", | ||
| Line 1,079: | Line 1,100: | ||
"founder", | "founder", | ||
"founding_location", | "founding_location", | ||
| − | " | + | "dissolved", |
"merger", | "merger", | ||
"type", | "type", | ||
| Line 1,088: | Line 1,109: | ||
"professional_title", | "professional_title", | ||
"headquarters", | "headquarters", | ||
| − | " | + | "location_city", |
| − | " | + | "location_country", |
| − | " | + | "location_city2", |
| − | " | + | "location_country2", |
| + | "addnl_location_city", | ||
| + | "addnl_location_country", | ||
| + | "addnl_location_city2", | ||
| + | "addnl_location_country2", | ||
"coordinates", | "coordinates", | ||
"origins", | "origins", | ||
| Line 1,134: | Line 1,159: | ||
"students", | "students", | ||
"students_year", | "students_year", | ||
| + | "awards", | ||
"website", | "website", | ||
"remarks", | "remarks", | ||
| Line 1,148: | Line 1,174: | ||
== See also == | == See also == | ||
| + | * {{tl|Infobox organization/Wikidata}} | ||
* [[Wikipedia:INFOBOXFLAG]] | * [[Wikipedia:INFOBOXFLAG]] | ||
| Line 1,153: | Line 1,180: | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
| − | + | <!-- Categories below this line; interwikis at Wikidata --> | |
| − | [[Category:Organization infobox templates| ]] | + | [[Category:Organization infobox templates| Organization]] |
[[Category:Society and social science infobox templates|Organization]] | [[Category:Society and social science infobox templates|Organization]] | ||
[[Category:Templates that add a tracking category]] | [[Category:Templates that add a tracking category]] | ||
}}</includeonly> | }}</includeonly> | ||
Latest revision as of 02:02, 28 January 2021
| This is a documentation subpage for Template:Infobox organization. It contains usage information, categories and other content that is not part of the original template page. |
| This template is used on approximately 29,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
| This template uses Lua: |
{{Infobox organization}} can be used to provide at-a-glance information at the start of an article about an organization.
Usage
Template:Parameter names example
- Full syntax
Copy this version to use, remove hidden notes (both the <!-- and --> characters) that surround certain entries, in order for the data you enter to appear in the published article. All fields must be lowercase, and all are optional.
{{Infobox organization
| name = <!-- defaults to {{PAGENAME}}, if not provided -->
| full_name =
| native_name = <!-- organization's name in its local language -->
| native_name_lang = <!-- required ISO 639-1 code of the above native language -->
| logo =
| logo_size =
| logo_alt =
| logo_caption =
| image =
| image_size =
| alt = <!-- see [[WP:ALT]] -->
| caption =
| map = <!-- map image -->
| map_size = <!-- defaults to 250px -->
| map_alt =
| map_caption =
| map2 = <!-- 2nd map image, if required -->
| map2_size =
| map2_alt =
| map2_caption =
| abbreviation =
| nickname =
| pronounce =
| pronounce ref =
| pronounce comment =
| pronounce 2 =
| named_after =
| motto =
| predecessor =
| merged = <!-- any other organization(s) which it was merged into -->
| successor =
| formation = <!-- or |established = --><!-- use {{start date and age|YYYY|MM|DD}} -->
| founder = <!-- or |founders = -->
| founding_location =
| dissolved = <!-- or |defunct = --><!-- use {{end date and age|YYYY|MM|DD}} -->
| merger = <!-- other organizations (if any) merged with, to constitute the new organization -->
| type = <!-- e.g., [[Nonprofit organization|Nonprofit]], [[Non-governmental organization|NGO]], etc. -->
| tax_id = <!-- or |vat_id = (for European organizations) -->
| registration_id = <!-- for non-profits -->
| status = <!-- legal status or description (company, charity, foundation, etc.) -->
| purpose = <!-- or |focus = --><!-- humanitarian, activism, peacekeeping, etc. -->
| professional_title = <!-- for professional associations -->
| headquarters =
| location_city =
| location_country =
| location_city2 =
| location_country2 =
| addnl_location_city =
| addnl_location_country =
| addnl_location_city2 =
| addnl_location_country2 =
| coordinates = <!-- {{coord|LAT|LON|display=inline,title}} -->
| origins =
| region_served = <!-- or |area_served = or |region = -->
| products = <!-- or |product = -->
| services =
| methods = <!-- or |method = -->
| fields = <!-- or |field = -->
| membership = <!-- number of members -->
| membership_year = <!-- year to which membership numbers/data apply -->
| language = <!-- or |languages = --><!-- any official language or languages used -->
| owner = <!-- or |owners = -->
| sec_gen = <!-- or |gen_sec for General Secretary -->
| leader_title = <!-- defaults to "Leader" -->
| leader_name =
| leader_title2 =
| leader_name2 =
| leader_title3 =
| leader_name3 =
| leader_title4 =
| leader_name4 =
| board_of_directors =
| key_people =
| main_organ = <!-- or |publication = --><!-- organization's principal body (assembly, committee, board, etc.) or publication -->
| parent_organization = <!-- or |parent_organisation = -->
| subsidiaries =
| secessions =
| affiliations =
| budget =
| budget_year =
| revenue =
| revenue_year =
| disbursements =
| expenses =
| expenses_year =
| endowment =
| endowment_year =
| funding = <!-- source of funding e.g. for "think tanks" -->
| staff =
| staff_year =
| volunteers =
| volunteers_year =
| students =
| students_year =
| awards =
| website = <!-- {{URL|example.com}} -->
| remarks =
| formerly = <!-- or |former_name = -->
| footnotes =
| bodystyle =
}}
Example
All fields are lower case and optional.
Organization's unabbreviated name | |
native_name | |
![]() (caption :) Example.png (image) at template's default size. | |
![]() (map_caption :) World map.jpg (map) at template's default size. | |
| Abbreviation | abbreviation |
|---|---|
| Nickname | nickname |
| Named after | named_after |
| Motto | motto |
| Predecessor | predecessor |
| Merged into | merged |
| Successor | successor |
| Formation | Script error: No such module "If empty". |
| Founder | founder (or founders) |
| Founded at | founding_location |
| Dissolved | dissolved (or defunct) |
| Merger of | merger |
| Type | type |
| tax_id (or vat_id) | |
| Registration no. | registration_id |
| Legal status | status |
| Purpose | purpose |
| Headquarters | headquarters |
| Location |
|
| Coordinates | ( use {{coord}} ) |
| Origins | origins |
Region served | Script error: No such module "If empty". |
| Products | products |
| Services | services |
| Methods | methods |
| Fields | fields |
Membership (_year) | membership |
Official language | language (or languages) |
| Owner | owner (or owners) |
Secretary General | sec_gen (or gen_sec) |
leader_title | leader_name |
leader_title2 | leader_name2 |
[[Board of directors|
| board_of_directors |
Key people | key_people |
Main organ | main_organ (or publication) |
Parent organization | parent_organi[z/s]ation |
| Subsidiaries | subsidiaries |
| Secessions | secessions |
| Affiliations | affiliations |
Budget (_year) | budget |
Revenue (_year) | revenue |
| Disbursements | disbursements |
| Expenses (_year) | expenses |
| Funding | funding |
| Endowment (_year) | endowment |
Staff (_year) | Script error: No such module "If empty". |
Volunteers (_year) | volunteers |
Students (_year) | students |
| Award(s) | awards |
| Website | website |
| Remarks | remarks |
Formerly called | Script error: No such module "If empty". |
| footnotes | |
{{Infobox organization
| name = Organization's ''name''
| full_name = Organization's unabbreviated name
| native_name = ''native_name''
| native_name_lang = required ISO 639-1 code of the above native language
| image = Example.png
| alt = Text alternative for those who do not see the image
| caption = {{longitem|(''caption''{{thin space}}''':'''){{break}}Example.png (''image'') at template's default size.}}
| map = World map.jpg
| map_alt = This is the message carried by "map_alt" parameter
| map_caption = {{longitem|(''map_caption''{{thin space}}''':'''){{break}}World map.jpg (''map'') at template's default size.}}
| abbreviation = ''abbreviation''
| nickname = ''nickname''
| named_after = ''named_after''
| motto = ''motto''
| predecessor = ''predecessor''
| merged = ''merged''
| successor = ''successor''
| formation = {{nowrap|''formation'' (or ''established'')}}
| founder = ''founder'' (or ''founders'')
| founding_location = ''founding_location''
| dissolved = ''dissolved'' (or ''defunct'')
| merger = ''merger''
| type = ''type''
| tax_id = ''tax_id'' (or ''vat_id'')
| registration_id = ''registration_id''
| status = ''status''
| purpose = ''purpose''
| headquarters = ''headquarters''
| location_city = ''location_city''
| location_country = ''location_country''
| coords = ({{thin space|use {{tl|coord}}}})
| origins = ''origins''
| region_served = ''region_served''
| products = ''products''
| services = ''services''
| methods = ''methods''
| fields = ''fields''
| membership = ''membership''
| membership_year = ''_year''
| language = ''language'' (or ''languages'')
| owner = ''owner'' (or ''owners'')
| sec_gen = ''sec_gen'' (or ''gen_sec'')
| leader_title = ''leader_title''
| leader_name = ''leader_name''
| leader_title2 = ''leader_title2''
| leader_name2 = ''leader_name2''
| board_of_directors = ''board_of_directors''
| key_people = ''key_people''
| main_organ = {{nowrap|''main_organ'' (or ''publication'')}}
| parent_organization = ''parent_organi[z/s]ation''
| subsidiaries = ''subsidiaries''
| secessions = ''secessions''
| affiliations = ''affiliations''
| budget = ''budget''
| budget_year = ''_year''
| revenue = ''revenue''
| revenue_year = ''_year''
| disbursements = ''disbursements''
| expenses = ''expenses''
| expenses_year = ''_year''
| endowment = ''endowment''
| endowment_year = ''_year''
| funding = ''funding''
| staff = ''staff''
| staff_year = ''_year''
| volunteers = ''volunteers''
| volunteers_year = ''_year''
| students = ''students''
| students_year = ''_year''
| awards = ''awards''
| website = ''website''
| remarks = ''remarks''
| formerly = {{nowrap|''formerly'' (or ''former_name'')}}
| footnotes = ''footnotes''
}}
Microformat
TemplateData
TemplateData for Infobox organization
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | defaults to {{PAGENAME}} if name not provided | String | optional |
| full_name | full_name | Unabbreviated name of the organization | String | optional |
| native_name | native_name | Organization's name in its local language | String | optional |
| native_name_lang | native_name_lang | Language code for native_name | String | optional |
| logo | logo | Logo of organisation | String | optional |
| logo_size | logo_size | size of logo | Number | optional |
| logo_alt | logo_alt | see [[WP:ALT]] | String | optional |
| logo_caption | logo_caption | caption of logo | String | optional |
| image | image | Image of organisation | String | optional |
| image_size | image_size | Size of image | Number | optional |
| alt | alt | See [[WP:ALT]]. | String | optional |
| caption | caption | Caption | String | optional |
| map | map | map image | String | optional |
| map_size | map_size | defaults to 250px | Number | optional |
| map_alt | map_alt | no description | String | optional |
| map_caption | map_caption | caption for map | String | optional |
| map2 | map2 | second map image, if required | String | optional |
| map2_size | map2_size | size of map | Number | optional |
| map2_alt | map2_alt | no description | String | optional |
| map2_caption | map2_caption | caption for map | String | optional |
| abbreviation | abbreviation | abbreviation or acronym of organisation | String | optional |
| nickname | nickname | no description | String | optional |
| pronounce | pronounce | no description | String | optional |
| pronounce ref | pronounce ref | no description | String | optional |
| pronounce comment | pronounce comment | no description | String | optional |
| pronounce 2 | pronounce 2 | no description | String | optional |
| named_after | named_after | Entity the organisation was named after, if any | String | optional |
| motto | motto | motto of organisation | String | optional |
| predecessor | predecessor | no description | String | optional |
| merged | merged | Any other organizations with which the organization was merged | String | optional |
| successor | successor | successor of organisation | String | optional |
| formation | formation established founded | established, e.g. use {{start date and age|YYYY|MM|DD}} | Date | optional |
| founder | founder founders | founder of organisation | String | optional |
| founding_location | founding_location | place founded | String | optional |
| dissolved | dissolved defunct | Dissolved, e.g. use {{end date and age|YYYY|MM|DD}} | Date | optional |
| merger | merger | Other organizations (if any) merged to constitute the organization | String | optional |
| type | type | e.g. [[Governmental organization|Governmental]], [[Non-governmental organization|NGO]], [[Nonprofit organization|Nonprofit]] | String | optional |
| tax_id | tax_id vat_id | no description | String | optional |
| registration_id | registration_id | no description | String | optional |
| status | status | Organization's legal status or description (company, charity, foundation) | String | optional |
| purpose | purpose focus | Organization's purpose or focus (humanitarian, activism, peacekeeping, …) | String | optional |
| professional_title | professional_title | for professional associations | String | optional |
| headquarters | headquarters | organisation headquarters | String | optional |
| Location_city | location_city location | no description | Unknown | optional |
| Location_country | location_country | no description | Unknown | optional |
| Location_city2 | location_city2 location2 | no description | Unknown | optional |
| Location_country2 | location_country2 | no description | Unknown | optional |
| Addnl_location_city | addnl_location_city addnl_location | no description | Unknown | optional |
| Addnl_location_country | addnl_location_country | no description | Unknown | optional |
| Addnl_location_city2 | addnl_location_city2 addnl_location2 | no description | Unknown | optional |
| Addnl_location_country2 | addnl_location_country2 | no description | Unknown | optional |
| coordinates | coordinates coords | location's {{coord}}s | String | optional |
| origins | origins | no description | String | optional |
| region | region region_served area_served | Any particular region or regions associated with or served by the organization | String | optional |
| products | products product | no description | String | optional |
| services | services | services of organisation | String | optional |
| methods | methods method | no description | String | optional |
| fields | fields field | no description | String | optional |
| membership | membership members | membership of organisation | String | optional |
| membership_year | membership_year | no description | Date | optional |
| language | language languages | Any official language or languages used by the organization | String | optional |
| owner | owner owners | no description | String | optional |
| sec_gen | sec_gen gen_sec | Name of the organization's Secretary General (if post exists) | String | optional |
| leader_title | leader_title | no description | String | optional |
| leader_name | leader_name | leader name | String | optional |
| leader_title2 | leader_title2 | no description | String | optional |
| leader_name2 | leader_name2 | no description | String | optional |
| leader_title3 | leader_title3 | no description | String | optional |
| leader_name3 | leader_name3 | no description | String | optional |
| leader_title4 | leader_title4 | no description | String | optional |
| leader_name4 | leader_name4 | no description | String | optional |
| board_of_directors | board_of_directors | board of directors of organisation | String | optional |
| key_people | key_people | key people of organisation | String | optional |
| main_organ | main_organ publication | Organization's principal body (assembly, committee, board, …) or publication | String | optional |
| parent_organization | parent_organization parent_organisation | parent_organisation | String | optional |
| subsidiaries | subsidiaries | organisation subsidiaries | String | optional |
| secessions | secessions | organisation secessions | String | optional |
| affiliations | affiliations | affiliation of organisation | String | optional |
| budget | budget | organisation budget | String | optional |
| budget_year | budget_year | no description | Date | optional |
| revenue | revenue | no description | String | optional |
| revenue_year | revenue_year | no description | Date | optional |
| disbursements | disbursements | no description | String | optional |
| expenses | expenses | no description | String | optional |
| expenses_year | expenses_year | no description | Date | optional |
| endowment | endowment | no description | String | optional |
| endowment_year | endowment_year | no description | Date | optional |
| staff | staff employees | Numbers or types of staff | String | optional |
| staff_year | staff_year employees_year | no description | Date | optional |
| volunteers | volunteers | Numbers or types of volunteers | String | optional |
| volunteers_year | volunteers_year | no description | Date | optional |
| students | students | no description | String | optional |
| students_year | students_year | no description | Date | optional |
| Awards | awards | no description | Unknown | optional |
| website | website | Organisation website | Page | optional |
| remarks | remarks | Organisation remarks | String | optional |
| formerly | formerly former_name | Any former names by which the organization known | String | optional |
| footnotes | footnotes | Footnotes of organisation | String | optional |
| bodystyle | bodystyle | no description | String | optional |
Tracking category
- Category:Pages using infobox organization with unknown parameters (0)
- Category:Infoboxes without native name language parameter (0)
See also
Template:Organization infoboxes

