Module:Location map/data/USA Florida Volusia County/doc: Difference between revisions

Content deleted Content added
No edit summary
tidied up
Line 2:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
== Usage ==
This is a map locator for the Volusia County, Florida map, allowing a specified marker-image (parameter "mark=") of set size (defaults "marksize=8") plus an optional name-label to be placed by latitude and longitude coordinates on the default map (or a given image).
 
Line 9:
: See: {{tl|Location map}} for description of parameters, or Examples below.
 
== Examples ==
{{Location map
| Volusia County
| label = Daytona | position = top
| label_size = 90 <!-- percent 0-900% -->
| caption = Show "[[Daytona Beach, Florida|Daytona]]" on map
| lat_deg = 29 | lat_min=12 | lat_dir=N
| lon_deg = -81 | lon_min= -02 | lon_dir=W
| background = #FFFF99
| float = right | width = 260
}}
Example labeling "[[Daytona Beach, Florida|Daytona]]":
Line 25:
:<nowiki>| Volusia County</nowiki>
:<nowiki>| label=Daytona | position=top</nowiki>
:<nowiki>| label_size = 90 <--percent 0-900%</nowiki>
:<nowiki>| caption = Show "Daytona" on map</nowiki>
:<nowiki>| lat_deg= 29</nowiki>&nbsp;<nowiki> | lat_min=12 | lat_dir=N</nowiki>
:<nowiki>| lon_deg= -81 | lon_min= -02 | lon_dir=W</nowiki>
:<nowiki>| background = #FFFF99</nowiki>
:<nowiki>| float = right</nowiki>
:<nowiki>| width = 260 <!--DON'T add "px"--></nowiki>
:<nowiki>}}</nowiki></code>
: Note that both lon_deg and lon_min are negative numbers.
{{clear}}
 
<!-- ------------------------- Showing DeLand -->
{{Location map
| Volusia County
| label = DeLand | position=left
| label_size = 90 <!-- percent 0-900% -->
| caption = Show "DeLand" on map
| lat_deg= 29 | lat_min=01 | lat_dir=N
| lon_deg=-81 | lon_min= -18 | lon_dir=W
| background = <!--orange-->#FFCC66
| float = right
| width = 260
| AlternativeMap = <!-- none (use default map) -->
}}
Example for orange "[[DeLand]]" at left:
<code>
:<nowiki>{{Location map</nowiki>
:<nowiki>| Volusia County</nowiki>
:<nowiki>| label=DeLand | position=left</nowiki>
:<nowiki>| label_size = 90 <--percent 0-900%--></nowiki>
:<nowiki>| caption = Show "DeLand" on map</nowiki>
:<nowiki>| lat_deg= 29 | lat_min=01 | lat_dir=N</nowiki>
:<nowiki>| lon_deg=-81 | lon_min= -18 | lon_dir=W</nowiki>
:<nowiki>| background = <!--orange-->#FFCC66</nowiki>
:<nowiki>| float = right</nowiki>
:<nowiki>| width = 260 <!--DON'T add "px"--></nowiki>
:<nowiki>| AlternativeMap = <!-- none (default)--></nowiki>
:<nowiki>}}</nowiki>
</code>
{{clear}}
 
<!-- ------------------------- Showing Edgewater -->
{{Location map
| Volusia County
| label = Edgewater | position=bottom
| label_size = 90 <!-- percent 0-900% -->
| caption = Show "Edgewater" on map
| lat_deg= 28 | lat_min=57 | lat_dir=N
| lon_deg=-80 | lon_min= -54 | lon_dir=W
| background = <!--green-->#33DD44
| float = right
| width = 260
| AlternativeMap = <!-- none (use default map) -->
}}
Example for green "[[Edgewater]]" at bottom:
<code>
:<nowiki>{{Location map</nowiki>
:<nowiki>| Volusia County</nowiki>
:<nowiki>| label=Edgewater | position=bottom</nowiki>
:<nowiki>| label_size = 90 <--percent 0-900%</nowiki>
:<nowiki>| caption = Show "Edgewater" on map</nowiki>
:<nowiki>| lat_deg= 28 | lat_min=57 | lat_dir=N</nowiki>
:<nowiki>| lon_deg=-80 | lon_min= -54 | lon_dir=W</nowiki>
:<nowiki>| background = <!--green-->#33DD44</nowiki>
:<nowiki>| float = right</nowiki>
:<nowiki>| width = 260 <!--DON'T add "px"--></nowiki>
:<nowiki>| AlternativeMap = <!-- none (default)--></nowiki>
:<nowiki>}}</nowiki>
</code>
 
== See also ==
* [[Template:Location map USA Florida]]
<includeonly>