Template:MediumMap
From syn2cat - HackerSpace.lu
(Difference between revisions)
(Created page with '<includeonly> [[Has coordinates::{{{Coordinates|}}}|]] {{#if:{{{Coordinates|}}}|{{#semantic_google_map:{{{Coordinates}}}}}}} </includeonly> <noinclude> {{Location |Coordinates=50...') |
|||
(26 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | [[Has coordinates::{{{ | + | [[Has coordinates::{{{coordinates|}}}|]] |
− | {{#if:{{{ | + | {{#if:{{{coordinates|}}}| |
+ | {{#display_point: | ||
+ | {{{coordinates}}} | ||
+ | | service=openlayers | ||
+ | | zoom=9 | ||
+ | | height=400 | ||
+ | | width=400 | ||
+ | | controls=pan,zoom,type | ||
+ | | title={{{title|}}} | ||
+ | | label={{{label|}}} | ||
+ | | layers=osm-mapnik, osm-cyclemap | ||
+ | }} | ||
+ | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
− | {{ | + | Use this template to include maps into your pages |
− | | | + | <pre> |
+ | {{MediumMap | ||
+ | | coordinates = 50.85137811° N, 5.690781176° E | ||
+ | | label = <give your marker a label> (optional) | ||
+ | | title = <Describe where you're pointing at> (optional) | ||
}} | }} | ||
+ | </pre> | ||
+ | [http://www.mediawiki.org/wiki/Semantic_Maps#Usage SemanticMap Usage] & [http://www.mediawiki.org/wiki/Extension:Maps#Usage Maps usage] | ||
</noinclude> | </noinclude> |
Latest revision as of 20:37, 3 September 2014
Use this template to include maps into your pages
{{MediumMap | coordinates = 50.85137811° N, 5.690781176° E | label = <give your marker a label> (optional) | title = <Describe where you're pointing at> (optional) }}