Difference between revisions of "Template:Locationmap"
Jump to navigation
Jump to search
m |
m |
||
| Line 4: | Line 4: | ||
>[[File:{{{map}}}|{{{width|300}}}px|thumb|link=|{{{caption|}}}]] | >[[File:{{{map}}}|{{{width|300}}}px|thumb|link=|{{{caption|}}}]] | ||
<!-- marker --> | <!-- marker --> | ||
| − | {{#if:{{{m1|}}}|{{Locationmarker|{{{m1}}}|{{{width|300}}}}}}} | + | {{#if:{{{m1|}}}|{{Locationmarker|{{{m1}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m2|}}}|{{Locationmarker|{{{m2}}}|{{{width|300}}}}}}} | + | {{#if:{{{m2|}}}|{{Locationmarker|{{{m2}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m3|}}}|{{Locationmarker|{{{m3}}}|{{{width|300}}}}}}} | + | {{#if:{{{m3|}}}|{{Locationmarker|{{{m3}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m4|}}}|{{Locationmarker|{{{m4}}}|{{{width|300}}}}}}} | + | {{#if:{{{m4|}}}|{{Locationmarker|{{{m4}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m5|}}}|{{Locationmarker|{{{m5}}}|{{{width|300}}}}}}} | + | {{#if:{{{m5|}}}|{{Locationmarker|{{{m5}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m6|}}}|{{Locationmarker|{{{m6}}}|{{{width|300}}}}}}} | + | {{#if:{{{m6|}}}|{{Locationmarker|{{{m6}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m7|}}}|{{Locationmarker|{{{m7}}}|{{{width|300}}}}}}} | + | {{#if:{{{m7|}}}|{{Locationmarker|{{{m7}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m8|}}}|{{Locationmarker|{{{m8}}}|{{{width|300}}}}}}} | + | {{#if:{{{m8|}}}|{{Locationmarker|{{{m8}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m9|}}}|{{Locationmarker|{{{m9}}}|{{{width|300}}}}}}} | + | {{#if:{{{m9|}}}|{{Locationmarker|{{{m9}}}|width={{{width|300}}}}}}} |
| − | {{#if:{{{m10|}}}|{{Locationmarker|{{{m10}}}|{{{width|300}}}}}}} | + | {{#if:{{{m10|}}}|{{Locationmarker|{{{m10}}}|width={{{width|300}}}}}}} |
<!-- label --> | <!-- label --> | ||
<!-- label --> | <!-- label --> | ||
Revision as of 21:12, 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
|m5=0.7/0.7
|m6=0.6/0.6
|m7=0.4/0.4
|m8=0.3/0.3
|m9=0.3/0.31
|m10=0.2/0.2
}}