imported>Zocky |
imported>PineApple1298 |
(155 intermediate revisions by 55 users not shown) |
Line 1: |
Line 1: |
| <includeonly><div style="float:{{{float|right}}};width:{{#expr:{{{width|240}}}+8}}px;padding:4px;border:solid silver 1px;margin:4px"> | | <includeonly>{{#invoke:Location map|main}}</includeonly><noinclude>{{documentation}}</noinclude> |
| <div style="position:relative;border:solid silver 1px">
| |
| [[Image:{{Location map {{{1}}}|image}}|{{{width|240}}}px]]
| |
| <div style="position:absolute;z-index:200;
| |
| top:{{#expr:100*({{Location map {{{1}}}|top}}-{{{lat}}}) / ({{Location map {{{1}}}|top}}-{{Location map {{{1}}}|bottom}}) round 1}}%;
| |
| left:{{#expr:100*({{{long}}}-{{Location map {{{1}}}|left}}) / ({{Location map {{{1}}}|right}}-{{Location map {{{1}}}|left}}) round 1}}%;">
| |
| <div style="position:relative;top:-8px;left:-8px;width:16px;text-align:center;z-index:201">[[image:{{{mark|ButtonRed.svg}}}|16x16px]]</div>
| |
| {{#switch:{{{position|right}}} | |
| |right=<div style="position:relative;top:-2em;left:0.5em;text-align:left;width:6em;z-index:202">{{{label}}}</div>
| |
| |left=<div style="position:relative;top:-2em;left:-6.5em;width:6em;text-align:right;z-index:202">{{{label}}}</div>
| |
| }}
| |
| </div>
| |
| </div>
| |
| <div style="font-size:90%">{{{caption|{{{label}}} on the map of {{Location map {{{1}}}|name}}}}}</div>
| |
| </div></includeonly>
| |
| <noinclude> | |
| Create location maps.
| |
| | |
| Usage:
| |
| <pre><nowiki>
| |
| {{Location map</nowiki>|''map name'' | |
| |label=''label''
| |
| |postion=left ''or'' right '' - position of the label relative to the mark
| |
| |mark=''image file name - a red circle by default
| |
| |caption=''caption'' - caption below the map
| |
| |float=left ''or'' right ''or'' none
| |
| |width=''width of the map''
| |
| }} | |
| </pre>
| |
| Examples to follow.
| |
| </noinclude> | |