Difference between revisions of "Template:Map"
Jump to navigation
Jump to search
m |
m (style right instead of float) |
||
Line 12: | Line 12: | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | {| class="wikitable" width="25%" style=" | + | {| class="wikitable" width="25%" style="margin-left: auto; margin-right: 0px;" |
|- | |- | ||
|{{#Display_map:{{{coordinates|}}}|{{#if:{{{width|}}}|width={{{width|}}}px|width=400px}}|{{#if:{{{height|}}}|height={{{height|}}}px|height=340px}}|{{#if:{{{zoom|}}}|zoom={{{zoom}}}}}|{{#if:{{{type|}}}|type={{{type|}}} }} }} | |{{#Display_map:{{{coordinates|}}}|{{#if:{{{width|}}}|width={{{width|}}}px|width=400px}}|{{#if:{{{height|}}}|height={{{height|}}}px|height=340px}}|{{#if:{{{zoom|}}}|zoom={{{zoom}}}}}|{{#if:{{{type|}}}|type={{{type|}}} }} }} |
Revision as of 06:03, 8 September 2014
This template is for placing a GoogleMaps map and caption in a right-floating box.
The caption text will wrap within the box border and the borders will expand to accommodate whatever width & height are specified for the map
Usage:
{{Map
|coordinates= Mandatory. coordinate1,2~marker title~marker text; repeat for more markers
|width= Optional. map width - whole number only - no'px' (default 400)
|height= Optional. map height - whole number only - no'px' (default 340)
|caption= Optional. map caption - standard wikitext including links
|zoom= Optional. whole number, 1 - 13
|type= Optional. roadmap, satellite, hybrid or terrain
}}