Difference between revisions of "Template:Infobox organization/doc"
imported>Tabmode |
imported>Voidxor m (Avoid the construction "and/or" per MOS:ANDOR.) |
||
| (87 intermediate revisions by 39 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Documentation subpage}} | ||
| + | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
| + | {{High-use}} | ||
| + | {{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. | ||
| + | |||
| + | == Usage == | ||
| + | {{Parameter names example |_display=italics | ||
| + | |name |full_name |native_name |native_name_lang=es | ||
| + | |image={{{image}}} |image_size={{{image_size}}} |alt={{{alt}}} |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 | ||
| + | |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 |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 =''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 | ||
| + | |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'' | funding | ||
| + | |staff |staff_year=''_year'' |volunteers |volunteers_year=''_year'' | ||
| + | |students |students_year=''_year'' | ||
| + | |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 --> |
| − | | native_name = | + | | full_name = |
| − | | native_name_lang = | + | | native_name = <!-- organization's name in its local language --> |
| − | | | + | | native_name_lang = <!-- required ISO 639-1 code of the above native language --> |
| − | | | + | | logo = |
| − | | image_size = | + | | logo_size = |
| − | | alt = | + | | logo_alt = |
| − | | caption = | + | | logo_caption = |
| − | | map = | + | | image = |
| − | | map_size = | + | | image_size = |
| − | | map_alt = | + | | alt = <!-- see [[WP:ALT]] --> |
| − | | map_caption = | + | | caption = |
| − | | map2 = | + | | map = <!-- map image --> |
| − | | map2_size = | + | | map_size = <!-- defaults to 250px --> |
| − | | map2_alt = | + | | map_alt = |
| − | | map2_caption = | + | | map_caption = |
| − | | abbreviation = | + | | 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 = | ||
| + | }} | ||
| + | </syntaxhighlight> | ||
| + | {{clear}} | ||
| + | |||
| + | == Example == | ||
| + | All fields are [[lower case]] and optional. | ||
| + | {{Infobox organization | ||
| + | | name = Organization's ''name'' | ||
| + | | full_name = Organization's unabbreviated name | ||
| + | | native_name = ''native_name'' | ||
| + | | 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'' | ||
| + | | 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'' | ||
| + | }} | ||
| + | <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 | ||
| + | | 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'' | ||
}} | }} | ||
| + | </syntaxhighlight> | ||
| + | {{clear}} | ||
| + | |||
| + | == Microformat == | ||
| + | {{UF-hcard-org}} | ||
| + | |||
| + | == TemplateData == | ||
| + | {{TemplateData header}} | ||
| + | <templatedata> | ||
| + | { | ||
| + | "format": "{{_\n| ___________________ = _\n}}\n", | ||
| + | "params": { | ||
| + | "name": { | ||
| + | "label": "name", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "defaults to {{PAGENAME}} if name not provided" | ||
| + | }, | ||
| + | "full_name": { | ||
| + | "label": "full_name", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Unabbreviated name of the organization" | ||
| + | }, | ||
| + | "native_name": { | ||
| + | "label": "native_name", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organization's name in its local language" | ||
| + | }, | ||
| + | "native_name_lang": { | ||
| + | "label": "native_name_lang", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Language code for native_name" | ||
| + | }, | ||
| + | "image": { | ||
| + | "label": "image", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Image of organisation" | ||
| + | }, | ||
| + | "image_size": { | ||
| + | "label": "image_size", | ||
| + | "type": "number", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Size of image" | ||
| + | }, | ||
| + | "alt": { | ||
| + | "label": "alt", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "See [[WP:ALT]]." | ||
| + | }, | ||
| + | "caption": { | ||
| + | "label": "caption", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Caption" | ||
| + | }, | ||
| + | "logo": { | ||
| + | "label": "logo", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Logo of organisation" | ||
| + | }, | ||
| + | "logo_size": { | ||
| + | "label": "logo_size", | ||
| + | "type": "number", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "size of logo" | ||
| + | }, | ||
| + | "logo_alt": { | ||
| + | "label": "logo_alt", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "see [[WP:ALT]]" | ||
| + | }, | ||
| + | "logo_caption": { | ||
| + | "label": "logo_caption", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "caption of logo" | ||
| + | }, | ||
| + | "map": { | ||
| + | "label": "map", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "map image" | ||
| + | }, | ||
| + | "map_size": { | ||
| + | "label": "map_size", | ||
| + | "type": "number", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "defaults to 250px" | ||
| + | }, | ||
| + | "map_alt": { | ||
| + | "label": "map_alt", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "map_caption": { | ||
| + | "label": "map_caption", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "caption for map" | ||
| + | }, | ||
| + | "map2": { | ||
| + | "label": "map2", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "second map image, if required" | ||
| + | }, | ||
| + | "map2_size": { | ||
| + | "label": "map2_size", | ||
| + | "type": "number", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "size of map" | ||
| + | }, | ||
| + | "map2_alt": { | ||
| + | "label": "map2_alt", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "map2_caption": { | ||
| + | "label": "map2_caption", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "caption for map" | ||
| + | }, | ||
| + | "abbreviation": { | ||
| + | "label": "abbreviation", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "abbreviation or acronym of organisation" | ||
| + | }, | ||
| + | "nickname": { | ||
| + | "label": "nickname", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "pronounce": { | ||
| + | "label": "pronounce", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "pronounce ref": { | ||
| + | "label": "pronounce ref", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "pronounce comment": { | ||
| + | "label": "pronounce comment", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "pronounce 2": { | ||
| + | "label": "pronounce 2", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "named_after": { | ||
| + | "label": "named_after", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Entity the organisation was named after, if any" | ||
| + | }, | ||
| + | "motto": { | ||
| + | "label": "motto", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "motto of organisation" | ||
| + | }, | ||
| + | "predecessor": { | ||
| + | "label": "predecessor", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "merged": { | ||
| + | "label": "merged", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Any other organizations with which the organization was merged" | ||
| + | }, | ||
| + | "successor": { | ||
| + | "label": "successor", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "successor of organisation" | ||
| + | }, | ||
| + | "formation": { | ||
| + | "label": "formation", | ||
| + | "aliases": [ | ||
| + | "established", | ||
| + | "founded" | ||
| + | ], | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "established, e.g. use {{start date and age|YYYY|MM|DD}}" | ||
| + | }, | ||
| + | "founder": { | ||
| + | "label": "founder", | ||
| + | "aliases": [ | ||
| + | "founders" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "founder of organisation" | ||
| + | }, | ||
| + | "founding_location": { | ||
| + | "label": "founding_location", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "place founded" | ||
| + | }, | ||
| + | "merger": { | ||
| + | "label": "merger", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Other organizations (if any) merged to constitute the organization " | ||
| + | }, | ||
| + | "type": { | ||
| + | "label": "type", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "e.g. [[Governmental organization|Governmental]], [[Non-governmental organization|NGO]], [[Nonprofit organization|Nonprofit]]" | ||
| + | }, | ||
| + | "tax_id": { | ||
| + | "label": "tax_id", | ||
| + | "aliases": [ | ||
| + | "vat_id" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "registration_id": { | ||
| + | "label": "registration_id", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "status": { | ||
| + | "label": "status", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organization's legal status or description (company, charity, foundation)" | ||
| + | }, | ||
| + | "purpose": { | ||
| + | "label": "purpose", | ||
| + | "aliases": [ | ||
| + | "focus" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organization's purpose or focus (humanitarian, activism, peacekeeping, …)" | ||
| + | }, | ||
| + | "professional_title": { | ||
| + | "label": "professional_title", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "for professional associations" | ||
| + | }, | ||
| + | "headquarters": { | ||
| + | "label": "headquarters", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "organisation headquarters" | ||
| + | }, | ||
| + | "coordinates": { | ||
| + | "label": "coordinates", | ||
| + | "aliases": [ | ||
| + | "coords" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "location's {{coord}}s" | ||
| + | }, | ||
| + | "origins": { | ||
| + | "label": "origins", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "region": { | ||
| + | "label": "region", | ||
| + | "aliases": [ | ||
| + | "region_served", | ||
| + | "area_served" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Any particular region or regions associated with or served by the organization" | ||
| + | }, | ||
| + | "products": { | ||
| + | "label": "products", | ||
| + | "aliases": [ | ||
| + | "product" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "services": { | ||
| + | "label": "services", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "services of organisation" | ||
| + | }, | ||
| + | "methods": { | ||
| + | "label": "methods", | ||
| + | "aliases": [ | ||
| + | "method" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "fields": { | ||
| + | "label": "fields", | ||
| + | "aliases": [ | ||
| + | "field" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "membership": { | ||
| + | "label": "membership", | ||
| + | "aliases": [ | ||
| + | "members" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "membership of organisation" | ||
| + | }, | ||
| + | "membership_year": { | ||
| + | "label": "membership_year", | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "language": { | ||
| + | "label": "language", | ||
| + | "aliases": [ | ||
| + | "languages" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Any official language or languages used by the organization" | ||
| + | }, | ||
| + | "owner": { | ||
| + | "label": "owner", | ||
| + | "aliases": [ | ||
| + | "owners" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "sec_gen": { | ||
| + | "label": "sec_gen", | ||
| + | "aliases": [ | ||
| + | "gen_sec" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Name of the organization's Secretary General (if post exists)" | ||
| + | }, | ||
| + | "leader_title": { | ||
| + | "label": "leader_title", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "leader_name": { | ||
| + | "label": "leader_name", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "leader name" | ||
| + | }, | ||
| + | "leader_title2": { | ||
| + | "label": "leader_title2", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "leader_name2": { | ||
| + | "label": "leader_name2", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "leader_name3": { | ||
| + | "label": "leader_name3", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "leader_title3": { | ||
| + | "label": "leader_title3", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "leader_title4": { | ||
| + | "label": "leader_title4", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "leader_name4": { | ||
| + | "label": "leader_name4", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "board_of_directors": { | ||
| + | "label": "board_of_directors", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "board of directors of organisation" | ||
| + | }, | ||
| + | "key_people": { | ||
| + | "label": "key_people", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "key people of organisation" | ||
| + | }, | ||
| + | "main_organ": { | ||
| + | "label": "main_organ", | ||
| + | "aliases": [ | ||
| + | "publication" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organization's principal body (assembly, committee, board, …) or publication" | ||
| + | }, | ||
| + | "parent_organization": { | ||
| + | "label": "parent_organization", | ||
| + | "aliases": [ | ||
| + | "parent_organisation" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "parent_organisation" | ||
| + | }, | ||
| + | "subsidiaries": { | ||
| + | "label": "subsidiaries", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "organisation subsidiaries" | ||
| + | }, | ||
| + | "secessions": { | ||
| + | "label": "secessions", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "organisation secessions" | ||
| + | }, | ||
| + | "affiliations": { | ||
| + | "label": "affiliations", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "affiliation of organisation" | ||
| + | }, | ||
| + | "budget": { | ||
| + | "label": "budget", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "organisation budget" | ||
| + | }, | ||
| + | "budget_year": { | ||
| + | "label": "budget_year", | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "revenue": { | ||
| + | "label": "revenue", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "revenue_year": { | ||
| + | "label": "revenue_year", | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "disbursements": { | ||
| + | "label": "disbursements", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "expenses": { | ||
| + | "label": "expenses", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "expenses_year": { | ||
| + | "label": "expenses_year", | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "endowment": { | ||
| + | "label": "endowment", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "endowment_year": { | ||
| + | "label": "endowment_year", | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "staff": { | ||
| + | "label": "staff", | ||
| + | "aliases": [ | ||
| + | "employees" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Numbers or types of staff" | ||
| + | }, | ||
| + | "staff_year": { | ||
| + | "label": "staff_year", | ||
| + | "aliases": [ | ||
| + | "employees_year" | ||
| + | ], | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "volunteers": { | ||
| + | "label": "volunteers", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Numbers or types of volunteers" | ||
| + | }, | ||
| + | "volunteers_year": { | ||
| + | "label": "volunteers_year", | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "students": { | ||
| + | "label": "students", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "students_year": { | ||
| + | "label": "students_year", | ||
| + | "type": "date", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "website": { | ||
| + | "label": "website", | ||
| + | "type": "wiki-page-name", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organisation website" | ||
| + | }, | ||
| + | "remarks": { | ||
| + | "label": "remarks", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organisation remarks" | ||
| + | }, | ||
| + | "formerly": { | ||
| + | "label": "formerly", | ||
| + | "aliases": [ | ||
| + | "former_name" | ||
| + | ], | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Any former names by which the organization known" | ||
| + | }, | ||
| + | "footnotes": { | ||
| + | "label": "footnotes", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Footnotes of organisation" | ||
| + | }, | ||
| + | "bodystyle": { | ||
| + | "label": "bodystyle", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false | ||
| + | }, | ||
| + | "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": [ | ||
| + | "name", | ||
| + | "full_name", | ||
| + | "native_name", | ||
| + | "native_name_lang", | ||
| + | "logo", | ||
| + | "logo_size", | ||
| + | "logo_alt", | ||
| + | "logo_caption", | ||
| + | "image", | ||
| + | "image_size", | ||
| + | "alt", | ||
| + | "caption", | ||
| + | "map", | ||
| + | "map_size", | ||
| + | "map_alt", | ||
| + | "map_caption", | ||
| + | "map2", | ||
| + | "map2_size", | ||
| + | "map2_alt", | ||
| + | "map2_caption", | ||
| + | "abbreviation", | ||
| + | "nickname", | ||
| + | "pronounce", | ||
| + | "pronounce ref", | ||
| + | "pronounce comment", | ||
| + | "pronounce 2", | ||
| + | "named_after", | ||
| + | "motto", | ||
| + | "predecessor", | ||
| + | "merged", | ||
| + | "successor", | ||
| + | "formation", | ||
| + | "founder", | ||
| + | "founding_location", | ||
| + | "dissolved", | ||
| + | "merger", | ||
| + | "type", | ||
| + | "tax_id", | ||
| + | "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", | ||
| + | "products", | ||
| + | "services", | ||
| + | "methods", | ||
| + | "fields", | ||
| + | "membership", | ||
| + | "membership_year", | ||
| + | "language", | ||
| + | "owner", | ||
| + | "sec_gen", | ||
| + | "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", | ||
| + | "budget", | ||
| + | "budget_year", | ||
| + | "revenue", | ||
| + | "revenue_year", | ||
| + | "disbursements", | ||
| + | "expenses", | ||
| + | "expenses_year", | ||
| + | "endowment", | ||
| + | "endowment_year", | ||
| + | "staff", | ||
| + | "staff_year", | ||
| + | "volunteers", | ||
| + | "volunteers_year", | ||
| + | "students", | ||
| + | "students_year", | ||
| + | "awards", | ||
| + | "website", | ||
| + | "remarks", | ||
| + | "formerly", | ||
| + | "footnotes", | ||
| + | "bodystyle" | ||
| + | ] | ||
| + | } | ||
| + | </templatedata> | ||
| + | |||
| + | == Tracking category == | ||
| + | * {{Category link with count|Pages using infobox organization with unknown parameters}} | ||
| + | * {{Category link with count|Infoboxes without native name language parameter}} | ||
| + | |||
| + | == See also == | ||
| + | * {{tl|Infobox organization/Wikidata}} | ||
| + | * [[Wikipedia:INFOBOXFLAG]] | ||
| + | |||
| + | {{Organization infoboxes}} | ||
| + | |||
| + | <includeonly>{{sandbox other|| | ||
| + | <!-- Categories below this line; interwikis at Wikidata --> | ||
| + | [[Category:Organization infobox templates| Organization]] | ||
| + | [[Category:Society and social science infobox templates|Organization]] | ||
| + | [[Category:Templates that add a tracking category]] | ||
| + | }}</includeonly> | ||
Latest revision as of 02:02, 28 January 2021
| File:Edit-copy green.svg | 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. |
| 40px | 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 | |
| Text alternative for those who do not see the image (caption :) Example.png (image) at template's default size. | |
| This is the message carried by "map_alt" parameter (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