WikiPartner (talk | contribs) No edit summary |
WikiPartner (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#if:{{{image|}}}|{{#setmainimage:{{{image}}}}}}} | <includeonly> | ||
{{#if:{{{image|}}}|{{#setmainimage:{{{image}}}}}}} | |||
<div class="wp-infobox"> | <div class="wp-infobox"> | ||
<div class="wp-infobox-header"> | <div class="wp-infobox-header"> | ||
<div class="wp-infobox-name">{{{name|{{PAGENAME}}}}}</div> | <div class="wp-infobox-name">{{{name|{{PAGENAME}}}}}</div> | ||
{{#if:{{{type|}}}|<div class="wp-infobox-subtitle">{{{type}}}</div>}} | {{#if:{{{type|}}}|<div class="wp-infobox-subtitle">{{{type}}}</div>}} | ||
</div> | </div> | ||
{{#if:{{{image|}}}|<div class="wp-infobox-image">[[File:{{{image}}}|320px|alt={{{image_alt|{{{name|{{PAGENAME}}}}}}}}]]</div>}} | |||
{{#if:{{{image|}}}|{{#if:{{{caption|}}}|<div class="wp-infobox-caption">{{{caption}}}</div>}}}} | |||
{{#if:{{{image|}}}| | |||
<div class="wp-infobox-image"> | |||
[[File:{{{image}}}|320px|alt={{{image_alt|{{{name|{{PAGENAME}}}}}}}}]] | |||
</div> | |||
}} | |||
{{#if:{{{image|}}}| | |||
{{#if:{{{caption|}}}| | |||
<div class="wp-infobox-caption">{{{caption}}}</div> | |||
}} | |||
}} | |||
<div class="wp-infobox-data"> | <div class="wp-infobox-data"> | ||
{{#if:{{{native_name|}}}|<div class="wp-infobox-row"><div class="wp-infobox-label">Native name</div><div class="wp-infobox-value">{{{native_name}}}</div></div>}} | |||
{{#if:{{{other_name|}}}|<div class="wp-infobox-row"><div class="wp-infobox-label">Other name</div><div class="wp-infobox-value">{{{other_name}}}</div></div>}} | {{#if:{{{native_name|}}}| | ||
{{#if:{{{ | <div class="wp-infobox-row"> | ||
{{#if:{{{ | <div class="wp-infobox-label">Native name</div> | ||
<div class="wp-infobox-value">{{{native_name}}}</div> | |||
</div> | |||
{{#if:{{{ | }} | ||
{{#if:{{{other_name|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Other name</div> | |||
<div class="wp-infobox-value">{{{other_name}}}</div> | |||
</div> | |||
{{#if:{{{ | }} | ||
{{#if:{{{official_name|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Official name</div> | |||
<div class="wp-infobox-value">{{{official_name}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{type|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Type</div> | |||
<div class="wp-infobox-value">{{{type}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{country|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Country</div> | |||
<div class="wp-infobox-value">{{{country}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{state|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">State</div> | |||
<div class="wp-infobox-value">{{{state}}}</div> | |||
</div> | </div> | ||
}} | |||
{{#if:{{{province|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Province</div> | |||
<div class="wp-infobox-value">{{{province}}}</div> | |||
</div> | </div> | ||
}} | |||
{{#if:{{{region|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Region</div> | |||
<div class="wp-infobox-value">{{{region}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{county|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">County</div> | |||
<div class="wp-infobox-value">{{{county}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{district|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">District</div> | |||
<div class="wp-infobox-value">{{{district}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{municipality|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Municipality</div> | |||
<div class="wp-infobox-value">{{{municipality}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{location|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Location</div> | |||
<div class="wp-infobox-value">{{{location}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{address|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Address</div> | |||
<div class="wp-infobox-value">{{{address}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{coordinates|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Coordinates</div> | |||
<div class="wp-infobox-value">{{{coordinates}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{elevation|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Elevation</div> | |||
<div class="wp-infobox-value">{{{elevation}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{area|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Area</div> | |||
<div class="wp-infobox-value">{{{area}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{population|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Population</div> | |||
<div class="wp-infobox-value">{{{population}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{population_as_of|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Population as of</div> | |||
<div class="wp-infobox-value">{{{population_as_of}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{density|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Population density</div> | |||
<div class="wp-infobox-value">{{{density}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{founded|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Founded</div> | |||
<div class="wp-infobox-value">{{{founded}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{established|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Established</div> | |||
<div class="wp-infobox-value">{{{established}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{built|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Built</div> | |||
<div class="wp-infobox-value">{{{built}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{opened|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Opened</div> | |||
<div class="wp-infobox-value">{{{opened}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{completed|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Completed</div> | |||
<div class="wp-infobox-value">{{{completed}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{founded_by|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Founded by</div> | |||
<div class="wp-infobox-value">{{{founded_by}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{architect|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Architect</div> | |||
<div class="wp-infobox-value">{{{architect}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{architecture|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Architecture</div> | |||
<div class="wp-infobox-value">{{{architecture}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{height|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Height</div> | |||
<div class="wp-infobox-value">{{{height}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{length|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Length</div> | |||
<div class="wp-infobox-value">{{{length}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{width|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Width</div> | |||
<div class="wp-infobox-value">{{{width}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{area_built|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Built-up area</div> | |||
<div class="wp-infobox-value">{{{area_built}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{owner|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Owner</div> | |||
<div class="wp-infobox-value">{{{owner}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{operator|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Operator</div> | |||
<div class="wp-infobox-value">{{{operator}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{governing_body|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Governing body</div> | |||
<div class="wp-infobox-value">{{{governing_body}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{government|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Government</div> | |||
<div class="wp-infobox-value">{{{government}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{capital|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Capital</div> | |||
<div class="wp-infobox-value">{{{capital}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{largest_city|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Largest city</div> | |||
<div class="wp-infobox-value">{{{largest_city}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{official_language|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Official language</div> | |||
<div class="wp-infobox-value">{{{official_language}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{currency|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Currency</div> | |||
<div class="wp-infobox-value">{{{currency}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{timezone|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Time zone</div> | |||
<div class="wp-infobox-value">{{{timezone}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{postal_code|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Postal code</div> | |||
<div class="wp-infobox-value">{{{postal_code}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{area_code|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Area code</div> | |||
<div class="wp-infobox-value">{{{area_code}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{website|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Website</div> | |||
<div class="wp-infobox-value">[{{{website}}} Official website]</div> | |||
</div> | |||
}} | |||
</div> | |||
</div> | |||
{{#wikipartner_place_schema: | {{#wikipartner_place_schema: | ||
name={{{name|{{PAGENAME}}}}} | name={{{name|{{PAGENAME}}}}} | ||
|image={{{image|}}} | |image={{{image|}}} | ||
|image_alt={{{image_alt|}}} | |image_alt={{{image_alt|}}} | ||
| | |description={{{description|}}} | ||
|type={{{type|}}} | |type={{{type|}}} | ||
|country={{{country|}}} | |country={{{country|}}} | ||
| | |state={{{state|}}} | ||
| | |province={{{province|}}} | ||
| | |region={{{region|}}} | ||
| | |location={{{location|}}} | ||
| | |address={{{address|}}} | ||
| | |coordinates={{{coordinates|}}} | ||
| | |elevation={{{elevation|}}} | ||
| | |area={{{area|}}} | ||
|population={{{population|}}} | |population={{{population|}}} | ||
| | |founded={{{founded|}}} | ||
| | |architect={{{architect|}}} | ||
| | |owner={{{owner|}}} | ||
| | |operator={{{operator|}}} | ||
|website={{{website|}}} | |website={{{website|}}} | ||
}} | }} | ||
</includeonly><noinclude> | |||
</includeonly> | |||
<noinclude> | |||
== Usage == | == Usage == | ||
Use this template for | Use this template for articles about notable geographic places, administrative areas, natural places, landmarks, buildings, and other significant locations. | ||
Suitable subjects include: | |||
* Countries | |||
* States and provinces | |||
* Cities and towns | |||
* Villages | |||
* Regions | |||
* Islands | |||
* Mountains | |||
* Rivers | |||
* Lakes | |||
* Parks | |||
* Landmarks | |||
* Monuments | |||
* Buildings | |||
* Historic sites | |||
* Other notable places | |||
All parameters are optional. Empty fields are not displayed. | |||
Use the basic version when only the main location details are needed. Use the full version when additional geographic, administrative, historical, architectural, or physical information is useful and reliably sourced. | |||
Do not add private addresses, speculative information, promotional claims, or unnecessary details. | |||
== Basic usage == | |||
<pre> | |||
{{Infobox place | |||
| name = | |||
| image = | |||
| image_alt = | |||
| caption = | |||
| type = | |||
| country = | |||
| state = | |||
| region = | |||
| location = | |||
| coordinates = | |||
| founded = | |||
| established = | |||
| population = | |||
| area = | |||
| website = | |||
}} | |||
</pre> | |||
== Full usage == | |||
<pre> | <pre> | ||
{{Infobox place | {{Infobox place | ||
| name = | | name = | ||
| native_name = | | native_name = | ||
| other_name = | | other_name = | ||
| official_name = | |||
| image = | | image = | ||
| image_alt = | | image_alt = | ||
| caption = | | caption = | ||
| description = | |||
| type = | | type = | ||
| country = | | country = | ||
| | | state = | ||
| | | province = | ||
| | | region = | ||
| | | county = | ||
| | | district = | ||
| | | municipality = | ||
| | | location = | ||
| | | address = | ||
| | | coordinates = | ||
| elevation = | |||
| area = | |||
| population = | | population = | ||
| population_as_of = | | population_as_of = | ||
| | | density = | ||
| | | founded = | ||
| | | established = | ||
| | | built = | ||
| opened = | |||
| completed = | |||
| founded_by = | |||
| architect = | |||
| architecture = | |||
| height = | |||
| length = | |||
| width = | |||
| area_built = | |||
| owner = | |||
| operator = | |||
| governing_body = | |||
| government = | |||
| capital = | |||
| largest_city = | |||
| official_language = | |||
| currency = | |||
| timezone = | |||
| postal_code = | | postal_code = | ||
| area_code = | | area_code = | ||
| | | website = | ||
}} | |||
</pre> | |||
== Parameter guidance == | |||
'''name''' | |||
The commonly used name of the place. | |||
'''native_name''' | |||
The place name in another language or writing system. | |||
'''other_name''' | |||
A notable alternative, historical, or commonly used name. | |||
'''official_name''' | |||
The official name when different from the commonly used name. | |||
'''image''' | |||
The main representative image of the place. | |||
'''image_alt''' | |||
A short accessibility description of the image. | |||
'''caption''' | |||
A short factual caption for the image. | |||
'''description''' | |||
A brief factual description of the place. | |||
'''type''' | |||
The type of place, such as city, country, building, landmark, island, park, mountain, or historic site. | |||
'''country''' | |||
The country containing the place. | |||
'''state''' | |||
The state or equivalent first-level administrative division. | |||
'''province''' | |||
The province when applicable. | |||
'''region''' | |||
The broader geographic or administrative region. | |||
'''county''' | |||
The county or equivalent administrative area. | |||
'''district''' | |||
The district or equivalent local administrative area. | |||
'''municipality''' | |||
The municipality containing or governing the place. | |||
'''location''' | |||
The general physical location of the place. | |||
'''address''' | |||
The public street address when appropriate, particularly for buildings and landmarks. Do not use private residential addresses. | |||
'''coordinates''' | |||
Geographic coordinates of the place. | |||
'''elevation''' | |||
Elevation above sea level when relevant. | |||
'''area''' | |||
The geographic area of the place. | |||
'''population''' | |||
Population when the place is populated and a reliable figure is available. | |||
'''population_as_of''' | |||
The date or year associated with the population figure. | |||
'''density''' | |||
Population density when relevant. | |||
'''founded''' | |||
The date or year when a settlement or other place was founded. | |||
'''established''' | |||
The date or year when an institution, site, park, district, or other place was formally established. | |||
'''built''' | |||
The date or period when a building or structure was built. | |||
'''opened''' | |||
The date when a building, facility, park, or attraction opened to the public. | |||
'''completed''' | |||
The date or period when construction was completed. | |||
'''founded_by''' | |||
The person, group, or authority credited with founding the place. | |||
'''architect''' | |||
The architect or architectural firm responsible for a building or structure. | |||
'''architecture''' | |||
The architectural style or significant architectural characteristics. | |||
'''height''' | |||
Height of a building, structure, mountain, or other appropriate physical feature. | |||
'''length''' | |||
Length of a structure or geographic feature when relevant. | |||
'''width''' | |||
Width of a structure or geographic feature when relevant. | |||
'''area_built''' | |||
Built-up or constructed area of a building or site. | |||
'''owner''' | |||
The documented owner of a building, landmark, or other privately or institutionally owned place. | |||
'''operator''' | |||
The organization or entity responsible for operating the place. | |||
'''governing_body''' | |||
The authority responsible for managing or governing the place. | |||
'''government''' | |||
Government or administrative authority when applicable, particularly for countries or territories. | |||
'''capital''' | |||
Capital city of a country, state, province, or other administrative area. | |||
'''largest_city''' | |||
Largest city of a country, state, province, or other administrative area. | |||
'''official_language''' | |||
Official language or languages when applicable to countries or territories. | |||
'''currency''' | |||
Official currency or currencies when applicable to countries or territories. | |||
'''timezone''' | |||
Time zone or time zones associated with the place. | |||
'''postal_code''' | |||
Postal or ZIP code when useful for a public location. | |||
'''area_code''' | |||
Telephone area code when relevant. | |||
'''website''' | |||
Official website of the place, governing authority, attraction, or institution when one exists. | |||
== Example 1: WikiPartner == | |||
<pre> | |||
{{Infobox place | |||
| name = WikiPartner | |||
| native_name = | |||
| other_name = | |||
| official_name = WikiPartner | |||
| image = | |||
| image_alt = WikiPartner website | |||
| caption = | |||
| description = English-language knowledge and publishing platform | |||
| type = Online platform | |||
| country = | |||
| state = | |||
| province = | |||
| region = | |||
| county = | |||
| district = | |||
| municipality = | |||
| location = Online | |||
| address = | |||
| coordinates = | | coordinates = | ||
| | | elevation = | ||
| | | area = | ||
| population = | |||
| population_as_of = | |||
| density = | |||
| founded = 2026 | |||
| established = 2026 | |||
| built = | |||
| opened = | |||
| completed = | |||
| founded_by = | |||
| architect = | |||
| architecture = | |||
| height = | |||
| length = | |||
| width = | |||
| area_built = | |||
| owner = | |||
| operator = WikiPartner | |||
| governing_body = | |||
| government = | |||
| capital = | |||
| largest_city = | |||
| official_language = English | |||
| currency = | |||
| timezone = | | timezone = | ||
| website = | | postal_code = | ||
| area_code = | |||
| website = https://wikipartner.org | |||
}} | }} | ||
</pre> | </pre> | ||
=== Example infobox === | |||
<div class="wp-infobox"> | |||
<div class="wp-infobox-header"> | |||
<div class="wp-infobox-name">WikiPartner</div> | |||
<div class="wp-infobox-subtitle">Online platform</div> | |||
</div> | |||
<div class="wp-infobox-data"> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Official name</div> | |||
<div class="wp-infobox-value">WikiPartner</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Type</div> | |||
<div class="wp-infobox-value">Online platform</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Location</div> | |||
<div class="wp-infobox-value">Online</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Founded</div> | |||
<div class="wp-infobox-value">2026</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Established</div> | |||
<div class="wp-infobox-value">2026</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Operator</div> | |||
<div class="wp-infobox-value">WikiPartner</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Official language</div> | |||
<div class="wp-infobox-value">English</div> | |||
</div> | |||
</div> | |||
</div> | |||
== Example 2: Eiffel Tower == | |||
<pre> | <pre> | ||
{{Infobox place | {{Infobox place | ||
| name = | | name = Eiffel Tower | ||
| native_name = Tour Eiffel | |||
| other_name = | |||
| official_name = | | official_name = | ||
| native_name = | | image = | ||
| other_name = | | image_alt = Eiffel Tower in Paris | ||
| type = | | caption = | ||
| country = | | description = Iron lattice tower on the Champ de Mars in Paris | ||
| | | type = Landmark | ||
| | | country = France | ||
| | | state = | ||
| | | province = | ||
| | | region = Île-de-France | ||
| county = | |||
| district = | |||
| municipality = Paris | |||
| location = Champ de Mars, Paris, France | |||
| address = Champ de Mars, 5 Avenue Anatole France, Paris, France | |||
| coordinates = | |||
| elevation = | |||
| area = | |||
| population = | |||
| population_as_of = | |||
| density = | |||
| founded = | |||
| established = 1889 | |||
| built = 1887–1889 | |||
| opened = 31 March 1889 | |||
| completed = 1889 | |||
| founded_by = | |||
| architect = Stephen Sauvestre | |||
| architecture = Iron lattice | |||
| height = 330 metres | |||
| length = | |||
| width = | |||
| area_built = | |||
| owner = City of Paris | |||
| operator = Société d'exploitation de la tour Eiffel | |||
| governing_body = | |||
| government = | |||
| capital = | |||
| largest_city = | |||
| official_language = | |||
| currency = | |||
| timezone = Central European Time | |||
| postal_code = | |||
| area_code = | |||
| website = https://www.toureiffel.paris | |||
}} | |||
</pre> | |||
=== Example infobox === | |||
<div class="wp-infobox"> | |||
<div class="wp-infobox-header"> | |||
<div class="wp-infobox-name">Eiffel Tower</div> | |||
<div class="wp-infobox-subtitle">Landmark</div> | |||
</div> | |||
<div class="wp-infobox-data"> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Native name</div> | |||
<div class="wp-infobox-value">Tour Eiffel</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Type</div> | |||
<div class="wp-infobox-value">Landmark</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Country</div> | |||
<div class="wp-infobox-value">France</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Region</div> | |||
<div class="wp-infobox-value">Île-de-France</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Municipality</div> | |||
<div class="wp-infobox-value">Paris</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Location</div> | |||
<div class="wp-infobox-value">Champ de Mars, Paris, France</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Established</div> | |||
<div class="wp-infobox-value">1889</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Built</div> | |||
<div class="wp-infobox-value">1887–1889</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Opened</div> | |||
<div class="wp-infobox-value">31 March 1889</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Architect</div> | |||
<div class="wp-infobox-value">Stephen Sauvestre</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Architecture</div> | |||
<div class="wp-infobox-value">Iron lattice</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Height</div> | |||
<div class="wp-infobox-value">330 metres</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Owner</div> | |||
<div class="wp-infobox-value">City of Paris</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Operator</div> | |||
<div class="wp-infobox-value">Société d'exploitation de la tour Eiffel</div> | |||
</div> | |||
</div> | |||
</div> | |||
== Example 3: United States == | |||
<pre> | |||
{{Infobox place | |||
| name = United States | |||
| native_name = | |||
| other_name = United States of America | |||
| official_name = United States of America | |||
| image = | |||
| image_alt = Flag and map representing the United States | |||
| caption = | |||
| description = Federal republic in North America | |||
| type = Country | |||
| country = | |||
| state = | |||
| province = | |||
| region = North America | |||
| county = | |||
| district = | |||
| municipality = | |||
| location = North America | |||
| address = | |||
| coordinates = | |||
| elevation = | |||
| area = 9,833,520 km² | |||
| population = | | population = | ||
| population_as_of = | | population_as_of = | ||
| | | density = | ||
| | | founded = 1776 | ||
| | | established = 1776 | ||
| | | built = | ||
| | | opened = | ||
| | | completed = | ||
| | | founded_by = | ||
| | | architect = | ||
| | | architecture = | ||
| | | height = | ||
| timezone = | | length = | ||
| website = https:// | | width = | ||
| area_built = | |||
| owner = | |||
| operator = | |||
| governing_body = | |||
| government = Federal republic | |||
| capital = Washington, D.C. | |||
| largest_city = New York City | |||
| official_language = | |||
| currency = United States dollar | |||
| timezone = Multiple | |||
| postal_code = | |||
| area_code = | |||
| website = https://www.usa.gov | |||
}} | }} | ||
</pre> | </pre> | ||
=== Example infobox === | === Example infobox === | ||
<div class="wp-infobox"> | <div class="wp-infobox"> | ||
<div class="wp-infobox-header"> | <div class="wp-infobox-header"> | ||
<div class="wp-infobox-name"> | <div class="wp-infobox-name">United States</div> | ||
<div class="wp-infobox-subtitle"> | <div class="wp-infobox-subtitle">Country</div> | ||
</div> | </div> | ||
<div class="wp-infobox-data"> | <div class="wp-infobox-data"> | ||
<div class="wp-infobox-row" | <div class="wp-infobox-row"> | ||
<div class="wp-infobox-label">Other name</div> | |||
<div class="wp-infobox-value">United States of America</div> | |||
</div> | |||
<div class="wp-infobox-row" | <div class="wp-infobox-row"> | ||
<div class="wp-infobox-label">Official name</div> | |||
<div class="wp-infobox-value">United States of America</div> | |||
</div> | </div> | ||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Type</div> | |||
<div class="wp-infobox-value">Country</div> | |||
</div> | </div> | ||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Region</div> | |||
<div class="wp-infobox-value">North America</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Location</div> | |||
<div class="wp-infobox-value">North America</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Area</div> | |||
<div class="wp-infobox-value">9,833,520 km²</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Founded</div> | |||
<div class="wp-infobox-value">1776</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Established</div> | |||
<div class="wp-infobox-value">1776</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Government</div> | |||
<div class="wp-infobox-value">Federal republic</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Capital</div> | |||
<div class="wp-infobox-value">Washington, D.C.</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Largest city</div> | |||
<div class="wp-infobox-value">New York City</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Currency</div> | |||
<div class="wp-infobox-value">United States dollar</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Time zone</div> | |||
<div class="wp-infobox-value">Multiple</div> | |||
</div> | |||
</div> | |||
</div> | |||
== Notes for editors == | |||
* Use this infobox for places rather than people, organizations, companies, products, or events. | |||
* Choose the most suitable '''type''' for the subject. | |||
* Use geographic and administrative fields only when they are relevant to the subject. | |||
* Do not duplicate the same information in several fields unless the fields have different purposes. | |||
* Use '''founded''' for the founding of settlements or places and '''built''', '''opened''', or '''completed''' for structures when appropriate. | |||
* Use '''population''' only with a reliable source and include '''population_as_of''' when the date matters. | |||
* Use '''coordinates''' when reliable geographic coordinates are available. | |||
* Do not add private residential addresses or other sensitive location information. | |||
* Use '''website''' for the official website only. | |||
* Do not add social-media profiles or authority identifiers. | |||
[[Category:WikiPartner infobox templates]] | [[Category:WikiPartner infobox templates]] | ||
[[Category:WikiPartner documentation]] | |||
[[Category:WikiPartner templates]] | |||
</noinclude> | </noinclude> | ||
Revision as of 21:43, 3 September 2026
Usage
Use this template for articles about notable geographic places, administrative areas, natural places, landmarks, buildings, and other significant locations.
Suitable subjects include:
- Countries
- States and provinces
- Cities and towns
- Villages
- Regions
- Islands
- Mountains
- Rivers
- Lakes
- Parks
- Landmarks
- Monuments
- Buildings
- Historic sites
- Other notable places
All parameters are optional. Empty fields are not displayed.
Use the basic version when only the main location details are needed. Use the full version when additional geographic, administrative, historical, architectural, or physical information is useful and reliably sourced.
Do not add private addresses, speculative information, promotional claims, or unnecessary details.
Basic usage
{{Infobox place
| name =
| image =
| image_alt =
| caption =
| type =
| country =
| state =
| region =
| location =
| coordinates =
| founded =
| established =
| population =
| area =
| website =
}}
Full usage
{{Infobox place
| name =
| native_name =
| other_name =
| official_name =
| image =
| image_alt =
| caption =
| description =
| type =
| country =
| state =
| province =
| region =
| county =
| district =
| municipality =
| location =
| address =
| coordinates =
| elevation =
| area =
| population =
| population_as_of =
| density =
| founded =
| established =
| built =
| opened =
| completed =
| founded_by =
| architect =
| architecture =
| height =
| length =
| width =
| area_built =
| owner =
| operator =
| governing_body =
| government =
| capital =
| largest_city =
| official_language =
| currency =
| timezone =
| postal_code =
| area_code =
| website =
}}
Parameter guidance
name The commonly used name of the place.
native_name The place name in another language or writing system.
other_name A notable alternative, historical, or commonly used name.
official_name The official name when different from the commonly used name.
image The main representative image of the place.
image_alt A short accessibility description of the image.
caption A short factual caption for the image.
description A brief factual description of the place.
type The type of place, such as city, country, building, landmark, island, park, mountain, or historic site.
country The country containing the place.
state The state or equivalent first-level administrative division.
province The province when applicable.
region The broader geographic or administrative region.
county The county or equivalent administrative area.
district The district or equivalent local administrative area.
municipality The municipality containing or governing the place.
location The general physical location of the place.
address The public street address when appropriate, particularly for buildings and landmarks. Do not use private residential addresses.
coordinates Geographic coordinates of the place.
elevation Elevation above sea level when relevant.
area The geographic area of the place.
population Population when the place is populated and a reliable figure is available.
population_as_of The date or year associated with the population figure.
density Population density when relevant.
founded The date or year when a settlement or other place was founded.
established The date or year when an institution, site, park, district, or other place was formally established.
built The date or period when a building or structure was built.
opened The date when a building, facility, park, or attraction opened to the public.
completed The date or period when construction was completed.
founded_by The person, group, or authority credited with founding the place.
architect The architect or architectural firm responsible for a building or structure.
architecture The architectural style or significant architectural characteristics.
height Height of a building, structure, mountain, or other appropriate physical feature.
length Length of a structure or geographic feature when relevant.
width Width of a structure or geographic feature when relevant.
area_built Built-up or constructed area of a building or site.
owner The documented owner of a building, landmark, or other privately or institutionally owned place.
operator The organization or entity responsible for operating the place.
governing_body The authority responsible for managing or governing the place.
government Government or administrative authority when applicable, particularly for countries or territories.
capital Capital city of a country, state, province, or other administrative area.
largest_city Largest city of a country, state, province, or other administrative area.
official_language Official language or languages when applicable to countries or territories.
currency Official currency or currencies when applicable to countries or territories.
timezone Time zone or time zones associated with the place.
postal_code Postal or ZIP code when useful for a public location.
area_code Telephone area code when relevant.
website Official website of the place, governing authority, attraction, or institution when one exists.
Example 1: WikiPartner
{{Infobox place
| name = WikiPartner
| native_name =
| other_name =
| official_name = WikiPartner
| image =
| image_alt = WikiPartner website
| caption =
| description = English-language knowledge and publishing platform
| type = Online platform
| country =
| state =
| province =
| region =
| county =
| district =
| municipality =
| location = Online
| address =
| coordinates =
| elevation =
| area =
| population =
| population_as_of =
| density =
| founded = 2026
| established = 2026
| built =
| opened =
| completed =
| founded_by =
| architect =
| architecture =
| height =
| length =
| width =
| area_built =
| owner =
| operator = WikiPartner
| governing_body =
| government =
| capital =
| largest_city =
| official_language = English
| currency =
| timezone =
| postal_code =
| area_code =
| website = https://wikipartner.org
}}
Example infobox
Example 2: Eiffel Tower
{{Infobox place
| name = Eiffel Tower
| native_name = Tour Eiffel
| other_name =
| official_name =
| image =
| image_alt = Eiffel Tower in Paris
| caption =
| description = Iron lattice tower on the Champ de Mars in Paris
| type = Landmark
| country = France
| state =
| province =
| region = Île-de-France
| county =
| district =
| municipality = Paris
| location = Champ de Mars, Paris, France
| address = Champ de Mars, 5 Avenue Anatole France, Paris, France
| coordinates =
| elevation =
| area =
| population =
| population_as_of =
| density =
| founded =
| established = 1889
| built = 1887–1889
| opened = 31 March 1889
| completed = 1889
| founded_by =
| architect = Stephen Sauvestre
| architecture = Iron lattice
| height = 330 metres
| length =
| width =
| area_built =
| owner = City of Paris
| operator = Société d'exploitation de la tour Eiffel
| governing_body =
| government =
| capital =
| largest_city =
| official_language =
| currency =
| timezone = Central European Time
| postal_code =
| area_code =
| website = https://www.toureiffel.paris
}}
Example infobox
Example 3: United States
{{Infobox place
| name = United States
| native_name =
| other_name = United States of America
| official_name = United States of America
| image =
| image_alt = Flag and map representing the United States
| caption =
| description = Federal republic in North America
| type = Country
| country =
| state =
| province =
| region = North America
| county =
| district =
| municipality =
| location = North America
| address =
| coordinates =
| elevation =
| area = 9,833,520 km²
| population =
| population_as_of =
| density =
| founded = 1776
| established = 1776
| built =
| opened =
| completed =
| founded_by =
| architect =
| architecture =
| height =
| length =
| width =
| area_built =
| owner =
| operator =
| governing_body =
| government = Federal republic
| capital = Washington, D.C.
| largest_city = New York City
| official_language =
| currency = United States dollar
| timezone = Multiple
| postal_code =
| area_code =
| website = https://www.usa.gov
}}
Example infobox
Notes for editors
- Use this infobox for places rather than people, organizations, companies, products, or events.
- Choose the most suitable type for the subject.
- Use geographic and administrative fields only when they are relevant to the subject.
- Do not duplicate the same information in several fields unless the fields have different purposes.
- Use founded for the founding of settlements or places and built, opened, or completed for structures when appropriate.
- Use population only with a reliable source and include population_as_of when the date matters.
- Use coordinates when reliable geographic coordinates are available.
- Do not add private residential addresses or other sensitive location information.
- Use website for the official website only.
- Do not add social-media profiles or authority identifiers.