مۆدیوول:Location map/data/Canada

لە ئینسایکڵۆپیدیای ئازادی ویکیپیدیاوە
بەڵگەدارکردنی مۆدیوول[ببینە] [دەستکاری بکە] [مێژوو] [پاکسازی]
Location map of کەنەدا
name کەنەدا
x (0.43865313653137 + (1 - ($1- 63.31) * (0.034717103369757 + 0.000003525145 * ($1- 63.31) * ($1- 63.31))) * ($2+ 94.94) * ( 0.0089116793548638 - 0.000000361163 * ($2 + 94.94) * ($2 + 94.94))) * 100
y (-0.14714022140221 + (1 - ($1- 63.31) * (0.034717103369757 + 0.000003525145 * ($1 - 63.31) * ($1 - 63.31))) * ( 0.57149446494465 - 0.000069482763 * ($2 + 94.94) * ($2 + 94.94))) * 100 * 1.17826087
image Canada location map.svg
image1 Relief map of Canada.png
Map of Canada

مۆدیوول:Location map/data/Canada is a location map definition used to overlay markers and labels on an equirectangular projection map of کەنەدا. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.

بەکارھێنان

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

پێناسەکردنی نەخشە

  • name = کەنەدا
    Name used in the default map caption
  • image = Canada location map.svg
    The default map image, without "Image:" or "File:"
  • image1 = Relief map of Canada.png
    An alternative map image, usually a relief map, which can be displayed via the relief or AlternativeMap parameters
  • x = (0.43865313653137 + (1 - ($1- 63.31) * (0.034717103369757 + 0.000003525145 * ($1- 63.31) * ($1- 63.31))) * ($2+ 94.94) * ( 0.0089116793548638 - 0.000000361163 * ($2 + 94.94) * ($2 + 94.94))) * 100
    An expression to calculate a location on the map via its longitude; evaluates as 0 along the left edge and 100 along the right edge
  • y = (-0.14714022140221 + (1 - ($1- 63.31) * (0.034717103369757 + 0.000003525145 * ($1 - 63.31) * ($1 - 63.31))) * ( 0.57149446494465 - 0.000069482763 * ($2 + 94.94) * ($2 + 94.94))) * 100 * 1.17826087
    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

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

نموونەکانی بەکارھێنانی داڕێژەکانی Location map

Location map, using default map (image)

Ottawa is located in کەنەدا
Ottawa
Ottawa
Ottawa (کەنەدا)
{{Location map | Canada
| width   = 250
| lat_deg = 45.42
| lon_deg = -75.7
| label   = Ottawa
}}

Location map many, using relief map (image1)

Location map/data/Canada is located in کەنەدا
Ottawa
Ottawa
Vancouver
Vancouver
Two locations in Canada
{{Location map many | Canada
| relief   = yes
| width    = 250
| caption  = Two locations in Canada
| lat1_deg = 45.42
| lon1_deg = -75.7
| label1   = Ottawa
| lat2_deg = 49.25
| lon2_deg = -123.1
| label2   = Vancouver
}}

Location map+, using AlternativeMap

Location map/data/Canada is located in کەنەدا
Ottawa
Ottawa
Vancouver
Vancouver
Two locations in Canada
{{Location map+ | Canada
| AlternativeMap = Relief map of Canada.png
| width   = 250
| caption = Two locations in Canada
| places  =
  {{Location map~ | Canada
  | lat_deg = 45.42
  | lon_deg = -75.7
  | label   = Ottawa
  }}
  {{Location map~ | Canada
  | lat_deg = 49.25
  | lon_deg = -123.1
  | label   = Vancouver
  }}
}}

ئەمانەش ببینە

Location map templates

Creating new map definitions

return {
	name = 'کەنەدا',
	x='(0.43865313653137 + (1 - ($1- 63.31) * (0.034717103369757 + 0.000003525145 * ($1- 63.31) * ($1- 63.31))) * ($2+ 94.94) * ( 0.0089116793548638 - 0.000000361163 * ($2 + 94.94) * ($2 + 94.94))) * 100',
	y='(-0.14714022140221 + (1 - ($1- 63.31) * (0.034717103369757 + 0.000003525145 * ($1 - 63.31) * ($1 - 63.31))) * ( 0.57149446494465 - 0.000069482763 * ($2 + 94.94) * ($2 + 94.94))) * 100 * 1.17826087',
	image = 'Canada location map.svg',
	image1 = 'Relief map of Canada.png'
}