Jump to content

Module:Location map/data/Syria/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
update documentation and example
Line 3: Line 3:
[[File:Syria-CIA WFB Map.png|thumb|300px|Map of Syria]]
[[File:Syria-CIA WFB Map.png|thumb|300px|Map of Syria]]


'''Template:Location map Syria''' is a location map definition used to overlay markers and labels on an [[equirectangular projection]] map of [[Syria]]. The markers are placed by [[latitude]] and [[longitude]] coordinates on the default map or a similar map image.
'''Template:Location map Syria''' is a location map definition used to overlay markers and labels on an [[equirectangular projection]] map of [[Syria]]. The markers are placed by [[latitude]] and [[longitude]] coordinates on the default map or a similar map image.


== Usage ==
== Usage ==
Line 26: Line 26:
* <tt>'''image2''' = [[:File:{{{{BASEPAGENAME}}|image2}}|{{{{BASEPAGENAME}}|image2}}]]</tt>
* <tt>'''image2''' = [[:File:{{{{BASEPAGENAME}}|image2}}|{{{{BASEPAGENAME}}|image2}}]]</tt>
*: A second alternative map image, can be displayed via the ''AlternativeMap'' parameter only
*: A second alternative map image, can be displayed via the ''AlternativeMap'' parameter only
}}{{#if:{{{{BASEPAGENAME}}|mark}}|

* <tt>'''mark''' = [[:File:{{{{BASEPAGENAME}}|mark}}]] ( [[File:{{{{BASEPAGENAME}}|mark}}|8px]] )</tt>
*: A location marker image to be used for this map, in place of the default image <tt>[[:File:Red pog.svg]] ( [[File:Red pog.svg|8px]] )</tt>
}}{{#if:{{{{BASEPAGENAME}}|top}}{{{{BASEPAGENAME}}|bottom}}{{{{BASEPAGENAME}}|left}}{{{{BASEPAGENAME}}|right}}|
}}{{#if:{{{{BASEPAGENAME}}|top}}{{{{BASEPAGENAME}}|bottom}}{{{{BASEPAGENAME}}|left}}{{{{BASEPAGENAME}}|right}}|


Line 50: Line 46:
* <tt>'''y''' = {{{{BASEPAGENAME}}|y}}</tt>
* <tt>'''y''' = {{{{BASEPAGENAME}}|y}}</tt>
*: An expression to calculate a location on the map via its [[latitude]]; evaluates as 0 along the top edge and 100 along the bottom edge
*: An expression to calculate a location on the map via its [[latitude]]; evaluates as 0 along the top edge and 100 along the bottom edge
}}{{#if:{{{{BASEPAGENAME}}|mark}}|

* <tt>'''mark''' = [[:File:{{{{BASEPAGENAME}}|mark}}|{{{{BASEPAGENAME}}|mark}}]] ([[File:{{{{BASEPAGENAME}}|mark}}|{{{{BASEPAGENAME}}|mark}}|8px]])</tt>
*: The default mark image to display with this map. This can be overridden by the <code>mark</code> parameter in [[Template:Location map]], which would otherwise default to [[:File:Red pog.svg|Red pog.svg]] ([[File:Red pog.svg|8px]]).
}}{{#if:{{{{BASEPAGENAME}}|marksize}}|

* <tt>'''marksize''' = {{{{BASEPAGENAME}}|marksize}}</tt>
*: The default mark size (in [[pixel]]s) for the mark image displayed with this map (should not include <code>px</code>, for example <code>marksize={{{{BASEPAGENAME}}|marksize}}</code>, not <code>marksize={{{{BASEPAGENAME}}|marksize}}px</code>). This can be overridden by the <code>marksize</code> parameter in [[Template:Location map]], which would otherwise default to 8.
}}
}}
{{#if:{{{{BASEPAGENAME}}|image1}}|
{{#if:{{{{BASEPAGENAME}}|image1}}|
Line 86: Line 90:
| relief = yes
| relief = yes
| width = 250
| width = 250
| caption = Two locations in Syria
| caption = Three locations in Syria
| lat1_deg = 33.513
| lat1_deg = 33.513
| lon1_deg = 36.292
| lon1_deg = 36.292
Line 93: Line 97:
| lon2_deg = 37.167
| lon2_deg = 37.167
| label2 = Aleppo
| label2 = Aleppo
| lat3_deg = 37.167
| lon3_deg = 42.133
| label3 = Al-Malikiyah
}}
}}
<pre style="width:30em">
<pre style="width:30em">
Line 98: Line 105:
| relief = yes
| relief = yes
| width = 250
| width = 250
| caption = Two locations in Syria
| caption = Three locations in Syria
| lat1_deg = 33.513
| lat1_deg = 33.513
| lon1_deg = 36.292
| lon1_deg = 36.292
Line 105: Line 112:
| lon2_deg = 37.167
| lon2_deg = 37.167
| label2 = Aleppo
| label2 = Aleppo
| lat3_deg = 37.167
| lon3_deg = 42.133
| label3 = Al-Malikiyah
}}
}}
</pre>
</pre>
{{clear}}
{{clear}}


