Difference between revisions of "Template:Map"
Jump to navigation
Jump to search
m (default height and width) |
m (width and height) |
||
Line 5: | Line 5: | ||
<nowiki>{{</nowiki>{{t|{{PAGENAME}}}}<br/> | <nowiki>{{</nowiki>{{t|{{PAGENAME}}}}<br/> | ||
|{{t|coordinates}}= Mandatory. coordinate1,2~marker title~marker text; repeat for more markers<br/> | |{{t|coordinates}}= Mandatory. coordinate1,2~marker title~marker text; repeat for more markers<br/> | ||
− | |{{t|width}}= Optional. map width - whole number only - no'px' (default | + | |{{t|width}}= Optional. map width - whole number only - no'px' (default 400)<br/> |
− | |{{t|height}}= Optional. map height - whole number only - no'px' (default | + | |{{t|height}}= Optional. map height - whole number only - no'px' (default 340)<br/> |
|{{t|caption}}= Optional. map caption - standard wikitext including links<br/> | |{{t|caption}}= Optional. map caption - standard wikitext including links<br/> | ||
|{{t|zoom}}= Optional. whole number, 1 - 13<br/> | |{{t|zoom}}= Optional. whole number, 1 - 13<br/> | ||
Line 14: | Line 14: | ||
{| class="wikitable" width="20%" style="float:right; margin: 1.0em 0.0em 0.8em 1.0em;" | {| class="wikitable" width="20%" style="float:right; margin: 1.0em 0.0em 0.8em 1.0em;" | ||
|- | |- | ||
− | |{{#Display_map:{{{coordinates|}}}|{{#if:{{{width|}}}|width={{{width|}}}px}}|width= | + | |{{#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|}}} }} }} |
|- | |- | ||
|style="text-align:center; padding: 0.5em;" |{{{caption|}}}<br/> | |style="text-align:center; padding: 0.5em;" |{{{caption|}}}<br/> | ||
<small>''Use controls or mouse to pan & resize. Click flags for more information''</small> | <small>''Use controls or mouse to pan & resize. Click flags for more information''</small> | ||
|} | |} |
Revision as of 17:57, 7 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
}}