Jump to content

Test1: Difference between revisions

From wikiNonStop
Content deleted Content added
No edit summary
No edit summary
Line 17: Line 17:
}}
}}


== Kartographer ==
== 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
}}

Revision as of 11:46, 2 June 2026

testtitel

{{{content}}}

title=defaulttitel

defaulttitel

{{{content}}}

MAPS

Displaying maps is done with the #display_map parser function.

  1. display_map:center=Brandenburg Gate, Berlin, Germany
Loading map...

Leaflet maps can be customized using various parameters.

  1. display_map:center=Berlin|width=400|height=250
Loading map...

Markers

  1. display_map:Brandenburg Gate, Berlin, Germany
Loading map...

multiple locations by separating them with semicolons.

  1. display_map:Berlin; Brussel; 40° 42' 46.02" N, 74° 0' 21.39" W
Loading map...

You can customize the markers per location.

Loading map...