Difference between revisions of "Template:MapSiteLink"
From Geohashing
(Created page with "<!-- testing --> [https://asiointi.maanmittauslaitos.fi/karttapaikka/?lang=en&share=customMarker&n=6948777.3&e=647212.0&title=Geohash+2021-04-10+62+29&desc=&zoom=10]") |
|||
Line 1: | Line 1: | ||
− | <!-- | + | <!-- I made this to help with including links to the National Land Survey of Finland's topographic map view. |
− | [https://asiointi.maanmittauslaitos.fi/karttapaikka/?lang=en&share=customMarker&n= | + | Usage: |
+ | {{MapSiteLink | ||
+ | | N = ETRS-TM35FIN north coordinate | ||
+ | | E = ETRS-TM35FIN east coordinate | ||
+ | | title = the title to be displayed on the marker on the map – optional | ||
+ | | zoom = map zoom level – optional, defaults to 10 | ||
+ | | label = the label for the link on the wikipage – optional | ||
+ | }} | ||
+ | --> | ||
+ | [https://asiointi.maanmittauslaitos.fi/karttapaikka/?lang=en&share=customMarker&n={{{N}}}&e={{{E}}}&title={{{title}}}&desc=&zoom={{{zoom | 10}}} {{{label}}}] |