=== Location map+, using default map (image) ===
=== Location map+, using AlternativeMap ===
{{Location map+ | Syria
{{Location map+ | Syria
| AlternativeMap = Syria location map2.svg
| AlternativeMap = Syria physical location map.svg
| width = 250
| width = 250
| caption = Three locations in Syria
| caption = Three locations in Syria
Line 133: Line 143:
<pre style="width:35em">
<pre style="width:35em">
{{Location map+ | Syria
{{Location map+ | Syria
| AlternativeMap = Syria location map2.svg
| AlternativeMap = Syria physical location map.svg
| width = 250
| width = 250
| caption = Three locations in Syria
| caption = Three locations in Syria

Revision as of 21:25, 21 February 2013

Map of Syria

Template:Location map Syria is a location map definition used to overlay markers and labels on an equirectangular projection map of Syria. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.

Usage

These definitions are used by the following templates when invoked with parameter "Syria":

Map definition

Alternative map

The map defined as image1 (Template:Location map/data/Syria) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The map defined as image2 (Template:Location map/data/Syria) can only be displayed by using the AlternativeMap parameter. The use of these two parameters is shown in the examples below. Additional examples can be found at:

Examples using location map templates

Location map, using default map (image)

Damascus is located in Syria
Damascus
Damascus
Damascus (Syria)
{{Location map | Syria
| width   = 250
| lat_deg = 33.513
| lon_deg = 36.292
| label   = Damascus
}}

Location map many, using relief map (image1)

Location map/data/Syria/doc is located in Syria
Damascus
Damascus
Aleppo
Aleppo
Al-Malikiyah
Al-Malikiyah
Three locations in Syria
{{Location map many | Syria
| relief   = yes
| width    = 250
| caption  = Three locations in Syria
| lat1_deg = 33.513
| lon1_deg = 36.292
| label1   = Damascus
| lat2_deg = 36.217
| lon2_deg = 37.167
| label2   = Aleppo
| lat3_deg = 37.167
| lon3_deg = 42.133
| label3   = Al-Malikiyah
}}

Location map+, using AlternativeMap

Location map/data/Syria/doc is located in Syria
Damascus
Damascus
Aleppo
Aleppo
Al-Malikiyah
Al-Malikiyah
Three locations in Syria
{{Location map+ | Syria
| AlternativeMap = Syria physical location map.svg
| width   = 250
| caption = Three locations in Syria
| places  =
  {{Location map~ | Syria
  | lat_deg = 33.513
  | lon_deg = 36.292
  | label   = Damascus
  }}
  {{Location map~ | Syria
  | lat_deg = 36.217
  | lon_deg = 37.167
  | label   = Aleppo
  }}
  {{Location map~ | Syria
  | lat_deg = 37.167
  | lon_deg = 42.133
  | label   = Al-Malikiyah
  }}
}}

See also

Location map templates
Infobox templates incorporating (passing values to) the Location map template
List