Skabelon:Infobox map

Documentation icon Skabelondokumentation[vis] [redigér] [historik] [opfrisk]

This helper template provides a way to display a map in an Infobox. Optionally a location marker can be included.

Usage redigér

Parameter descriptions redigér

Field name Description
map The name of the map to be displayed. This is the only required parameter.
map_width The width of the map image to be displayed. For example, map_width=220 and not map_width=220px.
default_width When this template is used in another template, e.g. an infobox, the default width of the map image preferred by the infobox should be specified here. For example, map_width=220. When used with location maps, this value may be modified by a certain value if specified in the location map template. The default value is 220px.
relief Selects a relief map when assigned any value. This only works when the geographical coordinates method is used and then only for a few maps. See Map display methods.
map_alt Alt text for the map. A visually impaired reader who uses a screen reader will have access to this text. See WP:ALT.
map_caption The caption that appears below the map if one is required.
mark The image file that will be used to mark the location on the map. The default is Red pog.svg. See below.
mark_width The width of the marker image to be displayed. For example, mark_width=8 and not mark_width=8px. The default width is 8px.
label A text message that will be displayed next to the marker.
label_position The position of a label with respect to the marker. Valid values are left, right, top, bottom and none.
background The background color for the label. If no value is assigned the background will be transparent. See Web colors.
coordinates The coordinates of the location in {{Coord}} format. While not recommended, if you want to waste time you can also enter them in decimal degrees (e.g. 48.067°N 12.863°E). You shouldn't need to, though.
lat
long
Specifies the latitude and longitude of the location when the geographical coordinates method is used. This value may be specified as a signed decimal degree.
lat_deg
lat_min
lat_sec
lat_dir

lon_deg
lon_min
lon_sec
lon_dir

Specifies the latitude and longitude of the location when the geographical coordinates method is used. This value may be specified in dms+hemisphere format.
x
y
Specifies the position of the location marker. The coordinates of the marker in pixels based on a map width of 1000 pixels. The template will scale these values for proper display. See below.
x%
y%
Specifies the position of the location marker. x% specifies the percentage of the distance across the image from the left edge and y% specifies the percentage of the distance down from the top edge. See below.

Map display methods redigér

There are three methods which can display a mark on a map. These examples use {{Infobox park}} which uses this template as a back end.

Display a marker on a map using a template and geographic coordinates redigér

A marker can be superimposed on a map using one of a set of special map templates. To display a marker, the geographic coordinates must be specified using the {{Coord}} template inside the |coordinates= parameter. See the documentation for {{Location map}}. The parameters for this template map to a subset of the parameters used by {{Location map}}. A map template can be found using these sources:

List of templates – Many of the listed items are redirects and a few templates may not function as expected.
en::Category:Location map templates - templates sorted by category.
Special:WhatLinksHere/Template:Location map/Info – a search that might help.
Special:PrefixIndex/Module:Location map/data/ – another search that might help.
Special:Prefixindex/Template:Location map – another search that might help.

All of the names begin with the words "Location map" followed by the area covered. The value you need to specify is the area name. The map template for Canada is Location map/data/Canada. In this case specify |map=Canada.

Four Corners, Canada
Infobox map ligger i Canada
Infobox map
Example using geographic coordinates
Koordinater 60°00′00″N 102°00′00″V / 60.00000°N 102.00000°V / 60.00000; -102.00000
{{Infobox park
| name = Four Corners, Canada
| map = Canada
| map_caption = Example using geographic coordinates
| coordinates = {{coord|60|00|00|N|102|00|00|W|display=inline,title}}
}}

By default, {{Coord}} displays in the infobox only in the page title. Parameter |display=inline,title can be added to make the coordinates display at the top of the page as well.

Display a marker on any map image using the x and y parameters redigér

The values for the x and y parameters are the pixel coordinates of the location mark when the image is scaled to a width of 1000 pixels.

x is the pixel offset for the mark from the left edge of an image 1000px wide.
y is the pixel offset for the mark from the top edge of an image 1000px wide.

