Template:Multimap

From Illerai
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Multimap/doc. [edit] [history] [purge]

Used to add group multiple maps, optionally with titles. Titles are optional and all maps should be aligned center.

Usage

{{Multimap
|width = A custom width (for each map) in format #px, default is 300px
|align = Align maps to the left/center/right on the page, default is center
|title1 = Title for the first map
|map1 = {{Map}}
|map2 = {{Map}}
|title3 = Another title
|map3 = {{Map}}
}}

Example

{{Multimap
|title1 = Ardougne General Store
|map1 = {{Map|x=2615|y=3293|mtype=pin}}
|title2 = Ardougne North Bank
|map2 = {{Map|x=2618|y=3332|mtype=pin}}
}}
Ardougne General Store
<mapframe group="pins" align="center" frameless="" plane="0" width="300" y="3295" x="2615" height="300" zoom="2" mapID="0"> {"features":[{"type":"Feature","geometry":{"coordinates":[2615.5,3293.5],"type":"Point"},"properties":{"mapID":0,"providerID":0,"group":"pins","description":"

X/Y: 2615,3293

","plane":0,"icon":"greenPin"}}],"type":"FeatureCollection"} </mapframe>
Ardougne North Bank
<mapframe group="pins" align="center" frameless="" plane="0" width="300" y="3334" x="2618" height="300" zoom="2" mapID="0"> {"features":[{"type":"Feature","geometry":{"coordinates":[2618.5,3332.5],"type":"Point"},"properties":{"mapID":0,"providerID":0,"group":"pins","description":"

X/Y: 2618,3332

","plane":0,"icon":"greenPin"}}],"type":"FeatureCollection"} </mapframe>