Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Syntax  



1.1  Pre-loading Wikidata values  







2 Notes  





3 Coordinates  





4 Examples  





5 Microformat  



5.1  Sub-templates  





5.2  Classes  





5.3  Precision  







6 Tracking categories  





7 See also  














Template:Infobox UNESCO World Heritage Site






Afrikaans
Alemannisch
العربية
Arpetan

Asturianu
Azərbaycanca
تۆرکجه
Basa Bali

Banjar
 / Bân-lâm-gú
Башҡортса
Беларуская
Беларуская (тарашкевіца)

Bikol Central
Български
Boarisch
Bosanski
Чӑвашла
Čeština
Cymraeg
Dansk
Deutsch

Eesti
Ελληνικά
Español
Esperanto
Euskara
فارسی
Føroyskt
Français
Galego


Հայերեն
ि
Hrvatski
Ilokano
Bahasa Indonesia
IsiZulu
Italiano
עברית
Jawa

Қазақша

Latviešu
Lietuvių
Magyar
ि
Македонски



مصرى

Bahasa Melayu
Монгол

Nederlands
Nedersaksies


Napulitano
Нохчийн
Norsk bokmål
Norsk nynorsk
Occitan
ି
Oʻzbekcha / ўзбекча



Plattdüütsch
Polski
Português
Română
Русский


Scots
Shqip

Simple English
سنڌي
Slovenčina
Slovenščina
کوردی
Српски / srpski
Srpskohrvatski / српскохрватски
Sunda
Suomi
Svenska
Tagalog
ி
Tarandíne
 


Тоҷикӣ
Türkçe
Українська
اردو
Vèneto
Tiếng Vit



 

Edit links
 









Template
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 





Permanently protected template

From Wikipedia, the free encyclopedia
 


Syntax

{{Infobox UNESCO World Heritage Site
| WHS         = <!-- name as inscribed on the World Heritage List: use with the STAND-ALONE version of this template -->
| Official_name = <!-- name as inscribed on the World Heritage List: use ONLY with the embedded version of this template, if it doesn't matches the name of the template it is in: see [[Giza pyramid complex]] for an example-->
| image       = <!-- optional -->
| image_size  = <!-- optional -->
| caption     = <!-- optional -->
| Part_of     = <!-- optional: when the article subject is part of a WHS listing, not a full one, e.g. one church in a series of churches -->
| Includes    = <!-- optional: when a group of subjects together form this WHS; avoid long listings, in which case it is better to summarize or to omit the parameter altogether-->
| Location    = <!-- optional -->
| Criteria    = <!-- Cultural, Natural or Mixed, plus roman numbers --> 
|ID=
| Coordinates = <!-- optional; use {{coord}} -->
| Year        = 
| Extension   = <!-- optional -->
| Danger      = <!-- optional -->
| Area        = <!-- optional -->
| Buffer_zone = <!-- optional -->
| Website     = <!-- optional -->
| locmapin    = <!-- optional -->
| map_caption = <!-- optional -->
| map_width   = <!-- optional -->
| relief      = <!-- "1" for relief map - if available -->
| child       = <!-- optional; set to "yes" to embed this infobox within another infobox -->
| embedded    = <!-- optional; use to embed another infobox template within this one, e.g. {{Location map many}} -->
}}

Pre-loading Wikidata values

The listing below proposes to import Wikidata values (called "claims" at Wikidata) and convert them to static local data, with the subst: technique.

Pre-loading Wikidata values in this fashion would often be unsuccessful due to failing Wikidata claims for the item: it is up to the editor importing the claims to check whether the claim is correct and appropriate for the infobox.

The preload-list can be used for a first implementation of this template in an article. Separate parameter substitutions can be used to complement incomplete parameter sets in a previously implemented infobox.

