Difference between revisions of "Template:Infobox organization/doc"
imported>Tabmode |
imported>StarryGrandma |
||
| 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| 24317 }} | ||
| + | {{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. | ||
| + | |||
| + | == Blank template == | ||
| + | |||
| + | {{Generic template demo |_display=italics | ||
| + | |name |native_name |named_after | ||
| + | |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 |motto |predecessor |merged |successor |formation |founder=''founder'' {{\}} ''founders''|founding_location | ||
| + | |extinction |merger |type |tax_id=''tax_id'' {{\}} ''vat_id'' | ||
| + | |registration_id |status |purpose |headquarters |location |coords |region |services |products |methods |fields | ||
| + | |membership |num_members_year=''_year'' |language |owner=''owner'' {{\}} ''owners'' |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 | ||
| + | |staff |staff_year=''_year'' |volunteers |volunteers_year=''_year'' | ||
| + | |website=<code><nowiki>{{url|...}}</nowiki></code> |remarks |formerly |footnotes | ||
| + | }} | ||
| + | |||
| + | <pre style="overflow:auto;"> | ||
| + | {{Infobox organization | ||
| + | | name = | ||
| + | | pronounce = | ||
| + | | native_name = | ||
| + | | native_name_lang = | ||
| + | | named_after = | ||
| + | | image = | ||
| + | | image_size = | ||
| + | | alt = | ||
| + | | caption = | ||
| + | | logo = | ||
| + | | logo_size = | ||
| + | | logo_alt = | ||
| + | | logo_caption = | ||
| + | | map = | ||
| + | | map_size = | ||
| + | | map_alt = | ||
| + | | map_caption = | ||
| + | | map2 = | ||
| + | | map2_size = | ||
| + | | map2_alt = | ||
| + | | map2_caption = | ||
| + | | abbreviation = | ||
| + | | motto = | ||
| + | | predecessor = | ||
| + | | merged = | ||
| + | | successor = | ||
| + | | formation = <!-- use {{start date and age|YYYY|MM|DD}} --> | ||
| + | | founder = | ||
| + | | founding_location = | ||
| + | | extinction = <!-- use {{end date and age|YYYY|MM|DD}} --> | ||
| + | | merger = | ||
| + | | type = | ||
| + | | tax_id = <!-- or | vat_id = (for European organizations) --> | ||
| + | | registration_id = <!-- for non-profit org --> | ||
| + | | status = | ||
| + | | purpose = | ||
| + | | headquarters = | ||
| + | | location = | ||
| + | | coords = <!-- {{coord|LAT|LON|display=inline, title}} --> | ||
| + | | region = | ||
| + | | services = | ||
| + | | products = | ||
| + | | methods = | ||
| + | | fields = | ||
| + | | membership = | ||
| + | | membership_year = | ||
| + | | language = | ||
| + | | owner = <!-- or | owners = --> | ||
| + | | sec_gen = <!-- or | gen_sec for General Secretary --> | ||
| + | | 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 = | ||
| + | | website = <!-- {{URL|example.com}} --> | ||
| + | | remarks = | ||
| + | | formerly = | ||
| + | | footnotes = | ||
| + | }} | ||
| + | </pre> | ||
| + | {{clear}} | ||
| + | |||
| + | == Usage == | ||
| + | |||
| + | All fields are [[lower case]] and optional. | ||
| + | |||
| + | {{Infobox organization | ||
| + | | name = Organization's ''name'' | ||
| + | | native_name = ''native_name'' | ||
| + | | native_name_lang = ''native_name_lang'' | ||
| + | | named_after = ''named_after'' | ||
| + | | image = Test.png | ||
| + | | alt = Text alternative for those who do not see the image | ||
| + | | caption = {{longitem|(''caption''{{thinsp}}''':''')<br/>Test.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''{{thinsp}}''':''')<br/>World map.jpg (''map'') at template's default size.}} | ||
| + | | abbreviation = ''abbreviation'' | ||
| + | | motto = ''motto'' | ||
| + | | predecessor = ''predecessor'' | ||
| + | | merged = ''merged'' | ||
| + | | successor = ''successor'' | ||
| + | | formation = {{nowrap|''formation'' (or ''established'')}} | ||
| + | | founder = ''founder'' (or ''founders'') | ||
| + | | founding_location = ''founding_location'' | ||
| + | | dissolved = ''dissolved'' (or ''extinction'') | ||
| + | | merger = ''merger'' | ||
| + | | type = ''type'' | ||
| + | | tax_id = ''tax_id'' (or ''vat_id'') | ||
| + | | registration_id = ''registration_id'' | ||
| + | | status = ''status'' | ||
| + | | purpose = ''purpose'' | ||
| + | | headquarters = ''headquarters'' | ||
| + | | location = ''location'' | ||
| + | | coords = ({{thinsp|use {{tl|coord}}}}) | ||
| + | | region = ''region'' | ||
| + | | services = ''services'' | ||
| + | | products = ''products'' | ||
| + | | 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_title4 = ''leader_title4'' | ||
| + | | leader_name4 = ''leader_name4'' | ||
| + | | 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'' | ||
| + | | endowment = ''endowment'' | ||
| + | | endowment_year = ''_year'' | ||
| + | | staff = ''staff'' | ||
| + | | staff_year = ''_year'' | ||
| + | | volunteers = ''volunteers'' | ||
| + | | volunteers_year = ''_year'' | ||
| + | | website = ''website'' | ||
| + | | remarks = ''remarks'' | ||
| + | | formerly = {{nowrap|''formerly'' (or ''former_name'')}} | ||
| + | | footnotes = ''footnotes'' | ||
| + | }} | ||
| + | <pre style="overflow:auto;"> | ||
{{Infobox organization | {{Infobox organization | ||
| − | | name = <!-- defaults to {{ | + | | name = <!-- defaults to {{PAGENAME}} if not provided --> |
| − | | native_name = <!-- | + | | native_name = <!-- Organization's name in its local language --> |
| native_name_lang = <!-- ISO code of the above language --> | | native_name_lang = <!-- ISO code of the above language --> | ||
| named_after = | | named_after = | ||
| − | | image = | + | | image = |
| image_size = | | image_size = | ||
| alt = <!-- see [[WP:ALT]] --> | | alt = <!-- see [[WP:ALT]] --> | ||
| Line 21: | Line 198: | ||
| merged = <!-- Any other organizations with which the organization was merged --> | | merged = <!-- Any other organizations with which the organization was merged --> | ||
| successor = | | successor = | ||
| − | | formation = <!-- or: | established = --> <!--e.g. use {{start date and age| | + | | formation = <!-- or: | established = --> <!--e.g. use {{start date and age|YYYY|MM|DD}}--> |
| founder = <!-- or: | founders = --> | | founder = <!-- or: | founders = --> | ||
| founding_location = | | founding_location = | ||
| extinction = <!-- or: | dissolved = --> <!--e.g. use {{end date and age|YYYY|MM|DD}}--> | | extinction = <!-- or: | dissolved = --> <!--e.g. use {{end date and age|YYYY|MM|DD}}--> | ||
| merger = <!-- Other organizations (if any) merged to constitute the organization --> | | merger = <!-- Other organizations (if any) merged to constitute the organization --> | ||
| − | | type = <!-- [[Non-governmental organization|NGO]], etc --> | + | | type = <!-- e.g. [[Governmental organization]], [[Non-governmental organization|NGO]], etc --> |
| status = <!-- Organization's legal status and/or description (company, charity, foundation, etc) --> | | status = <!-- Organization's legal status and/or description (company, charity, foundation, etc) --> | ||
| purpose = <!-- or: | focus = --> <!--(humanitarian, activism, peacekeeping, etc)--> | | purpose = <!-- or: | focus = --> <!--(humanitarian, activism, peacekeeping, etc)--> | ||
| professional_title = <!-- for professional associations --> | | professional_title = <!-- for professional associations --> | ||
| headquarters = | | headquarters = | ||
| − | | location = | + | | location = |
| coords = <!-- location's {{coord}}s --> | | coords = <!-- location's {{coord}}s --> | ||
| region = <!-- or: | region_served = --> <!--Any particular region or regions associated with or served by the organization--> | | region = <!-- or: | region_served = --> <!--Any particular region or regions associated with or served by the organization--> | ||
| Line 65: | Line 242: | ||
| footnotes = | | footnotes = | ||
}} | }} | ||
| + | </pre> | ||
| + | |||
| + | == Microformat == | ||
| + | {{UF-hcard-org}} | ||
| + | |||
| + | == TemplateData == | ||
| + | {{TemplateData header}} | ||
| + | <templatedata> | ||
| + | { | ||
| + | "params": { | ||
| + | "name ": { | ||
| + | "label": "name ", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "defaults to {{PAGENAME}} if name not provided" | ||
| + | }, | ||
| + | "native_name ": { | ||
| + | "label": "native_name ", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organization's name in its local language" | ||
| + | }, | ||
| + | "named_after ": { | ||
| + | "label": "named_after ", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Entity the organisation was named after, if any" | ||
| + | }, | ||
| + | "image": { | ||
| + | "label": "image", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "image of organisation" | ||
| + | }, | ||
| + | "image_size ": { | ||
| + | "label": "image_size ", | ||
| + | "type": "string", | ||
| + | "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": "string", | ||
| + | "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": "string", | ||
| + | "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": "string", | ||
| + | "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 of organisation" | ||
| + | }, | ||
| + | "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", | ||
| + | "type": "number", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "established, e.g. use {{start date and age|YYYY|MM|DD}}" | ||
| + | }, | ||
| + | "founder ": { | ||
| + | "label": "founder ", | ||
| + | "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" | ||
| + | }, | ||
| + | "extinction": { | ||
| + | "label": "extinction", | ||
| + | "type": "number", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "dissolved=e.g. use {{end date and age|YYYY|MM|DD}}" | ||
| + | }, | ||
| + | "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]], [[Non-governmental organization|NGO]]" | ||
| + | }, | ||
| + | "status": { | ||
| + | "label": "status", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Organization's legal status and/or description (company, charity, foundation" | ||
| + | }, | ||
| + | "purpose": { | ||
| + | "label": "purpose", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "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" | ||
| + | }, | ||
| + | " location": { | ||
| + | "label": " location", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "location of organisation" | ||
| + | }, | ||
| + | "coords": { | ||
| + | "label": "coords", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "location's {{coord}}s" | ||
| + | }, | ||
| + | "region ": { | ||
| + | "label": "region ", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "region_served =Any particular region or regions associated with or served by the organization" | ||
| + | }, | ||
| + | "services": { | ||
| + | "label": "services", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "services of organisation" | ||
| + | }, | ||
| + | "membership ": { | ||
| + | "label": "membership ", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "membership of organisation" | ||
| + | }, | ||
| + | "language": { | ||
| + | "label": "language", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "languages =Any official language or languages used by the organization" | ||
| + | }, | ||
| + | "sec_gen ": { | ||
| + | "label": "sec_gen ", | ||
| + | "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", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "publication =Organization's principal body (assembly, committee, board, …) or publication" | ||
| + | }, | ||
| + | "parent_organization": { | ||
| + | "label": "parent_organization", | ||
| + | "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" | ||
| + | }, | ||
| + | "staff ": { | ||
| + | "label": "staff ", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Numbers and/or types of staff" | ||
| + | }, | ||
| + | "volunteers": { | ||
| + | "label": "volunteers", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "suggested": false, | ||
| + | "deprecated": false, | ||
| + | "description": "Numbers and/or types of volunteers" | ||
| + | }, | ||
| + | "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", | ||
| + | "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" | ||
| + | } | ||
| + | }, | ||
| + | "format": "block", | ||
| + | "paramOrder": [ | ||
| + | "name ", | ||
| + | "native_name ", | ||
| + | "image", | ||
| + | "image_size ", | ||
| + | "alt", | ||
| + | "caption", | ||
| + | "logo", | ||
| + | "logo_size ", | ||
| + | "logo_alt", | ||
| + | "logo_caption", | ||
| + | "map", | ||
| + | "map_size", | ||
| + | "map_alt", | ||
| + | "map_caption ", | ||
| + | "map2 ", | ||
| + | "map2_size", | ||
| + | "map2_alt", | ||
| + | "map2_caption ", | ||
| + | "named_after ", | ||
| + | "abbreviation ", | ||
| + | "motto", | ||
| + | "predecessor", | ||
| + | "merged", | ||
| + | "successor", | ||
| + | "formation", | ||
| + | "founder ", | ||
| + | "founding_location ", | ||
| + | "extinction", | ||
| + | "merger ", | ||
| + | "type", | ||
| + | "status", | ||
| + | "purpose", | ||
| + | "professional_title", | ||
| + | "headquarters", | ||
| + | " location", | ||
| + | "coords", | ||
| + | "region ", | ||
| + | "services", | ||
| + | "membership ", | ||
| + | "language", | ||
| + | "sec_gen ", | ||
| + | "leader_title", | ||
| + | "leader_name", | ||
| + | "leader_title2", | ||
| + | "leader_name2", | ||
| + | "leader_name3", | ||
| + | "leader_title3", | ||
| + | "leader_title4", | ||
| + | "leader_name4", | ||
| + | "board_of_directors", | ||
| + | "key_people", | ||
| + | "main_organ", | ||
| + | "parent_organization", | ||
| + | "subsidiaries", | ||
| + | "secessions ", | ||
| + | "affiliations", | ||
| + | "budget", | ||
| + | "staff ", | ||
| + | "volunteers", | ||
| + | "website ", | ||
| + | "remarks", | ||
| + | "formerly", | ||
| + | "footnotes" | ||
| + | ] | ||
| + | } | ||
| + | </templatedata> | ||
| + | |||
| + | == Tracking category == | ||
| + | * {{clc|Pages using infobox organization with unsupported parameters}} | ||
| + | |||
| + | == See also == | ||
| + | * [[Wikipedia:INFOBOXFLAG]] | ||
| + | |||
| + | {{Organization infoboxes}} | ||
| + | |||
| + | <includeonly>{{sandbox other|| | ||
| + | | <!-- Categories below this line, please; interwikis at Wikidata --> | ||
| + | [[Category:Organization infobox templates| ]] | ||
| + | [[Category:Society and social science infobox templates|Organization]] | ||
| + | [[Category:Templates that add a tracking category]] | ||
| + | }}</includeonly> | ||
Revision as of 20:50, 11 November 2018
| 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.
Blank template
- redirect Template:Parameter names example
{{Infobox organization
| name =
| pronounce =
| native_name =
| native_name_lang =
| named_after =
| image =
| image_size =
| alt =
| caption =
| logo =
| logo_size =
| logo_alt =
| logo_caption =
| map =
| map_size =
| map_alt =
| map_caption =
| map2 =
| map2_size =
| map2_alt =
| map2_caption =
| abbreviation =
| motto =
| predecessor =
| merged =
| successor =
| formation = <!-- use {{start date and age|YYYY|MM|DD}} -->
| founder =
| founding_location =
| extinction = <!-- use {{end date and age|YYYY|MM|DD}} -->
| merger =
| type =
| tax_id = <!-- or | vat_id = (for European organizations) -->
| registration_id = <!-- for non-profit org -->
| status =
| purpose =
| headquarters =
| location =
| coords = <!-- {{coord|LAT|LON|display=inline, title}} -->
| region =
| services =
| products =
| methods =
| fields =
| membership =
| membership_year =
| language =
| owner = <!-- or | owners = -->
| sec_gen = <!-- or | gen_sec for General Secretary -->
| 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 =
| website = <!-- {{URL|example.com}} -->
| remarks =
| formerly =
| footnotes =
}}
Usage
All fields are lower case and optional.
native_name | |
![]() (captionTemplate:Thinsp:) Test.png (image) at template's default size. | |
![]() (map_captionTemplate:Thinsp:) World map.jpg (map) at template's default size. | |
| Abbreviation | abbreviation |
|---|---|
| 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 extinction) |
| Merger of | merger |
| Type | type |
| tax_id (or vat_id) | |
| Registration no. | registration_id |
| Legal status | status |
| Purpose | purpose |
| Headquarters | headquarters |
| Location |
|
| Coordinates | (Template:Thinsp) |
Region | 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_title4 | leader_name4 |
[[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 |
| Endowment (_year) | endowment |
Staff (_year) | Script error: No such module "If empty". |
Volunteers (_year) | volunteers |
| Website | website |
| Remarks | remarks |
Formerly called | Script error: No such module "If empty". |
| footnotes | |
{{Infobox organization
| name = <!-- defaults to {{PAGENAME}} if not provided -->
| native_name = <!-- Organization's name in its local language -->
| native_name_lang = <!-- ISO code of the above language -->
| named_after =
| image =
| image_size =
| alt = <!-- see [[WP:ALT]] -->
| caption =
| map = <!-- map image -->
| map_size = <!-- defaults to 250px -->
| map_alt =
| map_caption =
| map2 = <!-- second map image, if required -->
| map2_size =
| map2_alt =
| map2_caption =
| abbreviation =
| motto =
| predecessor =
| merged = <!-- Any other organizations with which the organization was merged -->
| successor =
| formation = <!-- or: | established = --> <!--e.g. use {{start date and age|YYYY|MM|DD}}-->
| founder = <!-- or: | founders = -->
| founding_location =
| extinction = <!-- or: | dissolved = --> <!--e.g. use {{end date and age|YYYY|MM|DD}}-->
| merger = <!-- Other organizations (if any) merged to constitute the organization -->
| type = <!-- e.g. [[Governmental organization]], [[Non-governmental organization|NGO]], etc -->
| status = <!-- Organization's legal status and/or description (company, charity, foundation, etc) -->
| purpose = <!-- or: | focus = --> <!--(humanitarian, activism, peacekeeping, etc)-->
| professional_title = <!-- for professional associations -->
| headquarters =
| location =
| coords = <!-- location's {{coord}}s -->
| region = <!-- or: | region_served = --> <!--Any particular region or regions associated with or served by the organization-->
| services =
| membership = <!-- Usually the number of members -->
| membership_year = <!-- Year to which membership number/data apply -->
| language = <!-- or: | languages = --> <!--Any official language or languages used by the organization-->
| sec_gen = <!-- Name of the organization's Secretary General (if post exists) 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 =
| staff = <!-- Numbers and/or types of staff -->
| staff_year = <!-- Year to which staff numbers/data apply -->
| volunteers = <!-- Numbers and/or types of volunteers -->
| volunteers_year = <!-- Year to which volunteer numbers/data apply -->
| website = <!-- e.g. {{url|example.com}} -->
| remarks =
| formerly = <!-- Any former names by which the organization known -->
| footnotes =
}}
Microformat
TemplateData
TemplateData for Infobox organization
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | defaults to {{PAGENAME}} if name not provided | String | optional |
| native_name | native_name | Organization's name in its local language | String | optional |
| image | image | image of organisation | String | optional |
| image_size | image_size | size of image | String | optional |
| alt | alt | see [[WP:ALT]] | String | optional |
| caption | caption | caption | String | optional |
| logo | logo | logo of organisation | String | optional |
| logo_size | logo_size | size of logo | String | optional |
| logo_alt | logo_alt | see [[WP:ALT]] | String | optional |
| logo_caption | logo_caption | caption of logo | String | optional |
| map | map | map image | String | optional |
| map_size | map_size | defaults to 250px | String | 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 | String | optional |
| map2_alt | map2_alt | no description | String | optional |
| map2_caption | map2_caption | caption for map | String | optional |
| named_after | named_after | Entity the organisation was named after, if any | String | optional |
| abbreviation | abbreviation | abbreviation of organisation | 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, e.g. use {{start date and age|YYYY|MM|DD}} | Number | optional |
| founder | founder | founder of organisation | String | optional |
| founding_location | founding_location | place founded | String | optional |
| extinction | extinction | dissolved=e.g. use {{end date and age|YYYY|MM|DD}} | Number | optional |
| merger | merger | Other organizations (if any) merged to constitute the organization | String | optional |
| type | type | e.g. [[Governmental organization]], [[Non-governmental organization|NGO]] | String | optional |
| status | status | Organization's legal status and/or description (company, charity, foundation | String | optional |
| purpose | purpose | focus=(humanitarian, activism, peacekeeping, …) | String | optional |
| professional_title | professional_title | for professional associations | String | optional |
| headquarters | headquarters | organisation headquarters | String | optional |
| location | location | location of organisation | String | optional |
| coords | coords | location's {{coord}}s | String | optional |
| region | region | region_served =Any particular region or regions associated with or served by the organization | String | optional |
| services | services | services of organisation | String | optional |
| membership | membership | membership of organisation | String | optional |
| language | language | languages =Any official language or languages used by the organization | String | optional |
| sec_gen | sec_gen | 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_name3 | leader_name3 | no description | String | optional |
| leader_title3 | leader_title3 | 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 | 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 |
| staff | staff | Numbers and/or types of staff | String | optional |
| volunteers | volunteers | Numbers and/or types of volunteers | String | optional |
| website | website | organisation website | Page | optional |
| remarks | remarks | organisation remarks | String | optional |
| formerly | formerly | Any former names by which the organization known | String | optional |
| footnotes | footnotes | footnotes of organisation | String | optional |
Tracking category
See also
Template:Organization infoboxes

