Template:Multimap

From Illerai

This is the current revision of this page, as edited by imported>Elaine at 07:47, 4 January 2021 (Created page with "<includeonly><div style="display: flex; flex-flow: row wrap; justify-content: {{{align|center}}}; align-items: flex-end; margin: -10px;"><!-- --><div style="min-width: {{{widt..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>