Difference between revisions of "Template:Infobox mountain/doc"
(bg:) |
imported>Plastikspork (→Tracking categories: Add here temporarily as a reminder to check (will remove after bot task is finished)) |
||
| (163 intermediate revisions by 48 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Documentation subpage}} |
| + | {{High-use|24800}} | ||
| + | {{Lua|Module:Infobox|Module:WikidataIB|Module:InfoboxImage|Module:Check for unknown parameters|Module:Coordinates}} | ||
| − | + | === Wikidata-enabled === | |
| + | Simply add <code><nowiki>{{Infobox mountain}}</nowiki></code> to the top of an article, and the data will be automatically included from [[Wikidata]]. If necessary, these values can be overridden by passing local values to the relevant parameters in the article: | ||
| + | <pre style="overflow:auto"> | ||
| + | {{Infobox mountain | ||
| + | | name = [local value] | ||
| + | }} | ||
| + | </pre> | ||
| + | To add data to Wikidata, please see the Parameters section below. | ||
| − | + | {{Clear}} | |
| − | == | + | === Standard usage === |
| + | {{Infobox mountain | ||
| + | | name = {{{name}}} | ||
| + | | other_name = {{{other_name}}} | ||
| + | | photo = File:Mount Everest as seen from Drukair2 PLW edit.jpg | ||
| + | | photo_size = | ||
| + | | photo_alt = {{{photo_alt}}} | ||
| + | | photo_caption = {{{photo_caption}}} | ||
| + | <!-- | ||
| + | | map = | ||
| + | | map_image = | ||
| + | | map_alt = | ||
| + | | map_caption = | ||
| + | | map_relief = | ||
| + | | map_size = | ||
| + | | location = | ||
| + | | label = | ||
| + | | label_position = | ||
| + | --> | ||
| + | <!----------------------- HIGHEST POINT --> | ||
| + | | highest = {{{highest}}} | ||
| + | | highest_location = {{{highest_location}}} | ||
| + | | elevation = {{{elevation}}} | ||
| + | | elevation_m = {{{elevation_m}}} | ||
| + | | elevation_ft = {{{elevation_ft}}} | ||
| + | | elevation_ref = {{{...ref}}} | ||
| + | | elevation_system = {{{elevation_system}}} | ||
| + | | prominence = {{{prominence}}} | ||
| + | | prominence_m = {{{prominence_m}}} | ||
| + | | prominence_ft = {{{prominence_ft}}} | ||
| + | | prominence_ref = {{{...ref}}} | ||
| + | | parent_peak = {{{parent_peak}}} | ||
| + | | isolation = {{{isolation}}} | ||
| + | | isolation_m = {{{isolation_m}}} | ||
| + | | isolation_ft = {{{isolation_ft}}} | ||
| + | | isolation_ref = {{{...ref}}} | ||
| + | | isolation_parent = {{{isolation_parent}}} | ||
| + | | listing = {{{listing}}} | ||
| + | | coordinates = {{{coordinates}}} | ||
| + | | coordinates_ref = {{{...ref}}} | ||
| + | <!----------------------- DIMENSIONS --> | ||
| + | | length = {{{length}}} | ||
| + | | length_km = {{{length_km}}} | ||
| + | | length_mi = {{{length_mi}}} | ||
| + | | length_orientation = {{{...orientation}}} | ||
| + | | length_ref = {{{...ref}}} | ||
| + | | width = {{{width}}} | ||
| + | | width_km = {{{width_km}}} | ||
| + | | width_mi = {{{width_mi}}} | ||
| + | | width_orientation = {{{...orientation}}} | ||
| + | | width_ref = {{{...ref}}} | ||
| + | | area = {{{area}}} | ||
| + | | area_km2 = {{{area_km2}}} | ||
| + | | area_mi2 = {{{area_mi2}}} | ||
| + | | area_ref = {{{...ref}}} | ||
| + | | volume = {{{volume}}} | ||
| + | | volume_km3 = {{{volume_km3}}} | ||
| + | | volume_mi3 = {{{volume_mi3}}} | ||
| + | | volume_ref = {{{...ref}}} | ||
| + | <!----------------------- NAMING --> | ||
| + | | etymology = {{{etymology}}} | ||
| + | | nickname = {{{nickname}}} | ||
| + | | native_name = {{{native_name}}} | ||
| + | | native_name_lang = {{{native_name_lang}}} | ||
| + | | translation = {{{translation}}} | ||
| + | | pronunciation = {{{pronunciation}}} | ||
| + | | authority = {{{authority}}} | ||
| + | <!----------------------- GEOGRAPHY --> | ||
| + | | country = {{{country}}} | ||
| + | | country_type = {{{country_type}}} | ||
| + | | state = {{{state}}} | ||
| + | | state_type = {{{state_type}}} | ||
| + | | location = {{{location}}} | ||
| + | | region = {{{region}}} | ||
| + | | region_type = {{{region_type}}} | ||
| + | | district = {{{district}}} | ||
| + | | district_type = {{{district_type}}} | ||
| + | | part = {{{part}}} | ||
| + | | part_type = {{{part_type}}} | ||
| + | | settlement = {{{settlement}}} | ||
| + | | settlement_type = {{{settlement_type}}} | ||
| + | | range_coordinates = {{{range_coordinates}}} | ||
| + | | range_coordinates_ref = {{{...ref}}} | ||
| + | | parent = {{{parent}}} | ||
| + | | border = {{{border}}} | ||
| + | | grid_ref_UK = {{{grid_ref_UK}}} | ||
| + | | grid_ref_UK_ref = {{{...ref}}} | ||
| + | | grid_ref_Ireland = {{{grid_ref_Ireland}}} | ||
| + | | grid_ref_Ireland_ref = {{{...ref}}} | ||
| + | | topo_maker = {{{topo_maker}}} | ||
| + | | topo_map = {{{topo_map}}} | ||
| + | | biome = {{{biome}}} | ||
| + | <!----------------------- GEOLOGY --> | ||
| + | | formed_by = {{{formed_by}}} | ||
| + | | orogeny = {{{orogeny}}} | ||
| + | | age = {{{age}}} | ||
| + | | type = {{{type}}} | ||
| + | | geology = {{{geology}}} | ||
| + | | volcanic_region = {{{volcanic_region}}} | ||
| + | | last_eruption = {{{last_eruption}}} | ||
| + | <!----------------------- CLIMBING --> | ||
| + | | first_ascent = {{{first_ascent}}} | ||
| + | | easiest_route = {{{easiest_route}}} | ||
| + | | normal_route = {{{normal_route}}} | ||
| + | | access = {{{access}}} | ||
| + | }} | ||
| − | === | + | <pre style="width:30em;"> |
| − | + | {{Infobox mountain | |
| + | | name = | ||
| + | | other_name = | ||
| + | | photo = | ||
| + | | photo_size = | ||
| + | | photo_alt = | ||
| + | | photo_caption = | ||
| + | <!-- MAP CODE TBA --> | ||
| + | <!----------------------- HIGHEST POINT --> | ||
| + | | highest = | ||
| + | | highest_location = | ||
| + | | elevation = | ||
| + | | elevation_m = | ||
| + | | elevation_ft = | ||
| + | | elevation_ref = | ||
| + | | elevation_system = | ||
| + | | prominence = | ||
| + | | prominence_m = | ||
| + | | prominence_ft = | ||
| + | | prominence_ref = | ||
| + | | parent_peak = | ||
| + | | isolation = | ||
| + | | isolation_m = | ||
| + | | isolation_ft = | ||
| + | | isolation_ref = | ||
| + | | isolation_parent = | ||
| + | | listing = | ||
| + | | coordinates = | ||
| + | | coordinates_ref = | ||
| + | <!----------------------- DIMENSIONS --> | ||
| + | | length = | ||
| + | | length_km = | ||
| + | | length_mi = | ||
| + | | length_orientation = | ||
| + | | length_ref = | ||
| + | | width = | ||
| + | | width_km = | ||
| + | | width_mi = | ||
| + | | width_orientation = | ||
| + | | width_ref = | ||
| + | | area = | ||
| + | | area_km2 = | ||
| + | | area_mi2 = | ||
| + | | area_ref = | ||
| + | | volume = | ||
| + | | volume_km3 = | ||
| + | | volume_mi3 = | ||
| + | | volume_ref = | ||
| + | <!----------------------- NAMING --> | ||
| + | | etymology = | ||
| + | | nickname = | ||
| + | | native_name = | ||
| + | | native_name_lang = | ||
| + | | translation = | ||
| + | | pronunciation = | ||
| + | | authority = | ||
| + | <!----------------------- GEOGRAPHY --> | ||
| + | | country = | ||
| + | | country_type = | ||
| + | | state = | ||
| + | | state_type = | ||
| + | | location = | ||
| + | | region = | ||
| + | | region_type = | ||
| + | | district = | ||
| + | | district_type = | ||
| + | | part = | ||
| + | | part_type = | ||
| + | | settlement = | ||
| + | | settlement_type = | ||
| + | | range_coordinates = | ||
| + | | range_coordinates_ref = | ||
| + | | parent = | ||
| + | | border = | ||
| + | | grid_ref_UK = | ||
| + | | grid_ref_UK_ref = | ||
| + | | grid_ref_Ireland = | ||
| + | | grid_ref_Ireland_ref = | ||
| + | | topo_maker = | ||
| + | | topo_map = | ||
| + | | biome = | ||
| + | <!----------------------- GEOLOGY --> | ||
| + | | formed_by = | ||
| + | | orogeny = | ||
| + | | age = | ||
| + | | type = | ||
| + | | geology = | ||
| + | | volcanic_region = | ||
| + | | last_eruption = | ||
| + | <!----------------------- CLIMBING --> | ||
| + | | first_ascent = | ||
| + | | easiest_route = | ||
| + | | normal_route = | ||
| + | | access = | ||
| + | }} | ||
| + | </pre> | ||
| − | + | == Parameters == | |
| − | | name | + | {| class="mw-datatable" |
| − | | | + | |- |
| − | | photo | + | ! align="center" | Parameter !! align="center" | Default value !! align="center" | Description |
| − | | photo_size | + | |- |
| − | | photo_alt | + | | colspan="3" style="background-color:#FFFFE6;text-align:center;" | '''Lead section''' |
| − | | photo_caption | + | |- |
| − | | elevation | + | | '''name''' || Wikidata label in the local language || Name of the mountain, peak or hill. |
| − | | elevation_m | + | |- |
| − | | elevation_ft | + | | '''other_name''' || || Other name for the mountain. See <code>native_name</code> if the name is in a different language. |
| − | | elevation_ref | + | |- |
| − | | | + | | '''photo''' || Image on Wikidata || Photograph of the mountain. Preferably a distance shot to show most/all of the mountain rather than a view from the summit. |
| − | | prominence | + | |- |
| − | | prominence_m | + | | '''photo_size''' || 300px || The image width in pixels. |
| − | | prominence_ft | + | |- |
| − | | prominence_ref | + | | '''photo_alt''' || <code>photo_caption</code> || [[Wikipedia:Alternative text for images|Alt text]] for the photo. |
| − | | parent_peak | + | |- |
| − | | | + | | '''photo_caption''' || {{Property|P2096}} stated on image || Description of the photograph. |
| − | | | + | |- |
| − | | | + | | <maps> || ''TBA'' || ''TBA'' |
| − | | | + | |- |
| − | | | + | | colspan="3" style="background-color:#FFFFE6;text-align:center;" | '''Highest point''' |
| − | | | + | |- |
| − | | | + | | '''highest''' || {{Property|P2044}} with qualifier {{Property|P2561}} || Name of the highest summit of a single mountain or peak. |
| − | | | + | |- |
| − | | | + | | '''highest_location''' || {{Property|P2044}} with qualifier {{Property|P276}} || Location of highest summit. |
| − | | | + | |- |
| − | | | + | | '''elevation''' || rowspan=3 | {{Property|P2044}} || Summit [[elevation]], without auto-conversion. You may wish to use <code><nowiki>{{</nowiki>[[Template:Convert|Convert]]<nowiki>|xxx|m|ft|abbr=on}}</nowiki></code> |
| − | | | + | |- |
| − | | | + | | '''elevation_m''' || Summit elevation in metres, with auto-conversion. |
| − | | | + | |- |
| − | | | + | | '''elevation_ft''' || Summit elevation in feet, with auto-conversion. |
| − | | | + | |- |
| − | | coordinates | + | | '''elevation_ref''' || N/A || Optional parameter to add a suffix to the <code>elevation</code> parameters (such as a reference). |
| − | | | + | |- |
| − | | | + | | '''elevation_system''' || {{Property|P2044}} with qualifier {{Property|P459}} || The elevation reference system that defines the elevation, e.g., NAVD88 or DE-NHN |
| − | | | + | |- |
| − | | | + | | '''prominence''' || rowspan=3 | {{Property|P2660}} || [[Topographic prominence]], without auto-conversion. You may wish to use <code><nowiki>{{</nowiki>[[Template:Convert|Convert]]<nowiki>|xxx|m|ft|abbr=on}}</nowiki></code> |
| − | | | + | |- |
| − | | | + | | '''prominence_m''' || Topographic prominence in metres, with auto-conversion. |
| − | | | + | |- |
| − | | | + | | '''prominence_ft''' || Topographic prominence in metres, with auto-conversion. |
| − | | | + | |- |
| − | | | + | | '''prominence_ref''' || N/A || Optional parameter to add a suffix to the <code>prominence</code> parameters (such as a reference). |
| − | | | + | |- |
| − | }}</ | + | | '''parent_peak''' || {{Property|P3137}} || |
| − | + | |- | |
| − | === | + | | '''isolation''' || rowspan=3 | {{Property|P2659}} || [[Topographic isolation]], without auto-conversion. You may wish to use <code><nowiki>{{</nowiki>[[Template:Convert|Convert]]<nowiki>|xxx|km|mi|abbr=on}}</nowiki></code> |
| − | + | |- | |
| − | {| | + | | '''isolation_km''' || Topographic isolation in kilometres, with auto-conversion. |
| − | + | |- | |
| − | + | | '''isolation_mi''' || Topographic isolation in miles, with auto-conversion. | |
| + | |- | ||
| + | | '''isolation_ref''' || N/A || Optional parameter to add a suffix to the <code>isolation</code> parameters (such as a reference). | ||
| + | |- | ||
| + | | '''isolation_parent''' || {{Property|P2659}} with qualifier {{Property|P2210}} || Name of the landform the summit is isolated from. | ||
| + | |- | ||
| + | | '''listing''' || {{Property|P361}} || Name of a relevant list of mountains that the peak belongs to. See [[List of mountain lists]] for examples. | ||
| + | |- | ||
| + | | '''coordinates''' || {{Property|P625}} || [[Geographic coordinate system|Coordinates]] of the highest point or peak. | ||
| + | |- | ||
| + | | '''coordinates_ref''' || N/A || Optional parameter to add a suffix to the <code>coordinates</code> parameter (such as a reference). | ||
| + | |- | ||
| + | | colspan="3" style="background-color:#FFFFE6;text-align:center;" | '''Dimensions''' | ||
| + | |- | ||
| + | | '''length''' || rowspan=3 | {{Property|P2043}} || Length of the mountain or peak, without auto-conversion. You may wish to use <code><nowiki>{{</nowiki>[[Template:Convert|Convert]]<nowiki>|xxx|km|mi|abbr=on}}</nowiki></code> | ||
| + | |- | ||
| + | | '''length_km''' || Length in kilometres, with auto-conversion. | ||
| + | |- | ||
| + | | '''length_mi''' || Length in miles, with auto-conversion. | ||
| + | |- | ||
| + | | '''length_orientation''' || {{Property|P2043}} with qualifier {{Property|P7469}} as:<br/>{{Q|Q34027}} (for EW) or {{Q|Q36477}} (for NS) || Length orientation. | ||
| + | |- | ||
| + | | '''length_ref''' || N/A || Optional parameter to add a suffix to the <code>length</code> parameters (such as a reference). | ||
| + | |- | ||
| + | | '''width''' || rowspan=3 | {{Property|P2049}} || Width of the mountain or peak, without auto-conversion. You may wish to use <code><nowiki>{{</nowiki>[[Template:Convert|Convert]]<nowiki>|xxx|km|mi|abbr=on}}</nowiki></code> | ||
| + | |- | ||
| + | | '''width_km''' || Length in kilometres, with auto-conversion. | ||
| + | |- | ||
| + | | '''width_mi''' || Length in miles, with auto-conversion. | ||
| + | |- | ||
| + | | '''width_orientation''' || {{Property|P2049}} with qualifier {{Property|P7469}} as:<br/>{{Q|Q34027}} (for EW) or {{Q|Q36477}} (for NS) || Width orientation. | ||
| + | |- | ||
| + | | '''width_ref''' || N/A || Optional parameter to add a suffix to the <code>width</code> parameters (such as a reference). | ||
| + | |- | ||
| + | | '''area''' || rowspan=3 | {{Property|P2046}} || Footprint of the mountain or peak, without auto-conversion. You may wish to use <code><nowiki>{{</nowiki>[[Template:Convert|Convert]]<nowiki>|xxx|km2|mi2|abbr=on}}</nowiki></code> | ||
| + | |- | ||
| + | | '''area_km2''' || Footprint of the mountain or peak in square kilometres, with auto-conversion. | ||
| + | |- | ||
| + | | '''area_mi2''' || Footprint of the mountain or peak in square miles, with auto-conversion. | ||
| + | |- | ||
| + | | '''area_ref''' || N/A || Optional parameter to add a suffix to the <code>area</code> parameters (such as a reference). | ||
| + | |- | ||
| + | | '''volume''' || rowspan=3 | {{Property|P2234}} || Volume of the mountain or peak, without auto-conversion. You may wish to use <code><nowiki>{{</nowiki>[[Template:Convert|Convert]]<nowiki>|xxx|km3|mi3|abbr=on}}</nowiki></code> | ||
| + | |- | ||
| + | | '''volume_km3''' || Volume of the mountain or peak in cubic kilometres, with auto-conversion. | ||
| + | |- | ||
| + | | '''volume_mi3''' || Volume of the mountain or peak in cubic miles, with auto-conversion. | ||
| + | |- | ||
| + | | '''volume_ref''' || N/A || Optional parameter to add a suffix to the <code>volume</code> parameters (such as a reference). | ||
| + | |- | ||
| + | | colspan="3" style="background-color:#FFFFE6;text-align:center;" | '''Naming''' | ||
| + | |- | ||
| + | | '''etymology''' || {{Property|P138}} || Origin of name | ||
| + | |- | ||
| + | | '''nickname''' || {{Property|P1449}} || | ||
| + | |- | ||
| + | | '''native_name''' || {{Property|P1559}} || Name in local language. If more than one, separate using {{tl|Plain list}} and {{tl|native_name}}. | ||
| + | |- | ||
| + | | '''native_name_lang''' || {{Property|P1559}} || [[ISO 639-2]] code of <code>native_name</code>. | ||
| + | |- | ||
| + | | '''translation''' || {{Property|P1559}} with qualifier {{Property|P2441}} || Translation of name to English (if name is not an English name) | ||
| + | |- | ||
| + | | '''pronunciation''' || {{Property|P898}} || Use an appropriate IPA-xx template, replacing 'xx' with the ISO code for the language. (See {{tl|IPA-en}} for English.) | ||
| + | |- | ||
| + | | '''authority''' || || | ||
| + | |- | ||
| + | | colspan="3" style="background-color:#FFFFE6;text-align:center;" | '''Geography''' | ||
| + | |- | ||
| + | | '''country''' || {{Property|P17}} || Country(ies) of the peak or mountain. | ||
| + | |- | ||
| + | | '''country_type''' || || Optional parameter to override the default "Country" label. | ||
| + | |- | ||
| + | | '''subdivision1'''/'''state''' || {{Property|P131}} || 1st level subdivision (i.e. states) of the peak or mountain. | ||
| + | |- | ||
| + | | '''subdivision1_type'''/'''state_type''' || || Optional parameter to override the default "State" label. | ||
| + | |- | ||
| + | | '''location''' || {{Property|P276}} || Free-form field to describe the location. | ||
| + | |- | ||
| + | | '''subdivision2'''/'''region''' || || 2nd level subdivision (i.e. regions) of the peak or mountain. | ||
|- | |- | ||
| − | |''' | + | | '''subdivision2_type'''/'''region_type''' || || Optional parameter to override the default "Region" label. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''subdivision3'''/'''district''' || || 3rd level subdivision (i.e. districts) of the peak or mountain. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''subdivision3_type'''/'''district_type''' || || Optional parameter to override the default "District" label. |
| − | |||
|- | |- | ||
| − | |''' | + | | '''subdivision4'''/'''part''' || || 4th level subdivision (i.e. subdivisions) of the peak or mountain. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''subdivision4_type'''/'''part_type''' || || Optional parameter to override the default "Subdivisions" label. |
| − | |||
|- | |- | ||
| − | |''' | + | | '''settlement''' || || Settlement(s) on/around the peak or mountain. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''settlement_type''' || || Optional parameter to override the default "Settlement" label. |
| − | | | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |''' | + | | '''range_coordinates''' || || |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''range_coordinates_ref''' || N/A || Optional parameter to add a suffix to the <code>range_coordinates</code> parameter (such as a reference). |
| − | | | ||
|- | |- | ||
| − | |'''range''' | + | | '''range''' || {{Property|P4552}} || The [[mountain range]] (specific subgroup) that the mountain/massif/range. I.e. [[Bernese Alps]], not [[Alps]]. |
| − | | [[ | ||
|- | |- | ||
| − | |''' | + | | '''bordering_range'''/'''border''' || {{Property|P4777}} || Geographical entities that form the border of the mountain or rangel |
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |''' | + | | '''grid_ref_UK''' || {{Property|P613}} || If the mountain is in [[Great Britain]], the [[British national grid reference system|British grid reference]]. Use <code>grid_ref_UK_note</code> to add a suffix note. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''grid_ref_Ireland''' || {{Property|P4091}} || If the mountain is in [[Ireland]] (whether [[Northern Ireland]] or the [[Republic of Ireland|Republic]]), the [[Irish national grid reference system|Irish grid reference]]. Use <code>grid_ref_Ireland_note</code> to add a suffix note. |
| − | | | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |''' | + | | '''topo_maker''' || || The publisher of the topographic map that contains the range |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''topo''' || || The name of the topographic map that contains the range |
| − | | The | ||
|- | |- | ||
| − | | | + | | '''topo_map''' || || |
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |''' | + | | '''biome''' || || Biome(s) for range |
| − | | | ||
|- | |- | ||
| − | |''' | + | | colspan="3" style="background-color:#FFFFE6;text-align:center;" | '''Geology''' |
| − | |||
|- | |- | ||
| − | |''' | + | | '''formed_by''' || || |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''orogeny''' || || |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''age''' || || Age of the rock. [[Geologic time scale]]s may be useful here. Use <code>period</code>, <code>period1</code> through <code>period5</code> for multiple values. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''type''' || || |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''rock''' || || Type of the rock mountain is made from. Use <code>geology</code>, <code>geology1</code> through <code>geology5</code>, for multiple types. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''volcanic_region''' || || If the mountain is a volcano, the [[volcanic arc|arc]], [[volcanic belt|belt]] or [[volcanic field|field]] in which it is situated. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''last_eruption''' || || The date of the last eruption if the mountain is of volcanic origin. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | colspan="3" style="background-color:#FFFFE6;text-align:center;" | '''Climbing''' |
| − | |||
|- | |- | ||
| − | |''' | + | | '''first_ascent''' || || Date of the first recorded ascent. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''easiest_route''' || || The easiest route to the summit. Some possibilities include [[Hiking|Hike]], [[Scrambling|Scramble]] or any of the [[Yosemite Decimal System|YDS]] grades. |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''normal_route''' || || |
| − | | | ||
|- | |- | ||
| − | |''' | + | | '''access''' || || |
| − | | | ||
|- | |- | ||
| − | |||
| − | |||
|} | |} | ||
| − | === | + | ==== Advanced uses ==== |
| − | + | {| class="mw-datatable" | |
| − | + | |- | |
| − | + | ! align="center" | Parameter !! align="center" | Default value !! align="center" | Description | |
| − | + | |- | |
| − | + | | '''qid''' || || | |
| − | + | |- | |
| − | + | | '''suppressfields''' || || | |
| − | + | |- | |
| − | + | | '''fetchwikidata''' || || | |
| − | + | |- | |
| − | + | | '''onlysourced''' || || | |
| − | + | |- | |
| − | + | | '''child''' || || | |
| − | + | |- | |
| + | | '''embed''' || || | ||
| + | |- | ||
| + | | '''embedded''' || || | ||
| + | |- | ||
| + | | '''misc''' || || | ||
| + | |- | ||
| + | | '''module''' || || | ||
| + | |- | ||
| + | |} | ||
| − | === | + | == Template Data == |
| − | {{ | + | {{Collapse|2=Click the [show] link to the right to display the [[Wikipedia:TemplateData|TemplateData]]|1= |
| − | + | {{TemplateData header|nolink=1}} | |
| − | + | <templatedata> | |
| − | + | { | |
| − | + | "description": "This template is used to create an infobox for an article about a mountain.", | |
| − | + | "params": { | |
| − | + | "name": { | |
| − | + | "required": true, | |
| − | + | "label": "Name", | |
| − | + | "type": "string", | |
| − | + | "description": "Name of the mountain, peak or hill. If more than one mountain by the name exists, the article is likely disambiguated but this name in the infobox should be the undisambiguated name. For example, Mount Columbia (for Mount Columbia (Canada) or Mount Columbia (Colorado)." | |
| − | + | }, | |
| − | + | "other_name": { | |
| − | + | "required": false, | |
| − | + | "label": "Other name", | |
| − | + | "type": "string", | |
| − | + | "description": "An alternate English name for the mountain, e.g., \"Mount McKinley\" for Denali. Quotes can be used as normal to italicize or bold the text if desired." | |
| − | + | }, | |
| − | + | "etymology": { | |
| − | + | "required": false, | |
| − | + | "label": "Etymology", | |
| − | + | "type": "string", | |
| − | + | "description": "The etymology of the name" | |
| − | + | }, | |
| − | + | "native_name": { | |
| − | + | "required": false, | |
| − | + | "label": "Native name", | |
| − | }} | + | "type": "string", |
| + | "description": "The name of the mountain in the local language, if not English." | ||
| + | }, | ||
| + | "native_name_lang": { | ||
| + | "required": false, | ||
| + | "label": "ISO 639 language code", | ||
| + | "type": "string", | ||
| + | "description": "The ISO 639 code for the language of the mountain name (if not English). e.g., \"fr\" for French" | ||
| + | }, | ||
| + | "language": { | ||
| + | "required": false, | ||
| + | "label": "Language", | ||
| + | "type": "string", | ||
| + | "description": "Language of mountain name." | ||
| + | }, | ||
| + | "translation": { | ||
| + | "required": false, | ||
| + | "label": "Translation", | ||
| + | "type": "string", | ||
| + | "description": "Translation of the mountain's name into English" | ||
| + | }, | ||
| + | "pronunciation": { | ||
| + | "required": false, | ||
| + | "label": "Pronunciation", | ||
| + | "type": "string", | ||
| + | "description": "Use an appropriate IPA-xx template, replacing 'xx' with the ISO code for the language. (See {{IPA-en}} for English.)" | ||
| + | }, | ||
| + | "photo": { | ||
| + | "required": false, | ||
| + | "label": "Photo", | ||
| + | "type": "string", | ||
| + | "description": "Photograph of the mountain. Preferably a distance shot to show most/all of the mountain rather than a view from the summit. Do not include the \"File:\" prefix. If uploading a new image, please put them on Commons so they can be easily used by the other language Wikipedias. If the only image available is less than 280px wide, you can use the photo_size parameter to indicate its size." | ||
| + | }, | ||
| + | "photo_alt": { | ||
| + | "required": false, | ||
| + | "label": "Photo alt", | ||
| + | "type": "string", | ||
| + | "description": "Alt text for the photo, primarily for visually impaired readers. See Wikipedia:Alternative text for images." | ||
| + | }, | ||
| + | "photo_caption": { | ||
| + | "required": false, | ||
| + | "label": "Photo caption", | ||
| + | "type": "string", | ||
| + | "description": "Description of the photograph which is displayed below. Include the month and year if known." | ||
| + | }, | ||
| + | "map": { | ||
| + | "required": false, | ||
| + | "label": "Map", | ||
| + | "type": "string", | ||
| + | "description": "The name of a location map as per Template:Location map (e.g. Indonesia or Russia). The coordinate fields position a pushpin coordinate marker and label on the map automatically. Example see: Mount Everest. For a static image, use map_image" | ||
| + | }, | ||
| + | "map_image": { | ||
| + | "required": false, | ||
| + | "label": "Map", | ||
| + | "type": "string", | ||
| + | "description": "The file name of a static map image to be displayed. For a [[Template:location map|location map]], use map" | ||
| + | }, | ||
| + | "map_alt": { | ||
| + | "required": false, | ||
| + | "label": "Map alt", | ||
| + | "type": "string", | ||
| + | "description": "Alt text for the map, primarily for visually impaired readers. See [[Wikipedia:Alternative text for images#Maps]]." | ||
| + | }, | ||
| + | "map_caption": { | ||
| + | "required": false, | ||
| + | "label": "Map caption", | ||
| + | "type": "string", | ||
| + | "description": "Fill out if a map caption is desired. If not specified, location will be used." | ||
| + | }, | ||
| + | "location": { | ||
| + | "required": false, | ||
| + | "label": "Location", | ||
| + | "type": "string", | ||
| + | "description": "Province or state first, followed by country. For USA, the county is optional but if given, be provided before the state. If a pushpin map is being used, the location will be used for the map's caption unless the map_caption parameter is set." | ||
| + | }, | ||
| + | "map_relief": { | ||
| + | "required": false, | ||
| + | "label": "Map relief", | ||
| + | "type": "string", | ||
| + | "description": "If a location map template is specified, this template will attempt to display a relief map if one is available. To force the default map image to display set to 0." | ||
| + | }, | ||
| + | "label": { | ||
| + | "required": false, | ||
| + | "label": "Label", | ||
| + | "type": "string", | ||
| + | "description": "Label to be used for the mountain's location on the map. If not specified, the value of the name parameter is used." | ||
| + | }, | ||
| + | "label_position": { | ||
| + | "required": false, | ||
| + | "label": "Label position", | ||
| + | "default": "right", | ||
| + | "type": "string/line", | ||
| + | "description": "The position of the label on the pushpin map relative to the pushpin coordinate marker. Valid options are {left, right, top, bottom, none}." | ||
| + | }, | ||
| + | "elevation": { | ||
| + | "required": false, | ||
| + | "label": "Elevation", | ||
| + | "type": "string", | ||
| + | "description": "Maximum height of the mountain. If the mountain has multiple high points, use the highest. Metres should be used first for all mountains outside of the United States and feet for those within the U.S. For conversions, use elevation_m for metres to feet or elevation_ft for feet to metres. This field is required." | ||
| + | }, | ||
| + | "elevation_m": { | ||
| + | "required": false, | ||
| + | "label": "Elevation (meters)", | ||
| + | "type": "string", | ||
| + | "description": "Maximum height of the mountain, metres." | ||
| + | }, | ||
| + | "elevation_ft": { | ||
| + | "required": false, | ||
| + | "label": "Elevation (feet)", | ||
| + | "type": "string", | ||
| + | "description": "Maximum height of the mountain, feet." | ||
| + | }, | ||
| + | "elevation_ref": { | ||
| + | "required": false, | ||
| + | "label": "Elevation ref", | ||
| + | "type": "string", | ||
| + | "description": "Reference for the elevation using the standard <ref> </ref> tags. If elevation_m/elevation_ft was used, the reference must be supplied using this parameter." | ||
| + | }, | ||
| + | "prominence": { | ||
| + | "required": false, | ||
| + | "label": "Prominence", | ||
| + | "type": "string", | ||
| + | "description": "The clean topographic prominence of the summit. For conversions, use prominence_m for metres to feet or prominence_ft for feet to metres." | ||
| + | }, | ||
| + | "prominence_m": { | ||
| + | "required": false, | ||
| + | "label": "Prominence (meters)", | ||
| + | "type": "string", | ||
| + | "description": "The clean topographic prominence of the summit, metres." | ||
| + | }, | ||
| + | "prominence_ft": { | ||
| + | "required": false, | ||
| + | "label": "Prominence (feet)", | ||
| + | "type": "string", | ||
| + | "description": "The clean topographic prominence of the summit, feet." | ||
| + | }, | ||
| + | "prominence_ref": { | ||
| + | "required": false, | ||
| + | "label": "Prominence ref", | ||
| + | "type": "string", | ||
| + | "description": "Reference for the prominence using the standard <ref> </ref> tags." | ||
| + | }, | ||
| + | "parent_peak": { | ||
| + | "required": false, | ||
| + | "label": "Parent peak", | ||
| + | "type": "string", | ||
| + | "description": "In computation of prominence, peaks form a hierarchy: this is the parent of the peak in the hierarchy. For more information, see Line parent." | ||
| + | }, | ||
| + | "listing": { | ||
| + | "required": false, | ||
| + | "label": "Listing", | ||
| + | "type": "string", | ||
| + | "description": "Name of a relevant list of mountains that the peak belongs to. See List of mountain lists for examples." | ||
| + | }, | ||
| − | + | "range": { | |
| − | {{ | + | "required": false, |
| − | + | "label": "Range", | |
| − | + | "type": "string", | |
| − | + | "description": "Mountain range if applicable. The specific range subgroup should be provided instead of any major mountain system unless there is no applicable subgroup. For example, use Teton Range and not Rocky Mountains or Bernese Alps not Alps." | |
| − | + | }, | |
| − | + | "coordinates": { | |
| − | + | "required": false, | |
| − | + | "label": "Coordinates", | |
| − | + | "type": "string", | |
| − | + | "aliases": [ | |
| − | + | "coords" | |
| − | + | ], | |
| − | + | "description": "The latitude and longitude of the summit using the {{coord}} template with display=inline,title. If the article uses a geolinks template in the external links section, do not use the display parameter." | |
| − | + | }, | |
| − | + | "topo": { | |
| − | + | "required": false, | |
| − | + | "label": "Topo", | |
| − | + | "type": "string", | |
| − | + | "description": "Topographic map" | |
| − | + | }, | |
| − | + | "grid_ref_UK": { | |
| − | + | "required": false, | |
| − | + | "label": "Grid ref (UK)", | |
| − | + | "type": "string", | |
| − | + | "description": "Ordnance Survey (UK) grid reference for the mountain, passed to {{gbm4ibx}}." | |
| − | + | }, | |
| − | + | "grid_ref_UK_note": { | |
| + | "required": false, | ||
| + | "label": "Notes for grid_ref_UK", | ||
| + | "description": "Notes for grid_ref_UK, e.g., a citation." | ||
| + | }, | ||
| + | "grid_ref_Ireland": { | ||
| + | "required": false, | ||
| + | "label": "Grid ref (Ireland)", | ||
| + | "type": "string", | ||
| + | "description": "Ordnance Survey(Ireland) grid reference for the mountain, passed to {{iem4ibx}}." | ||
| + | }, | ||
| + | "grid_ref_Ireland_note": { | ||
| + | "required": false, | ||
| + | "label": "Notes for grid_ref_Ireland", | ||
| + | "description": "Notes for grid_ref_Ireland, e.g., a citation." | ||
| + | }, | ||
| + | "coord_type": { | ||
| + | "required": false, | ||
| + | "label": "Coordinate type", | ||
| + | "default": "mountain", | ||
| + | "type": "string", | ||
| + | "description": "Type, from [[Wikipedia:WikiProject Geographical coordinates/type:]]." | ||
| + | }, | ||
| + | "region_code": { | ||
| + | "required": false, | ||
| + | "label": "Region", | ||
| + | "type": "string/line", | ||
| + | "description": "Either a two character ISO 3166-1 alpha-2 country code or an ISO 3166-2 region code. See [[Wikipedia:COORD REGION]]." | ||
| + | }, | ||
| + | |||
| + | "source": { | ||
| + | "required": false, | ||
| + | "label": "Source", | ||
| + | "type": "string", | ||
| + | "description": "The source of the coordinate data. See [[Wikipedia:COORD SOURCE]]." | ||
| + | }, | ||
| + | "format": { | ||
| + | "required": false, | ||
| + | "label": "Format", | ||
| + | "default": "dms", | ||
| + | "type": "string/line", | ||
| + | "description": "Format to display degrees in the coordinate listing. dms for degree, minutes, second output (the default), or dec for decimal degree output." | ||
| + | }, | ||
| + | "coordinates_ref": { | ||
| + | "required": false, | ||
| + | "label": "Coordinates ref", | ||
| + | "type": "string", | ||
| + | "description": "For any references regarding the coordinates reported. <ref> </ref> tags must be used." | ||
| + | }, | ||
| + | "type": { | ||
| + | "required": false, | ||
| + | "label": "Type", | ||
| + | "type": "string/line", | ||
| + | "description": "The type of mountain — see List of mountain types." | ||
| + | }, | ||
| + | "age": { | ||
| + | "required": false, | ||
| + | "label": "Age", | ||
| + | "type": "string/line", | ||
| + | "description": "Age of the rock. Geologic time scales may be useful here." | ||
| + | }, | ||
| + | "volcanic_arc": { | ||
| + | "required": false, | ||
| + | "label": "Volcanic arc", | ||
| + | "type": "string", | ||
| + | "description": "If the mountain is a volcano, arc in which it is situated." | ||
| + | }, | ||
| + | "volcanic_belt": { | ||
| + | "required": false, | ||
| + | "label": "Volcanic belt", | ||
| + | "type": "string", | ||
| + | "description": "If the mountain is a volcano, belt in which it is situated." | ||
| + | }, | ||
| + | "volcanic_field": { | ||
| + | "required": false, | ||
| + | "label": "Volcanic field", | ||
| + | "type": "string", | ||
| + | "description": "If the mountain is a volcano, field in which it is situated." | ||
| + | }, | ||
| + | "volcanic_arc/belt": { | ||
| + | "required": false, | ||
| + | "label": "Volcanic arc/belt", | ||
| + | "type": "string", | ||
| + | "description": "If the mountain is a volcano, arc/belt in which it is situated." | ||
| + | }, | ||
| + | "last_eruption": { | ||
| + | "required": false, | ||
| + | "label": "Last eruption", | ||
| + | "type": "string", | ||
| + | "description": "The date of the last eruption if the mountain is of volcanic origin. Only use Unknown if a verifiable source such as the Global Volcanism Program states it as such." | ||
| + | }, | ||
| + | "first_ascent": { | ||
| + | "required": false, | ||
| + | "label": "First ascent", | ||
| + | "type": "string", | ||
| + | "description": "Date of the first ascent, if known. Typically, this is the first recorded ascent but not necessarily the first true ascent. If it is quite probable the peak/mountain was ascended by local people before then, a footnote should be added." | ||
| + | }, | ||
| + | "easiest_route": { | ||
| + | "required": false, | ||
| + | "label": "Easiest route", | ||
| + | "type": "string", | ||
| + | "description": "The easiest route to the summit. Some possibilities include Hike, Scramble or any of the YDS grades." | ||
| + | }, | ||
| + | "embedded": { | ||
| + | "required": false, | ||
| + | "label": "Embedded", | ||
| + | "type": "string", | ||
| + | "description": "Another Infobox to place within the mountain infobox. The other infobox will show up at the end of the mountain infobox. The other infobox needs to have its \"embed\" or \"child\" parameter set to 1 or yes, as appropriate." | ||
| + | }, | ||
| + | "child": { | ||
| + | "required": false, | ||
| + | "type": "string/line", | ||
| + | "label": "Child", | ||
| + | "description": "\"yes\" if the mountain infobox is embedded inside another Infobox" | ||
| + | }, | ||
| + | "map_size": { | ||
| + | "aliases": [ | ||
| + | "map_width" | ||
| + | ], | ||
| + | "required": false, | ||
| + | "default": "250", | ||
| + | "type": "number", | ||
| + | "label": "Map width", | ||
| + | "description": "Width of the map, in pixels. Must be entered as a number. The default value is 250." | ||
| + | }, | ||
| + | "photo_size": { | ||
| + | "required": false, | ||
| + | "type": "number", | ||
| + | "label": "Photo size", | ||
| + | "description": "Width of the photo, if less than 280px." | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
}} | }} | ||
| − | |||
| − | |||
| − | + | == Sample Wikidata items == | |
| + | {{Expand list|date=March 2020}} | ||
| + | {{Clear}} | ||
| − | == | + | == Tracking categories == |
| + | * {{Category link with count|Wikidata value to be checked for Infobox mountain}} | ||
| + | * {{Category link with count|Pages using infobox mountain with unknown parameters}} | ||
| + | * {{Category link with count|Pages using infobox mountain with multiple parameters}} | ||
| + | * {{Category link with count|Pages using infobox mountain with name fallback}} | ||
| + | * {{Category link with count|Pages using infobox mountain with photo fallback}} | ||
| + | * {{Category link with count|Pages using infobox mountain with language parameter}} | ||
| + | * {{Category link with count|Pages with malformed OS coordinates}} | ||
| − | + | == Microformat == | |
| − | + | {{UF-hcard-geo}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | < | + | <includeonly>{{Sandbox other|| |
| − | |||
| − | |||
| − | <!-- | + | <!--Categories below this line, please; interwikis at Wikidata--> |
| − | [[ | + | [[Category:Mountain templates]] |
| − | + | [[Category:WikiProject Mountains templates]] | |
| − | [[ | + | [[Category:Place infobox templates|Mountain]] |
| − | [[ | + | [[Category:Infobox templates with module parameter|Mountain]] |
| − | + | [[Category:Embeddable templates|{{PAGENAME}}]] | |
| − | + | [[Category:Templates that add a tracking category]] | |
| − | + | }}</includeonly> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | [[ | ||
| − | [[ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | [[ | ||
| − | |||
| − | </includeonly> | ||
Latest revision as of 15:43, 18 January 2021
| This is a documentation subpage for Template:Infobox mountain. It contains usage information, categories and other content that is not part of the original template page. |
| This template is used on approximately 25,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: |
Contents
Wikidata-enabled
Simply add {{Infobox mountain}} to the top of an article, and the data will be automatically included from Wikidata. If necessary, these values can be overridden by passing local values to the relevant parameters in the article:
{{Infobox mountain
| name = [local value]
}}
To add data to Wikidata, please see the Parameters section below.
Standard usage
| {{{name}}} | |
|---|---|
| {{{other_name}}} | |
| {{{photo_alt}}} {{{photo_caption}}} | |
| Highest point | |
| Peak | {{{highest}}}, {{{highest_location}}} |
| Elevation | Script error: No such module "If empty". {{{...ref}}} {{{elevation_system}}} |
| Prominence | Script error: No such module "If empty". {{{...ref}}} |
| Parent peak | {{{parent_peak}}} |
| Isolation | Script error: No such module "If empty". to {{{isolation_parent}}} {{{...ref}}} |
| Listing | {{{listing}}} |
| Coordinates | Script error: No such module "If empty". Script error: No such module "If empty". |
| Dimensions | |
| Length | Script error: No such module "If empty". Script error: No such module "If empty". {{{...ref}}} |
| Width | Script error: No such module "If empty". Script error: No such module "If empty". {{{...ref}}} |
| Area | Script error: No such module "If empty". {{{...ref}}} |
| Volume | Script error: No such module "If empty". {{{...ref}}} |
| Naming | |
| Etymology | {{{etymology}}} |
| Nickname | {{{nickname}}} |
| Native name | Template:Native name |
| English translation | {{{translation}}} |
| Pronunciation | {{{pronunciation}}} |
| Defining authority | {{{authority}}} |
| Geography | |
| Location | {{{location}}} |
| Script error: No such module "If empty". | {{{country}}} |
| Script error: No such module "If empty". | {{{state}}} |
| Script error: No such module "If empty". | {{{region}}} |
| Script error: No such module "If empty". | {{{district}}} |
| Script error: No such module "If empty". | {{{part}}} |
| Script error: No such module "If empty". | {{{settlement}}} |
| Range coordinates | Script error: No such module "If empty". {{{...ref}}} |
| Parent range | {{{parent}}} |
| Borders on | {{{border}}} |
| OS grid | {{{grid_ref_UK}}}{{{...ref}}} |
| OSI/OSNI grid | Template:OS coord{{{...ref}}} |
| Topo map | {{{topo_maker}}} Script error: No such module "If empty". |
| Biome | {{{biome}}} |
| Geology | |
| Formed by | {{{formed_by}}} |
| Orogeny | {{{orogeny}}} |
| Age of rock | {{{age}}} |
| Mountain type | {{{type}}} |
| Type of rock | {{{geology}}} |
| Volcanic region | Script error: No such module "If empty". |
| Last eruption | {{{last_eruption}}} |
| Climbing | |
| First ascent | {{{first_ascent}}} |
| Easiest route | {{{easiest_route}}} |
| Normal route | {{{normal_route}}} |
| Access | {{{access}}} |
{{Infobox mountain
| name =
| other_name =
| photo =
| photo_size =
| photo_alt =
| photo_caption =
<!-- MAP CODE TBA -->
<!----------------------- HIGHEST POINT -->
| highest =
| highest_location =
| elevation =
| elevation_m =
| elevation_ft =
| elevation_ref =
| elevation_system =
| prominence =
| prominence_m =
| prominence_ft =
| prominence_ref =
| parent_peak =
| isolation =
| isolation_m =
| isolation_ft =
| isolation_ref =
| isolation_parent =
| listing =
| coordinates =
| coordinates_ref =
<!----------------------- DIMENSIONS -->
| length =
| length_km =
| length_mi =
| length_orientation =
| length_ref =
| width =
| width_km =
| width_mi =
| width_orientation =
| width_ref =
| area =
| area_km2 =
| area_mi2 =
| area_ref =
| volume =
| volume_km3 =
| volume_mi3 =
| volume_ref =
<!----------------------- NAMING -->
| etymology =
| nickname =
| native_name =
| native_name_lang =
| translation =
| pronunciation =
| authority =
<!----------------------- GEOGRAPHY -->
| country =
| country_type =
| state =
| state_type =
| location =
| region =
| region_type =
| district =
| district_type =
| part =
| part_type =
| settlement =
| settlement_type =
| range_coordinates =
| range_coordinates_ref =
| parent =
| border =
| grid_ref_UK =
| grid_ref_UK_ref =
| grid_ref_Ireland =
| grid_ref_Ireland_ref =
| topo_maker =
| topo_map =
| biome =
<!----------------------- GEOLOGY -->
| formed_by =
| orogeny =
| age =
| type =
| geology =
| volcanic_region =
| last_eruption =
<!----------------------- CLIMBING -->
| first_ascent =
| easiest_route =
| normal_route =
| access =
}}
Parameters
| Parameter | Default value | Description |
|---|---|---|
| Lead section | ||
| name | Wikidata label in the local language | Name of the mountain, peak or hill. |
| other_name | Other name for the mountain. See native_name if the name is in a different language.
| |
| photo | Image on Wikidata | Photograph of the mountain. Preferably a distance shot to show most/all of the mountain rather than a view from the summit. |
| photo_size | 300px | The image width in pixels. |
| photo_alt | photo_caption |
Alt text for the photo. |
| photo_caption | Template:Property stated on image | Description of the photograph. |
| <maps> | TBA | TBA |
| Highest point | ||
| highest | Template:Property with qualifier Template:Property | Name of the highest summit of a single mountain or peak. |
| highest_location | Template:Property with qualifier Template:Property | Location of highest summit. |
| elevation | Template:Property | Summit elevation, without auto-conversion. You may wish to use {{Convert|xxx|m|ft|abbr=on}}
|
| elevation_m | Summit elevation in metres, with auto-conversion. | |
| elevation_ft | Summit elevation in feet, with auto-conversion. | |
| elevation_ref | N/A | Optional parameter to add a suffix to the elevation parameters (such as a reference).
|
| elevation_system | Template:Property with qualifier Template:Property | The elevation reference system that defines the elevation, e.g., NAVD88 or DE-NHN |
| prominence | Template:Property | Topographic prominence, without auto-conversion. You may wish to use {{Convert|xxx|m|ft|abbr=on}}
|
| prominence_m | Topographic prominence in metres, with auto-conversion. | |
| prominence_ft | Topographic prominence in metres, with auto-conversion. | |
| prominence_ref | N/A | Optional parameter to add a suffix to the prominence parameters (such as a reference).
|
| parent_peak | Template:Property | |
| isolation | Template:Property | Topographic isolation, without auto-conversion. You may wish to use {{Convert|xxx|km|mi|abbr=on}}
|
| isolation_km | Topographic isolation in kilometres, with auto-conversion. | |
| isolation_mi | Topographic isolation in miles, with auto-conversion. | |
| isolation_ref | N/A | Optional parameter to add a suffix to the isolation parameters (such as a reference).
|
| isolation_parent | Template:Property with qualifier Template:Property | Name of the landform the summit is isolated from. |
| listing | Template:Property | Name of a relevant list of mountains that the peak belongs to. See List of mountain lists for examples. |
| coordinates | Template:Property | Coordinates of the highest point or peak. |
| coordinates_ref | N/A | Optional parameter to add a suffix to the coordinates parameter (such as a reference).
|
| Dimensions | ||
| length | Template:Property | Length of the mountain or peak, without auto-conversion. You may wish to use {{Convert|xxx|km|mi|abbr=on}}
|
| length_km | Length in kilometres, with auto-conversion. | |
| length_mi | Length in miles, with auto-conversion. | |
| length_orientation | Template:Property with qualifier Template:Property as: Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (Q34027) (for EW) or Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (Q36477) (for NS) |
Length orientation. |
| length_ref | N/A | Optional parameter to add a suffix to the length parameters (such as a reference).
|
| width | Template:Property | Width of the mountain or peak, without auto-conversion. You may wish to use {{Convert|xxx|km|mi|abbr=on}}
|
| width_km | Length in kilometres, with auto-conversion. | |
| width_mi | Length in miles, with auto-conversion. | |
| width_orientation | Template:Property with qualifier Template:Property as: Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (Q34027) (for EW) or Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (Q36477) (for NS) |
Width orientation. |
| width_ref | N/A | Optional parameter to add a suffix to the width parameters (such as a reference).
|
| area | Template:Property | Footprint of the mountain or peak, without auto-conversion. You may wish to use {{Convert|xxx|km2|mi2|abbr=on}}
|
| area_km2 | Footprint of the mountain or peak in square kilometres, with auto-conversion. | |
| area_mi2 | Footprint of the mountain or peak in square miles, with auto-conversion. | |
| area_ref | N/A | Optional parameter to add a suffix to the area parameters (such as a reference).
|
| volume | Template:Property | Volume of the mountain or peak, without auto-conversion. You may wish to use {{Convert|xxx|km3|mi3|abbr=on}}
|
| volume_km3 | Volume of the mountain or peak in cubic kilometres, with auto-conversion. | |
| volume_mi3 | Volume of the mountain or peak in cubic miles, with auto-conversion. | |
| volume_ref | N/A | Optional parameter to add a suffix to the volume parameters (such as a reference).
|
| Naming | ||
| etymology | Template:Property | Origin of name |
| nickname | Template:Property | |
| native_name | Template:Property | Name in local language. If more than one, separate using {{Plain list}} and {{native_name}}. |
| native_name_lang | Template:Property | ISO 639-2 code of native_name.
|
| translation | Template:Property with qualifier Template:Property | Translation of name to English (if name is not an English name) |
| pronunciation | Template:Property | Use an appropriate IPA-xx template, replacing 'xx' with the ISO code for the language. (See {{IPA-en}} for English.) |
| authority | ||
| Geography | ||
| country | Template:Property | Country(ies) of the peak or mountain. |
| country_type | Optional parameter to override the default "Country" label. | |
| subdivision1/state | Template:Property | 1st level subdivision (i.e. states) of the peak or mountain. |
| subdivision1_type/state_type | Optional parameter to override the default "State" label. | |
| location | Template:Property | Free-form field to describe the location. |
| subdivision2/region | 2nd level subdivision (i.e. regions) of the peak or mountain. | |
| subdivision2_type/region_type | Optional parameter to override the default "Region" label. | |
| subdivision3/district | 3rd level subdivision (i.e. districts) of the peak or mountain. | |
| subdivision3_type/district_type | Optional parameter to override the default "District" label. | |
| subdivision4/part | 4th level subdivision (i.e. subdivisions) of the peak or mountain. | |
| subdivision4_type/part_type | Optional parameter to override the default "Subdivisions" label. | |
| settlement | Settlement(s) on/around the peak or mountain. | |
| settlement_type | Optional parameter to override the default "Settlement" label. | |
| range_coordinates | ||
| range_coordinates_ref | N/A | Optional parameter to add a suffix to the range_coordinates parameter (such as a reference).
|
| range | Template:Property | The mountain range (specific subgroup) that the mountain/massif/range. I.e. Bernese Alps, not Alps. |
| bordering_range/border | Template:Property | Geographical entities that form the border of the mountain or rangel |
| grid_ref_UK | Template:Property | If the mountain is in Great Britain, the British grid reference. Use grid_ref_UK_note to add a suffix note.
|
| grid_ref_Ireland | Template:Property | If the mountain is in Ireland (whether Northern Ireland or the Republic), the Irish grid reference. Use grid_ref_Ireland_note to add a suffix note.
|
| topo_maker | The publisher of the topographic map that contains the range | |
| topo | The name of the topographic map that contains the range | |
| topo_map | ||
| biome | Biome(s) for range | |
| Geology | ||
| formed_by | ||
| orogeny | ||
| age | Age of the rock. Geologic time scales may be useful here. Use period, period1 through period5 for multiple values.
| |
| type | ||
| rock | Type of the rock mountain is made from. Use geology, geology1 through geology5, for multiple types.
| |
| volcanic_region | If the mountain is a volcano, the arc, belt or field in which it is situated. | |
| last_eruption | The date of the last eruption if the mountain is of volcanic origin. | |
| Climbing | ||
| first_ascent | Date of the first recorded ascent. | |
| easiest_route | The easiest route to the summit. Some possibilities include Hike, Scramble or any of the YDS grades. | |
| normal_route | ||
| access | ||
Advanced uses
| Parameter | Default value | Description |
|---|---|---|
| qid | ||
| suppressfields | ||
| fetchwikidata | ||
| onlysourced | ||
| child | ||
| embed | ||
| embedded | ||
| misc | ||
| module |
Template Data
Click the [show] link to the right to display the TemplateData
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for Infobox mountain This template is used to create an infobox for an article about a mountain.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sample Wikidata items
Tracking categories
- Category:Wikidata value to be checked for Infobox mountain (0)
- Category:Pages using infobox mountain with unknown parameters (0)
- Category:Pages using infobox mountain with multiple parameters (0)
- Category:Pages using infobox mountain with name fallback (0)
- Category:Pages using infobox mountain with photo fallback (0)
- Category:Pages using infobox mountain with language parameter (0)
- Category:Pages with malformed OS coordinates (0)
Microformat