Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Leaflet map: Difference between revisions

Template page
Content added Content deleted
(opening noinclude tag in wrong place)
(more parameters added)
 
Line 1: Line 1:
{{#display_map:{{{latitude}}}, {{{longitude}}}
{{#display_map: {{{latitude}}}, {{{longitude}}}
|service=leaflet
|service={{{service}}}
|static=no
|static={{{static}}}
|zoom=14
|zoom={{{zoom}}}
|fullscreen=on
|fullscreen={{{fullscreen}}}
|scrollwheelzoom=yes
|scrollwheelzoom={{{scrollwheel}}}
|width=
|width={{{width}}}
|height=500
|height={{{height}}}
|clicktarget={{{clickable-link}}}
|clicktarget={{{clicktarget}}}
}}<noinclude>
}}<noinclude>
==Usage==
==Usage==
Any one of these parameters can be changed to suit your needs.
<pre>
<pre>
{{leaflet map
{{leaflet map
|latitude =
|latitude =
|longitude =
|longitude =
|service = leaflet
|clickable-link =
|static = no
|zoom = 14
|fullscreen = no
|scrollwheel = yes
|width =
|height =
|clicktarget =
}}</pre>
}}</pre>
[[Category:Map templates]]
[[Category:Map templates]]

Latest revision as of 14:08, 3 February 2023

Loading map...

Usage

Any one of these parameters can be changed to suit your needs.

{{leaflet map
 |latitude        =
 |longitude       =
 |service         = leaflet
 |static          = no
 |zoom            = 14
 |fullscreen      = no
 |scrollwheel     = yes
 |width           =
 |height          =
 |clicktarget     =
}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.