Template:Location map: Difference between revisions

Jump to navigation Jump to search
imported>Zocky
m (moved Template:Location Map to Template:Location map: case consitency)
imported>Zocky
(examples)
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><div style="float:{{{float|right}}};width:{{#expr:{{{width|240}}}+8}}px;padding:4px;border:solid silver 1px;margin:4px;background:white">
<div style="position:relative;border:solid silver 1px">
<div style="position:relative;border:solid silver 1px">
[[Image:{{Location map {{{1}}}|image}}|{{{width|240}}}px]]
[[Image:{{Location map {{{1}}}|image}}|{{{width|240}}}px]]
Line 5: Line 5:
top:{{#expr:100*({{Location map {{{1}}}|top}}-{{{lat}}}) / ({{Location map {{{1}}}|top}}-{{Location map {{{1}}}|bottom}}) round 1}}%;
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}}%;">
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>
<div style="position:relative;top:-6px;left:-6px;width:12px;text-align:center;z-index:201">[[image:{{{mark|ButtonRed.svg}}}|16x16px]]</div>
{{#switch:{{{position|right}}}
{{#switch:{{{position|right}}}
|right=<div style="position:relative;top:-2em;left:0.5em;text-align:left;width:6em;z-index:202">{{{label}}}</div>
|right=<div style="position:relative;top:-2em;left:0.5em;text-align:left;width:6em;z-index:202">{{{label}}}</div>
Line 17: Line 17:
Create location maps.
Create location maps.


Usage:
==Usage==
<pre><nowiki>
<pre><nowiki>
{{Location map</nowiki>|''map name''
{{Location map</nowiki>|''map name''
|label=''label''
|label=''label''
|postion=left ''or'' right '' - position of the label relative to the mark
|position=left ''or'' right '' - position of the label relative to the mark
|lat=''lattitude in degrees''
|long=''longitude in degrees''
|mark=''image file name - a red circle by default
|mark=''image file name - a red circle by default
|caption=''caption'' - caption below the map
|caption=''caption'' - caption below the map
Line 28: Line 30:
}}
}}
</pre>
</pre>
Examples to follow.
==Examples==
{{Location map|Slovenia|float=none|label=Maribor|lat=46.55|long=15.64|position=left}}
<nowiki>{{Location map|Slovenia|float=none|label=Maribor|lat=46.55|long=15.64|position=left}}</nowiki>
 
{{Location map|Slovenia|float=left|label=Ljubljana|lat=46.05|long=14.5|caption=Ljubljana is the capital of Slovenia}}
<nowiki>{{Location map|Slovenia|float=left|label=Ljubljana|lat=46.05|long=14.5|caption=Ljubljana is the capital of Slovenia}}</nowiki>
 
{{Location map|Slovenia|float=right|label=Nova Gorica|lat=45.95|long=13.63}}
<nowiki>{{Location map|Slovenia|float=right|label=Nova Gorica|lat=45.95|long=13.63}}</nowiki>
 
==Available maps==
{{Special:Prefixindex/Template:Location_map_}}
==Creating new maps==
#Find an appropriate blank map in an orthographic projection.
#Create a template named Template:Location map ''Location''.
#Copy the content of any other map template into it and enter appropriate values.
#Done.
==Issues==
Doesn't handle longitude properly for maps crossing the +/- 180 merridian yet.
</noinclude>
</noinclude>

Revision as of 15:58, 15 May 2006


Create location maps.

Usage

{{Location map|''map name''
|label=''label''
|position=left ''or'' right '' - position of the label relative to the mark
|lat=''lattitude in degrees''
|long=''longitude in degrees''
|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''
}}

Examples

[[Image:Template:Location map Slovenia|240px]] <div style="position:absolute;z-index:200; top:Expression error: Unrecognized punctuation character "[".%; left:Expression error: Unrecognized punctuation character "[".%;">

Maribor
Maribor on the map of Template:Location map Slovenia
{{Location map|Slovenia|float=none|label=Maribor|lat=46.55|long=15.64|position=left}}

[[Image:Template:Location map Slovenia|240px]] <div style="position:absolute;z-index:200; top:Expression error: Unrecognized punctuation character "[".%; left:Expression error: Unrecognized punctuation character "[".%;">

Ljubljana
Ljubljana is the capital of Slovenia
{{Location map|Slovenia|float=left|label=Ljubljana|lat=46.05|long=14.5|caption=Ljubljana is the capital of Slovenia}}

[[Image:Template:Location map Slovenia|240px]] <div style="position:absolute;z-index:200; top:Expression error: Unrecognized punctuation character "[".%; left:Expression error: Unrecognized punctuation character "[".%;">

Nova Gorica
Nova Gorica on the map of Template:Location map Slovenia
{{Location map|Slovenia|float=right|label=Nova Gorica|lat=45.95|long=13.63}}

Available maps

Creating new maps

  1. Find an appropriate blank map in an orthographic projection.
  2. Create a template named Template:Location map Location.
  3. Copy the content of any other map template into it and enter appropriate values.
  4. Done.

Issues

Doesn't handle longitude properly for maps crossing the +/- 180 merridian yet.