Template:MediumMap
From syn2cat - HackerSpace.lu
(Difference between revisions)
m |
|||
| (9 intermediate revisions by one user not shown) | |||
| Line 3: | Line 3: | ||
{{#if:{{{coordinates|}}}| | {{#if:{{{coordinates|}}}| | ||
{{#display_point: | {{#display_point: | ||
| − | {{{ | + | {{{coordinates}}} |
| service=openlayers | | service=openlayers | ||
| − | |||
| zoom=9 | | zoom=9 | ||
| height=400 | | height=400 | ||
| width=400 | | width=400 | ||
| − | | controls= | + | | controls=pan,zoom,type |
| − | | title={{{title}}} | + | | title={{{title|}}} |
| + | | label={{{label|}}} | ||
| + | | layers=osm-mapnik, osm-cyclemap | ||
}} | }} | ||
}} | }} | ||
| Line 17: | Line 18: | ||
Use this template to include maps into your pages | Use this template to include maps into your pages | ||
<pre> | <pre> | ||
| − | {{ | + | {{MediumMap |
| coordinates = 50.85137811° N, 5.690781176° E | | coordinates = 50.85137811° N, 5.690781176° E | ||
| − | | title = <Describe where you're pointing at> | + | | label = <give your marker a label> (optional) |
| + | | title = <Describe where you're pointing at> (optional) | ||
}} | }} | ||
</pre> | </pre> | ||
[http://www.mediawiki.org/wiki/Semantic_Maps#Usage SemanticMap Usage] & [http://www.mediawiki.org/wiki/Extension:Maps#Usage Maps usage] | [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)
}}