Jump to content

Test1: Difference between revisions

Content deleted Content added
Created page with "{{colored box|title=testtitel}} {{#switch: {{{title}}}| warn = warntitel |#default = title{{=}}defaulttitel}} {{colored box |title={{#switch: {{{title}}}| warn = warn|cons = Consideration|#default = defaulttitel}} |icon =OOjs UI icon {{#switch: {{{title}}} | info = info-progressive.svg | note = notice-progressive.svg | warn = bell-destructive.svg |cons = Consideration..."
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 6: Line 6:
|title={{#switch: {{{title}}}| warn = warn|cons = Consideration|#default = defaulttitel}}
|title={{#switch: {{{title}}}| warn = warn|cons = Consideration|#default = defaulttitel}}
|icon =OOjs UI icon {{#switch: {{{title}}}
|icon =OOjs UI icon {{#switch: {{{title}}}
| info = info-progressive.svg
| info = info-progressive.svg
| note = notice-progressive.svg
| note = notice-progressive.svg
| warn = bell-destructive.svg
| warn = bell-destructive.svg
|cons = Consideration
| cons = Consideration
|#default = lightbulb-yellow.svg
| #default = lightbulb-yellow.svg
}}
}}
| background-title-color=CornflowerBlue
| view-link=Compusofia
| 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;
}}
}}