Test1: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
| #default = lightbulb-yellow.svg |
| #default = lightbulb-yellow.svg |
||
}} |
}} |
||
| background-title-color= |
| background-title-color=CornflowerBlue |
||
| view-link=Compusofia |
| view-link=Compusofia |
||
| style="border-color:var(--border-color-success);" |
| style="border-color:var(--border-color-success);" |
||
}} |
|||
== MAPS == |
|||
=== 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 |
|||
}} |
|||
{{#display_map: |
|||
Wien ~ Austria ~ Majestix ~ Red-marker.png; |
|||
Braunau ~ Austria ~ Weichei ~ Green-marker.png; |
|||
Nantes ~ France ~ Ladyfr ~ Green-marker.png; |
|||
}} |
}} |
||