Parameters for Location map+
Parameter
|
Description
|
image
|
Required. The name of an image file.
|
overlay
|
The name of an image file to superimpose on the image. It should be the same size and have a transparent background.
|
width
|
Determines the width of the image in pixels. The default is 220px. For example, width=240 and not width=240px .
|
caption
|
The caption text displays below the image if the thumbnail option is used. See the examples.
|
alt
|
Alt text for the map. See WP:ALT. If no alt text is provided the caption text will be used.
|
type
|
Determines the display format. Valid values are thumb , and border . The thumb option generates output similar to [[File:|name|thumb]] , while the border option generates output similar to [[File:|name|border]] . If no valid value is assigned, the output will not be framed or bordered. See below and this page.
|
float
|
Determines the position of the image on the page. Valid values are left , right , center and none . The default is right .
|
label
|
Optional. The text of the label to display next to the mark. The text can be wiki linked.
|
position
|
The position of the label relative to the mark. Valid values are left , right , top and bottom . The default is right . If none is assigned then the template will place the label either to the right or the left depending on the location of the mark.
|
font_size
|
The font size to use for the label as a percentage. The default is 90 %. For example, font_size=80 .
|
background
|
The background color to use for the label text. See Web colors. By default the background color is inherited from the image behind the label.
|
mark
|
The name of an image to display as the mark. The default is Red pog.svg. Go here and here for some examples.
|
mark_width
|
The width of the mark in pixels. The default is 8px. For example, mark_width=7 and not mark_width=7px . Labels do not work well with large mark images. This template is not intended to generate overlays. See |
mark_link
|
Specifies a wiki link which will be followed if the reader clicks on the mark. The name of the linked article will be displayed as a tool tip when the mouse pointer hovers over the mark.
|
mark_alt
|
Alt text for the mark image. See WP:ALT. If no mark_alt text is provided the label text will be used.
|
x
y |
Specifies the position of the marker on the image. The coordinates of the marker in pixels based on a map with a width of 1000 pixels. The template will scale these values for proper display. See below.
|
x%
y% |
Specifies the position of the marker on the image. 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.
|