మూస:Location map~
This template is used on 24,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. |
This template uses Lua: |
{{Location map+}}
places one or more location marks on a map, with optional labels. It is in the same family of templates as the Location map template and the documentation for that template might be helpful.
Template:Location map+ uses a helper template, {{Location map~}}
, one or more times to generate a mark for each location.
Usage
[మార్చు]{{Location map+ | {{{1}}} | width = | float = | border = | caption = | alt = | relief = | AlternativeMap = | overlay_image = | places = }} |
{{Location map~ | {{{1}}} | label = | label_size = | position = | background = | mark = | marksize = | link = | lat_deg = | lat_min = | lat_sec = | lat_dir = | lon_deg = | lon_min = | lon_sec = | lon_dir = }} |
Parameters
[మార్చు]Parameter | Description |
---|---|
{{{1}}} | Required. Use the name of the map as the first unnamed parameter. For example, specifying England will use the values for England in Module:Location map/data/England if it exists, or {{Location map England}} otherwise. See the examples below.
|
width | Determines the width of the map in pixels, overriding any default values. Do not include px , for example: width=300 , not width=300px .
|
default_width | Determines the default width of the map in pixels, intended for use by templates e.g. place infoboxes. The default value is 240. Do not include px . This value will be multiplied by the defaultscale parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps. For example, if default_width=200 is given, a map of Thailand will be displayed with a width of 200 * 0.57 = 114 pixels (as specified in Module:Location map/data/Thailand).
|
float | Specifies the position of the map on the page. Valid values are left , right , center and none . The default is right .
|
border | Specifies the color of the 1px map border. The default is lightgrey (see web colors). If set to none , no border will be generated. This parameter is seldom used.
|
caption | The text of a caption to be displayed below the map. Specifying a caption will cause the map to be displayed with a frame. If caption is defined but is not assigned a value, the map will not be framed and no caption will be displayed. If caption is not defined, the map will not be framed and a default caption will be generated. The default caption is created from the label parameter (or the current page name if label not defined) and the name parameter from map definition template. See the examples below.
|
alt | Alt text for map; used by screen readers, see WP:ALT. |
relief | Any non-blank value (1, yes, etc.) will cause the template to display the map specified in the map definition template as image1, which is usually a relief map. See the example at Location map+/relief. |
AlternativeMap | Allows the use of an alternative map. The image must have the same edge coordinates as the location map template. See the example at Location map+/AlternativeMap. |
overlay_image | Allows an overlay to be superimposed on the map. This parameter is seldom used. See the example at Location map+/overlay. |
places | Specifies one or more place markers using Location map~ .
|
Parameter | Description |
---|---|
{{{1}}} | Required. Use the name of the map as the first unnamed parameter. For example, specifying England will use the values for England in Module:Location map/data/England if it exists, or {{Location map England}} otherwise. See the examples below.
|
label | The text of the label to display next to the mark. A wiki link can be used. The default if not specified is no label, just the marker. |
label_size | The font size to use for the label, given as a percentage of the normal font size (<100 = smaller, >100 = larger). The default is 90. Do not include % , for example: label_size=80 , not label_size=80% . If set to 0, the label is only displayed when the user hovers over the mark.
|
position | The position of the label relative to the mark. Valid values are left , right , top and bottom . The default is right .
|
background | The background color to use for the label. See Web colors. The default is no background color, which shows the map image behind the label. |
mark | The name of an image to display as the mark. The default is Red pog.svg (). See examples at Commons:Location markers and Commons:Category:Map icons. |
marksize | The size of the mark in pixels. The default is 8. Do not include px , for example: marksize=10 , not marksize=10px .
|
link | Specifies a wiki link which will be followed if the reader clicks on the mark. Do not include [[]] , for example: link=Yellowstone National Park , not link=[[Yellowstone National Park]] .
|
lat_deg | Required. The degrees of latitude. This value can be specified using decimal degrees and when this format is used minutes and seconds should not be specified.[Note 1] |
lat_min | The minutes of latitude.[Note 1] |
lat_sec | The seconds of latitude. Usually not necessary.[Note 1] |
lat_dir | N if north (default value) or S for south of the Equator. Other values will be disregarded. Not required if using signed decimal degrees (i.e. negative numbers for southern latitude). |
lon_deg | Required. The degrees of longitude. This value can be specified using decimal degrees and when this format is used minutes and seconds should not be specified.[Note 1] |
lon_min | The minutes of longitude.[Note 1] |
lon_sec | The seconds of longitude. Usually not necessary.[Note 1] |
lon_dir | E for east (default value) or W for west of the Prime Meridian. Other values will be disregarded. Not required if using signed decimal degrees (i.e. negative numbers for western longitude). |
Notes:
Available maps
[మార్చు]Location maps can be found using these sources:
- Special:PrefixIndex/Module:Location map/data/ - Checked before a map template is searched for. New maps should be created here rather than creating new templates.
- List of templates - 1050 templates available when the list was generated.
- Category:Location map templates - templates sorted by category.
- Special:WhatLinksHere/Template:Location map/Info - a search that might help.
- Special:Prefixindex/Template:Location map - another search that might help.
Template data
[మార్చు]TemplateData for Location map~
A helper template for Template:Location map+. Creates a single place marker on a map.
పరామితి | వివరణ | రకం | స్థితి | |
---|---|---|---|---|
Map name | 1 | Must be the same as specified in the parent Location map +. For example, specifying England will use the values for England in Module:Location map/data/England if it exists, or {{Location map England}} otherwise. | స్ట్రింగు | తప్పనిసరి |
Label | label | The label to display; may be wikilinked.
| కంటెంటు | సూచించినవి |
Label font size | label_size | The font size to use for the label, given as a percentage of the normal font size (<100 = smaller, >100 = larger). The default is 90. Do not include %. If set to zero, the label is only shown on hovering over the marker. | సంఖ్య | ఐచ్చికం |
Label position | position | Label position relative to the marker. May be left, right, top, or bottom.
| తెలియనిది | ఐచ్చికం |
Label background color | background | A background color for the label.
| తెలియనిది | ఐచ్చికం |
Marker image | mark | The name of an image to display as the mark. See examples at Commons:Location markers and Commons:Category:Map icons.
| దస్త్రం | ఐచ్చికం |
Marker image size | marksize | The size, in pixels, of the marker image. Specify as "10", not "10px"
| సంఖ్య | ఐచ్చికం |
Marker link | link | The name of a page to go to when the link is clicked. Do not wrap in [[square brackets]].
| పేజీ పేరు | సూచించినవి |
Latitude (degrees) | lat_deg | The location of the marker. If using decimal degrees, do not specify minutes or seconds. If using signed (positive North, negative South) decimal degrees, do not specify direction.
| సంఖ్య | తప్పనిసరి |
Latitude (minutes) | lat_min | The location of the marker. If using decimal degrees, do not specify this value. | సంఖ్య | ఐచ్చికం |
Latitude (seconds) | lat_sec | The location of the marker. If using decimal degrees, do not specify this value. | సంఖ్య | ఐచ్చికం |
Latitude (North/South) | lat_dir | "N" for North (default), "S" for South. Do not use any other value. If latitude (degrees) uses negative values for South, this value is not needed.
| స్ట్రింగు | ఐచ్చికం |
Longitude (degrees) | lon_deg | The location of the marker. If using decimal degrees, do not specify minutes or seconds. If using signed (positive East, negative West) decimal degrees, do not specify direction.
| సంఖ్య | తప్పనిసరి |
Longitude (minutes) | lon_min | The location of the marker. If using decimal degrees, do not specify this value. | సంఖ్య | ఐచ్చికం |
Longitude (seconds) | lon_sec | The location of the marker. If using decimal degrees, do not specify this value. | సంఖ్య | ఐచ్చికం |
Longitude (East/West) | lon_dir | "E" for East (default), "W" for West. Do not use any other value. If latitude (degrees) uses negative values for West, this value is not needed.
| స్ట్రింగు | ఐచ్చికం |
See also
[మార్చు]- Template:Location map for displaying one mark using latitude and longitude.
- Template:Location map many for displaying multiple marks using latitude and longitude.