Difference between revisions of "Template:Test/Map"

From Wikispooks
Jump to navigation Jump to search
(create page)
 
m (t)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>'''This template is for placing a GoogleMaps map and caption in a right-floating box.'''<br/>  
 
<noinclude>'''This template is for placing a GoogleMaps map and caption in a right-floating box.'''<br/>  
The caption text will wrap within the box border and the borders will expand to accommodate whatever width & height are specified for the map  
+
The caption text will wrap within the box border and the borders will expand to accommodate whatever width & height are specified for the map margin
 
 
 
'''Usage:'''<br/>
 
'''Usage:'''<br/>
 
<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|lines}}= optional lines. start coordinates1:next/end coordinates~label~text~color~opacity~weight; repeat for more lines</br>
 
|{{t|width}}= Optional. map width - whole number only - ie no 'px' (default 400)<br/>
 
|{{t|width}}= Optional. map width - whole number only - ie no 'px' (default 400)<br/>
 
|{{t|height}}= Optional. map height - whole number only - ie no 'px' (default 340)<br/>
 
|{{t|height}}= Optional. map height - whole number only - ie 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|align}}= optional. Horizontal float (right or left) defaults to right<br/>
+
|{{t|align}}= optional horizontal float. default is right. Use only to change to left<br/>
|{{t|zoom}}= Optional. whole number, 1 - 13<br/>
+
|{{t|zoom}}= Optional. whole number, 1 - 16<br/>
 
|{{t|type}}= Optional. roadmap, satellite, hybrid or terrain<br/>  
 
|{{t|type}}= Optional. roadmap, satellite, hybrid or terrain<br/>  
 
<nowiki>}}</nowiki>
 
<nowiki>}}</nowiki>
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{| class="wikitable" width="25%" {| class="wikitable" width="25%" {{#if:{{{align|}}}|style="float:{{{align|}}}"|style="float:right" }}; margin: 1.0em 0.0em 0.8em 1.0em;"; margin: 1.0em 0.0em 0.8em 1.0em;"
+
{| class="wikitable" style="float:{{#ifeq:{{{align|}}}|left|left; margin:1.0em 1.0em 0.8em 0.0em|right; margin: 1.0em 0.0em 0.8em 1.0em;}}"
 
|-
 
|-
|{{#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|}}} }} {{{lines|}}} }}
 
|-
 
|-
|style="text-align:center; padding: 0.5em;" |{{#if:{{{caption|}}}|{{{caption|}}}<br/>}}
+
|style="text-align:center; padding: 0.5em;" |{{#if:{{{caption|}}}|{{{caption|}}}}}
<small>''Use controls or mouse to pan & resize. Click flags for more information''</small>
 
 
|}</includeonly>
 
|}</includeonly>

Latest revision as of 17:16, 18 November 2015

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 margin Usage:
{{Test/Map
|coordinates= Mandatory. coordinate1,2~marker title~marker text; repeat for more markers
|lines= optional lines. start coordinates1:next/end coordinates~label~text~color~opacity~weight; repeat for more lines
|width= Optional. map width - whole number only - ie no 'px' (default 400)
|height= Optional. map height - whole number only - ie no 'px' (default 340)
|caption= Optional. map caption - standard wikitext including links
|align= optional horizontal float. default is right. Use only to change to left
|zoom= Optional. whole number, 1 - 16
|type= Optional. roadmap, satellite, hybrid or terrain
}}