Difference between revisions of "Template:Locationmap"
Jump to navigation
Jump to search
(Created page with "<includeonly>{{#if:{{{map|}}}|<div role="img" class="floatright noresize" <!-- noresize disables the img from being limited to the width of the viewport size (as on mobile) --...") |
m (→Examples) |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
position:relative; | position:relative; | ||
>[[File:{{{map}}}|{{{width|300}}}px|thumb|link=|{{{caption|}}}]] | >[[File:{{{map}}}|{{{width|300}}}px|thumb|link=|{{{caption|}}}]] | ||
| + | <!-- marker with text --> | ||
| + | {{#if:{{{m1|}}}|{{Locationmarker|{{{m1}}}|width={{{width|300}}}|text={{{t1|}}}|link={{{l1|}}}}}}} | ||
| + | {{#if:{{{m2|}}}|{{Locationmarker|{{{m2}}}|width={{{width|300}}}|text={{{t2|}}}|link={{{l2|}}}}}}} | ||
| + | {{#if:{{{m3|}}}|{{Locationmarker|{{{m3}}}|width={{{width|300}}}|text={{{t3|}}}|link={{{l3|}}}}}}} | ||
| + | {{#if:{{{m4|}}}|{{Locationmarker|{{{m4}}}|width={{{width|300}}}|text={{{t4|}}}|link={{{l4|}}}}}}} | ||
| + | {{#if:{{{m5|}}}|{{Locationmarker|{{{m5}}}|width={{{width|300}}}|text={{{t5|}}}|link={{{l5|}}}}}}} | ||
| + | {{#if:{{{m6|}}}|{{Locationmarker|{{{m6}}}|width={{{width|300}}}|text={{{t6|}}}|link={{{l6|}}}}}}} | ||
| + | {{#if:{{{m7|}}}|{{Locationmarker|{{{m7}}}|width={{{width|300}}}|text={{{t7|}}}|link={{{l7|}}}}}}} | ||
| + | {{#if:{{{m8|}}}|{{Locationmarker|{{{m8}}}|width={{{width|300}}}|text={{{t8|}}}|link={{{l8|}}}}}}} | ||
| + | {{#if:{{{m9|}}}|{{Locationmarker|{{{m9}}}|width={{{width|300}}}|text={{{t9|}}}|link={{{l9|}}}}}}} | ||
| + | {{#if:{{{m10|}}}|{{Locationmarker|{{{m10}}}|width={{{width|300}}}|text={{{t10|}}}|link={{{l10|}}}}}}} | ||
</div>}}</includeonly><noinclude><!-- | </div>}}</includeonly><noinclude><!-- | ||
____ __ __ _ | ____ __ __ _ | ||
| Line 18: | Line 29: | ||
<pre>Some text in front of. {{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here}} Some text behind.</pre> | <pre>Some text in front of. {{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here}} Some text behind.</pre> | ||
| − | Some text in front of. {{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here}} Some text behind. | + | Some text in front of. {{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here}} Some text behind.{{clear}} |
| + | |||
| + | <pre>{{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here | ||
| + | |m1=0.1/1.1 | ||
| + | |m2=0.5/0.5 | ||
| + | |m3=0.3/0.1 | ||
| + | |m4=0.3/0.15 | ||
| + | |t4=Town | ||
| + | |m5=0.7/0.7 | ||
| + | |l5=Darcodia | ||
| + | |m6=0.6/0.6 | ||
| + | |m7=0.4/0.4 | ||
| + | |m8=0.3/0.3 | ||
| + | |m9=0.3/0.35 | ||
| + | |t9=City | ||
| + | |l9=Mergania | ||
| + | |m10=0.2/0.2 | ||
| + | |t10=Text | ||
| + | |l10=Main Page | ||
| + | }}</pre> | ||
| + | {{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here | ||
| + | |m1=0.1/1.1 | ||
| + | |m2=0.5/0.5 | ||
| + | |m3=0.3/0.1 | ||
| + | |m4=0.3/0.15 | ||
| + | |t4=Town | ||
| + | |m5=0.7/0.7 | ||
| + | |l5=Darcodia | ||
| + | |m6=0.6/0.6 | ||
| + | |m7=0.4/0.4 | ||
| + | |m8=0.3/0.3 | ||
| + | |m9=0.3/0.35 | ||
| + | |t9=City | ||
| + | |l9=Mergania | ||
| + | |m10=0.2/0.2 | ||
| + | |t10=Text | ||
| + | |l10=Main Page | ||
| + | }} | ||
[[Category:Map templates]]</noinclude> | [[Category:Map templates]]</noinclude> | ||
Latest revision as of 22:32, 14 September 2022
Purpose
The location map template generates a location map as a composite image, consisting of a map and one or several location marks. Optionally, labels and a caption can be added.
Examples
Some text in front of. {{Locationmap}} Some text behind.
Some text in front of. Some text behind.
Some text in front of. {{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here}} Some text behind.Some text in front of.
Some text behind.
{{Locationmap|map=Relief_Map_of_Germany.svg|caption=Some text here
|m1=0.1/1.1
|m2=0.5/0.5
|m3=0.3/0.1
|m4=0.3/0.15
|t4=Town
|m5=0.7/0.7
|l5=Darcodia
|m6=0.6/0.6
|m7=0.4/0.4
|m8=0.3/0.3
|m9=0.3/0.35
|t9=City
|l9=Mergania
|m10=0.2/0.2
|t10=Text
|l10=Main Page
}}