{{Infobox UNESCO World Heritage Site
| child         = 
| WHS           = {{subst:Wikidata|qualifier|P1435|P1448}}<!-- leave empty, unless for stand-alone infoboxes that need a title different from the article title -->
| image         = {{subst:Wikidata|property|P18}}<!-- !!! remove "[[File:" and "]]" wrapping the image name or it is impossible to manage the image size -->
| image_upright = 1.2
| caption       = {{subst:Wikidata|qualifier|P18|P2096}}
| official_name = {{subst:Wikidata|qualifier|P1435|P1448}}<!-- leave empty unless the official WHS name is different from the title of the infobox -->
| location      = {{subst:Wikidata|properties|linked|P706}}, {{subst:Wikidata|properties|linked|P276}}, {{subst:Wikidata|properties|linked|P131}}, {{subst:Wikidata|property|linked|P17}}, {{subst:Wikidata|property|linked|P30}}<!-- make selection: P17 (country) and possibly P131 (administrative subdivision of country) suffice in most cases -->
| part_of       = {{subst:Wikidata|properties|linked|P361}}
| includes      = {{subst:Wikidata|properties|linked|P527}}<!--replace by summary if the list of sub-entities is too large or incomplete-->
| criteria      = {{UNESCO WHS type|{{subst:Wikidata|properties|P2614}}}}{{subst:Wikidata|properties|P2614}}
|ID= {{subst:Wikidata|property|P757}}
| coordinates   = {{subst:Wikidata|property|linked|P625}}<!-- !!! convert to {{coord|...|...|format=dms}} -->
| year          = {{subst:Wikidata|qualifier|P1435|P580}}
| extension     = {{subst:Wikidata|qualifiers|P793|P585}}
| danger        = {{#if: {{subst:Wikidata|qualifiers|P793|P580}}|{{subst:Wikidata|qualifiers|P793|P580}} -|}}{{#if: {{subst:Wikidata|qualifiers|P793|P582}}|- {{subst:Wikidata|qualifiers|P793|P582}}|}}
| area          = {{subst:Wikidata|property|P2046}}<!-- {{convert|...|ha|acre|abbr=on}} or similar with other units recommended -->{{subst:wikidata|reference|P2046}}
| buffer_zone   = 
| website       = {{URL|{{subst:Wikidata|property|P856}}}}
| embedded      = 
| locmapin      = {{subst:Wikidata|property|P17}}
| map_caption   = 
}}

Notes

Coordinates

For coordinates, use {{coord}} with display=inline,title. Please do not be overly precise.

Examples

Example 1
Kathmandu Valley
UNESCO World Heritage Site
LocationNepal
CriteriaCultural: iii, iv, vi
Reference121
Inscription1979 (3rd Session)
Extensions2006
Endangered2003-2007

This example has no image:

{{Infobox UNESCO World Heritage Site
| WHS         = Kathmandu Valley
| Location    = [[Nepal]]
| Criteria    = Cultural: iii, iv, vi
|ID= 121
| Year        = 1979
| Danger      = 2003-2007
| Extension   = 2006
}}
Example 2
Kathmandu Valley
UNESCO World Heritage Site
The Kathmandu Darbar Square
The Kathmandu Darbar Square
LocationNepal
CriteriaCultural: iii, iv, vi
Reference121
Inscription1979 (3rd Session)
Extensions2006
Endangered2003-2007

This example uses an image of width 270px, and the alt and caption parameters:

{{Infobox UNESCO World Heritage Site
| WHS         = Kathmandu Valley
| image       = Basantapurpalace.JPG
| image_size  = 270px
| alt         = The Kathmandu Darbar Square
| caption     = The Kathmandu Darbar Square
| Location    = [[Nepal]]
| Criteria    = Cultural: iii, iv, vi
|ID= 121
| Year        = 1979
| Danger      = 2003-2007
| Extension   = 2006
}}
Example 3
Kathmandu Valley
UNESCO World Heritage Site
The Kathmandu Darbar Square
The Kathmandu Darbar Square
LocationNepal
CriteriaCultural: iii, iv, vi
Reference121
Inscription1979 (3rd Session)
Extensions2006
Endangered2003-2007
Area167.37 ha
Buffer zone70.29 ha
Coordinates27°42′14N 85°18′32E / 27.704°N 85.309°E / 27.704; 85.309
Infobox UNESCO World Heritage Site is located in Nepal
Infobox UNESCO World Heritage Site

Location in Nepal

This example uses the default image width, and a location map:

{{Infobox UNESCO World Heritage Site
| WHS         = Kathmandu Valley
| image       = Basantapurpalace.JPG
| alt         = The Kathmandu Darbar Square
| caption     = The Kathmandu Darbar Square
| Location    = [[Nepal]]
| Criteria    = Cultural: iii, iv, vi
|ID= 121
| Year        = 1979
| Danger      = 2003-2007
| Extension   = 2006
| Area        = 167.37 ha
| Buffer_zone = 70.29 ha 
| locmapin    = Nepal
| coordinates = {{coord|27.704|85.309}}
| map_caption = Location in Nepal
}}
Example 4
Bauhaus and its Sites in Weimar, Dessau and Bernau
UNESCO World Heritage Site
Bauhaus Dessau Workshop
Bauhaus building in Dessau
LocationGermany
CriteriaCultural: ii, iv, vi
Reference729
Inscription1996 (20th Session)
Extensions2017
Area8.1614 ha
Buffer zone59.26 ha
Infobox UNESCO World Heritage Site is located in Germany
1

1

2

2

3

3

Bauhaus sites: 1 = Weimar, 2 = Dessau, 3 = Bernau

This example uses an embedded template for the location map, allowing an unlimited number of clickable locations:

{{Infobox UNESCO World Heritage Site
|WHS          = Bauhaus and its Sites in Weimar, Dessau and Bernau
|Image        = [[File:Bundesarchiv Bild 183-1987-0204-305, Dessau, Bauhaus.jpg|250px|Bauhaus Dessau Workshop]]
|imagecaption = Bauhaus building in Dessau
|Location     = Germany
|Criteria     = Cultural: ii, iv, vi
|ID= 729
|Year         = 1996
|Extension    = 2017
|Area         =  8.1614 ha
|Buffer_zone  =  59.26 ha 
|embedded     =
{{Location map many|border=infobox
| Germany
| caption     = Bauhaus sites: 1 = Weimar, 2 = Dessau, 3 = Bernau
| label1      =1| link1       = Weimar
| coordinates1=  {{coord|50|58|29|N|11|19|46|E}}
| label2      =2| link2       = Dessau
| coordinates2= {{coord|51|50|18|N|12|13|38|E}}
| label3      =3| link3       = Bernau bei Berlin
| coordinates3= {{coord|52|42|24|N|13|32|39|E}}
}}
}}

Microformat

The HTML markup produced by this template includes an hCard microformat, which makes the place-name and location parsable by computers, either acting automatically to catalogue articles across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. Within the hCard is a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit. For more information about the use of microformats on Wikipedia, please see the microformat project.

Sub-templates

If the place or venue has "established", "founded", "opened" or similar dates, use {{start date}} for the earliest of those dates unless the date is before 1583 CE.

If it has a URL, use {{URL}}.

Please do not remove instances of these sub-templates.

Classes

hCard uses HTML classes including:

  • adr
  • agent
  • category
  • county-name
  • extended-address
  • fn
  • label
  • locality
  • nickname
  • note
  • org
  • region
  • street-address
  • uid
  • url
  • vcard
  • Geo is produced by calling {{coord}}, and uses HTML classes:

    • geo
  • latitude
  • longitude
  • Please do not rename or remove these classes nor collapse nested elements which use them.

    Precision

    When giving coordinates, please use an appropriate level of precision. Do not use {{coord}}'s |name= parameter.

    An Infobox for World Heritage Sites

    Template parameters[Edit template data]

    ParameterDescriptionTypeStatus
    NameWHS Name

    name as inscribed on the World Heritage List

    Stringrequired
    Imageimage Image

    An image of the site

    Stringoptional
    Captioncaption Caption imagecaption

    The image caption

    Stringoptional
    LocationLocation

    Location of the site

    Stringoptional
    CriteriaCriteria

    The designated criteria i, ... ix or x

    Stringrequired
    IDID

    The reference number

    Numberrequired
    LinkLink

    A link, only used if no ID

    Stringoptional
    CoordinatesCoordinates coordinates

    Use the {{coord}} template with display=inline, do not be overly precise.

    Stringoptional
    YearYear

    Year site was listed

    Stringoptional
    SessionSession

    Session site was inscribed: 1st – 40th

    Stringoptional
    ExtensionExtension

    Extension

    Stringoptional
    DangerDanger

    Period site has been in danger

    Stringoptional
    Location maplocmapin

    Name of Location map to use, typically a country name

    Stringoptional
    Map captionmap_caption

    Caption to use with the map

    Stringoptional
    Map widthmap_width

    Width of displayed the map

    Numberoptional
    Reliefrelief

    Use '1' for relief map - if available

    Numberoptional
    Childchild

    set to 'yes' to embed this infobox within another infobox

    Stringoptional
    Embeddedembedded

    Use to embed another infobox template within this one, e.g. {{Infobox mountain}}

    Stringoptional

    Tracking categories

    See also

  • t
  • e
    • {{AFR}} [Africa]
  • {{AST}} [Arab States]
  • {{APA}} [Asia and Pacific]
  • {{ENA}} [Europe and N. America]
  • {{LAC}} [Latin America and Caribbean]
    • {{AFR}} [Africa]
  • {{AST}} [Arab States]
  • {{APA}} [Asia and Pacific]
  • {{ENA}} [Europe and N. America]
  • {{LAC}} [Latin America and Caribbean]

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Infobox_UNESCO_World_Heritage_Site&oldid=1209917294"

    Categories: 
    Infobox templates
    Lua-based templates
    World Heritage Site templates
    Place infobox templates
    Infobox templates with module parameter
    Embeddable templates
    WikiProject Protected areas
    WikiProject World Heritage Sites
    Hidden categories: 
    Wikipedia semi-protected templates
    Article message templates with missing parameters
    Pages using gadget WikiMiniAtlas
    Templates with coordinates fields
    Templates generating hCards and Geo
    Templates that add a tracking category
     



    This page was last edited on 24 February 2024, at 03:59 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki