Difference between revisions of "Module:Location map/data/USA Florida Volusia County/doc"
Jump to navigation
Jump to search
blackwiki>JustAGal (disambig) |
blackwiki>Frietjes |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | <!-- PLEASE ADD CATEGORIES | + | <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> |
| − | |||
==Usage== | ==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). | 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 11: | Line 10: | ||
==Examples== | ==Examples== | ||
{{Location map | {{Location map | ||
| − | | Volusia County | + | | USA Florida Volusia County |
| label=Daytona | position=top | | label=Daytona | position=top | ||
| label_size=90 <!-- percent 0-900% --> | | label_size=90 <!-- percent 0-900% --> | ||
| Line 23: | Line 22: | ||
<code> | <code> | ||
:<nowiki>{{Location map</nowiki> | :<nowiki>{{Location map</nowiki> | ||
| − | :<nowiki>| Volusia County</nowiki> | + | :<nowiki>| USA Florida Volusia County</nowiki> |
:<nowiki>| label=Daytona | position=top</nowiki> | :<nowiki>| label=Daytona | position=top</nowiki> | ||
:<nowiki>| label_size=90 <--percent 0-900%</nowiki> | :<nowiki>| label_size=90 <--percent 0-900%</nowiki> | ||
| Line 37: | Line 36: | ||
<!-- ------------------------- Showing DeLand --> | <!-- ------------------------- Showing DeLand --> | ||
{{Location map | {{Location map | ||
| − | | Volusia County | + | | USA Florida Volusia County |
| label=DeLand | position=left | | label=DeLand | position=left | ||
| label_size=90 <!-- percent 0-900% --> | | label_size=90 <!-- percent 0-900% --> | ||
| Line 51: | Line 50: | ||
<code> | <code> | ||
:<nowiki>{{Location map</nowiki> | :<nowiki>{{Location map</nowiki> | ||
| − | :<nowiki>| Volusia County</nowiki> | + | :<nowiki>| USA Florida Volusia County</nowiki> |
:<nowiki>| label=DeLand | position=left</nowiki> | :<nowiki>| label=DeLand | position=left</nowiki> | ||
:<nowiki>| label_size=90 <--percent 0-900%--></nowiki> | :<nowiki>| label_size=90 <--percent 0-900%--></nowiki> | ||
| Line 67: | Line 66: | ||
<!-- ------------------------- Showing Edgewater --> | <!-- ------------------------- Showing Edgewater --> | ||
{{Location map | {{Location map | ||
| − | | Volusia County | + | | USA Florida Volusia County |
| label=Edgewater | position=bottom | | label=Edgewater | position=bottom | ||
| label_size=90 <!-- percent 0-900% --> | | label_size=90 <!-- percent 0-900% --> | ||
| Line 81: | Line 80: | ||
<code> | <code> | ||
:<nowiki>{{Location map</nowiki> | :<nowiki>{{Location map</nowiki> | ||
| − | :<nowiki>| Volusia County</nowiki> | + | :<nowiki>| USA Florida Volusia County</nowiki> |
:<nowiki>| label=Edgewater | position=bottom</nowiki> | :<nowiki>| label=Edgewater | position=bottom</nowiki> | ||
:<nowiki>| label_size=90 <--percent 0-900%</nowiki> | :<nowiki>| label_size=90 <--percent 0-900%</nowiki> | ||
| Line 95: | Line 94: | ||
==See also== | ==See also== | ||
| − | * [[ | + | * [[Module:Location map/data/USA Florida]] |
<includeonly> | <includeonly> | ||
| − | + | <!-- CATEGORIES HERE, THANKS --> | |
| − | <!-- CATEGORIES | ||
[[Category:United States location map templates|Florida Volusia County]] | [[Category:United States location map templates|Florida Volusia County]] | ||
| − | |||
</includeonly> | </includeonly> | ||
Revision as of 13:58, 3 March 2018
| 40px | This is a documentation subpage for Module:Location map/data/USA Florida Volusia County. It contains usage information, categories and other content that is not part of the original module 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).
This template is used by the parent "Template:Location map" which must be invoked with parameter "Volusia County" to process the options before it uses this template. Specify each of the individual parameters by using vertical bars: {{Location map | Volusia County | ...}}.
- See: {{Location map}} for description of parameters, or Examples below.
Examples
Show "Daytona" on map
Example labeling "Daytona":
- {{Location map
- | USA Florida Volusia County
- | label=Daytona | position=top
- | label_size=90 <--percent 0-900%
- | caption=Show "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 <!--DON'T add "px"-->
}}
Example for orange "DeLand" at left:
- {{Location map
- | USA Florida 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 <!--DON'T add "px"-->
- | AlternativeMap=<!-- none (default)-->
- }}
Example for green "Edgewater" at bottom:
- {{Location map
- | USA Florida 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 <!--DON'T add "px"-->
- | AlternativeMap=<!-- none (default)-->
- }}