Difference between revisions of "Module:Location map/data/USA/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Zyxw
(temporarily removing interwikis which are currently in the main template, see User talk:Obersachse#Location maps)
blackwiki>Zyxw
(add example using Template:Location map many)
Line 3: Line 3:
  
 
== Usage ==
 
== Usage ==
See [[Template:Location map]]
+
See {{tl|Location map}} for details concerning usage.
  
 
== Example ==
 
== Example ==
 +
=== Location map ===
 
{{Location map | USA
 
{{Location map | USA
| width = 200
+
| width = 250
| lat = 38.895
+
| lat   = 38.895
| long = -77.037
+
| long = -77.037
 
| label = Washington, D.C.
 
| label = Washington, D.C.
 
}}
 
}}
 
<pre style="width:30em">
 
<pre style="width:30em">
 
{{Location map | USA
 
{{Location map | USA
| width = 200
+
| width = 250
| lat = 38.895
+
| lat   = 38.895
| long = -77.037
+
| long = -77.037
 
| label = Washington, D.C.
 
| label = Washington, D.C.
 +
}}
 +
</pre>
 +
{{clear}}
 +
 +
=== Location map many ===
 +
{{Location map many | USA
 +
| caption = Two locations in the USA
 +
| width  = 250
 +
| lat    = 38.89
 +
| long    = -77.04
 +
| label  = Washington, D.C.
 +
| lat2    = 47.61
 +
| long2  = -122.33
 +
| label2  = Seattle
 +
}}
 +
<pre style="width:30em">
 +
{{Location map many | USA
 +
| caption = Two locations in the USA
 +
| width  = 250
 +
| lat    = 38.89
 +
| long    = -77.04
 +
| label  = Washington, D.C.
 +
| lat2    = 47.61
 +
| long2  = -122.33
 +
| label2  = Seattle
 
}}
 
}}
 
</pre>
 
</pre>
Line 23: Line 49:
  
 
== See also ==
 
== See also ==
 +
* [[Template:Location map many]]
 
* [[Template:Location map USA2]]
 
* [[Template:Location map USA2]]
 
* [[Template:Location map USA relief]]
 
* [[Template:Location map USA relief]]

Revision as of 17:24, 6 August 2011

Usage

See {{Location map}} for details concerning usage.

Example

Location map

Washington, D.C. (the United States)
{{Location map | USA
| width = 250
| lat   = 38.895
| long  = -77.037
| label = Washington, D.C.
}}

Location map many

{{Location map many | USA
| caption = Two locations in the USA
| width   = 250
| lat     = 38.89
| long    = -77.04
| label   = Washington, D.C.
| lat2    = 47.61
| long2   = -122.33
| label2  = Seattle
}}

See also