Test1: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
}} |
}} |
||
== |
== MAPS == |
||
<mapframe width="400" height="300" zoom="12" latitude="48.2082" longitude="16.3738" style="liberty" /> |
|||
=== Displaying maps is done with the #display_map parser function. === |
|||
#display_map:center=Brandenburg Gate, Berlin, Germany |
|||
{{#display_map:center=Brandenburg Gate, Berlin, Germany}} |
|||
===Leaflet maps can be customized using various parameters.=== |
|||
#display_map:center=Berlin|width=400|height=250 |
|||
{{#display_map:center=Berlin|width=400|height=250}} |
|||
===Markers=== |
|||
#display_map:Brandenburg Gate, Berlin, Germany |
|||
{{#display_map:Brandenburg Gate, Berlin, Germany}} |
|||
=== multiple locations by separating them with semicolons.=== |
|||
#display_map:Berlin; Brussel; 40° 42' 46.02" N, 74° 0' 21.39" W |
|||
{{#display_map:Berlin; Brussel; 40° 42' 46.02" N, 74° 0' 21.39" W}} |
|||
===You can customize the markers per location.=== |
|||
{{#display_map: |
|||
Berlin~The city Berlin~Berlin is a really nice city and there is plenty of Club Mate~Red-marker.png; |
|||
Amsterdam~The city Amsterdam~Amsterdam is the capital of The Netherlands~Green-marker.png |
|||
Wien ~ Majestix ~ Green-marker.png |
|||
}} |
|||