Help:Maps
Easy Maps
To create a map with a series of markers just click here
Advance Editing
Displaying a single point with float coordinate notation.
{{#display_map: 55.7557860, 37.6176330}}{{#display_map: 55.7557860, 37.6176330}}Displaying a single address.
{{#display_map:Moscow, Russia}}{{#display_map:Moscow, Russia}} Basic Google Maps map.
{{#display_map:|centre=new york city}}{{#display_map:|centre=new york city}}Displaying multiple points using address notation.
{{#display_map:Moscow, Russia;New York;Brussels}}{{#display_map:Moscow, Russia;New York;Brussels}}Displaying multiple points using different notations.
{{#display_map:55°45′06″N 37°37′04″E;New York;40.446195, -79.948862}}{{#display_map:55°45′06″N 37°37′04″E;New York;40.446195, -79.948862}}Displaying multiple points using the tag extension.
<display_map>London BerlinBrussels</display_map>
<display_map>London BerlinBrussels</display_map>Define custom values for width and height of the displayed map.
{{#display_map: 55.7557860, 37.6176330| height= 600px| width= 400px}}{{#display_map: 55.7557860, 37.6176330| height= 600px| width= 400px}} Usage of the "resizable" parameter. You can drag the lower right corner of the map to resize.
{{#display_map:new york city|resizable=yes}}{{#display_map:new york city|resizable=yes}} Usage of the "minzoom" and "maxzoom" parameters.
{{#display_map:new york city~New York City|minzoom=4|maxzoom=8|zoom=6|height=450}}{{#display_map:new york city~New York City|minzoom=4|maxzoom=8|zoom=6|height=450}}