There are at least two ways of obtaining these values:

  1. Download the image from the image's file page to your computer. Open the image in a graphics editor, such as GIMP or XnView. Scale (resize) the image to a width of 1000px and then note the x, y coordinates when the cursor points to the desired location. Use these values directly.
  2. Download the image from the image's file page to your computer. Open the image in any image viewer that displays the coordinates of the cursor position, such as Paint from Microsoft. Note the x, y coordinates when the cursor points to the location. Then:
1000 x'/w = x  and  1000 y'/w = y
where x' and y' are the cursor coordinates, w is the width of the image displayed on your computer and x and y are the values to assign to the x and y parameters.
Four Corners, Canada
Example using the x and y parameters
{{Infobox park
| name = Four Corners, Canada
| map = Canada location map.svg
| map_caption = Example using the x and y parameters
| x = 369
| y = 487
}}


Display a marker on any map image using the x% and y% parameters redigér

x% specifies the percent of the distance across the image from the left edge.
y% specifies the percent of the distance down from the top edge.

In the following example the marker is 36.9% of the way across and 57.4% of the way down.

Four Corners, Canada
Example using the x% and y% parameters
{{Infobox park
| name = Four Corners, Canada
| map = Relief map of Canada.png
| map_caption = Example using the x% and y% parameters
| x% = 36.9
| y% = 57.4
}}


Legacy parameters redigér

Although deprecated in infoboxes in August 2016, it is still possible in this template to use the |lat_d=, |lat_m=, |lat_s=, |lat_NS=, |long_d=, |long_m=, |long_s= and |long_NS= parameters (for latitude degrees, minutes, seconds and direction; and longitude degrees, minutes, seconds and direction respectively).

Display any image redigér

An image can be displayed without a location mark, but this is rather pointless in most cases because a normal infobox image parameter can usually be used instead.

Average regional brazil nut output (kg/ha)
A world map showing regions that produce Brazil nuts.
{{Infobox
| above =
| image2 = {{Infobox map
           | map         = Braziloutput.png
           | map_alt     = A world map showing regions that produce Brazil nuts.
           | map_caption =
           | map_width   = 200
           }}
}}

Markører redigér

A mark can be any image file. The default mark is Red pog.svg and it works well because it is easy to pick up visually on most maps. Some examples are below. Click on an image to see the file description page.

See Location markers for other examples. Currently, using mark_width=n for n > 8 is not advised when a label is specified.


Geographical coordinates redigér

To display coordinates in the Infobox two methods can be used. The template {{Infobox coord}} can be used to display coordinates entered using the method discussed above. If the X,Y method is used to display a marker then the template {{coord}} can be used. For examples of coordinate entry see coordinate examples.

TemplateData redigér

Dette er denne skabelons TemplateData-dokumentation, som bruges af VisualEditor og andre værktøjer.

Infobox map

Ingen beskrivelse.

Skabelonparametre[Rediger TemplateData]

Denne skabelon foretrækker blok-formatering af parametre (en parameter per linje).

ParameterBeskrivelseTypeStatus
Mapmap

The name of the map to be displayed

Strengpåkrævet
Map Widthmap_width

The width of the map image to be displayed.

Talvalgfri
Default Widthdefault_width

When this template is used in another template, the default width is given using this parameter

Talvalgfri
Reliefrelief

Selects a relief map when assigned any value

Strengvalgfri
Map Alternative Textmap_alt

Alternative text to be displayed if the map isnt displayed for whatever reasons

Strengvalgfri
Map Captionmap_caption

Caption for the map

Strengvalgfri
Markmark

The image file that will be used to mark the location on the map

Sidenavnvalgfri
Mark Widthmark_width

The width of the marker image to be displayed

Talvalgfri
Labellabel

A text message that will be displayed next to the marker.

Strengvalgfri
Label Positionlabel_position

The position of a label with respect to the marker

Strengvalgfri
Latitudelat

Latitude of the map

Talvalgfri
Longitudelong

Longitude of the map

Talvalgfri
Xx

Specifies the position of x location marker

Talvalgfri
Yy

Specifies the position of y location marker

Talvalgfri
X%x%

x% specifies the percentage of the distance across the image from the left edge

Talvalgfri
Y%y%

y% specifies the percentage of the distance down from the top edge

Talvalgfri

Sporingskategorier redigér

Se også redigér