Template:Multimap

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:38, 17 October 2024 (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: {{{width|300px}}}; margin: 10px;">{{#if:{{{title1|}}}|<div style="text-align:center; font-weight: bold; max-width: {{{width|300px}}};">{{{title1}}}</div>}}{{{map1}}}</div><!-- -->{{#if:{{{map2|}}}|<div style="min-width: {{{width|300px}}}; margin: 10px;">{{#if:{{{title2|}}}|<div style="text-align:center; fo..."). 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
Ardougne North Bank