モジュール:Location map/data/Turkmenistan

モジュールの解説[表示] [編集] [履歴] [キャッシュを破棄]
トルクメニスタン 位置図
名称 トルクメニスタン
境界の経緯
43.2
52 ←↕→ 67.2
34.9
地図の中心 北緯39度03分 東経59度36分 / 北緯39.05度 東経59.6度 / 39.05; 59.6
画像 Turkmenistan adm location map.svg
画像1 Relief Map of Turkmenistan.png
Map of Turkmenistan

モジュール:Location map/data/Turkmenistanトルクメニスタン正距円筒図法地図でオーバーレイのマーカー・ラベルを表示するのに使用する地点図のLuaモジュールです。マーカーは既定値の地図や同じような地図画像において緯度経度の座標に基いて置かれます。

使用法

次のテンプレートで"Turkmenistan"というパラメータを使用します:

地図パラメータ

  • name = トルクメニスタン
    モジュール名は地図説明文の既定値になります
  • bottom = 34.9
    地図最南端の緯度を十進角で表記します。
  • left = 52
    地図最西端の経度を十進角で表記します。
  • right = 67.2
    地図最東端の経度を十進角で表記します。

代替地図

image1 (Relief Map of Turkmenistan.png)で定義された地図は{{Location map}}、{{Location map many}}、{{Location map+}}といったテンプレートの「relief」か「AlternativeMap」のパラメータを使って表示できます。 これら2つのパラメータは以下の使用例で示しています。さらなる使用例は次のテンプレートにあります。:

精度

経度: この地図は西から東まで15.2度です。

  • 画像の幅が200ピクセルの場合は1ピクセルにつき0.076度です。
  • 画像の幅が1000ピクセルの場合は1ピクセルにつき0.0152度です。

緯度: この地図は北から南まで8.3度です。

  • 画像の縦の長さが200ピクセルの場合は1ピクセルにつき0.0415度です。
  • 画像の縦の長さが1000ピクセルの場合は1ピクセルにつき0.0083度です。== Location mapテンプレート使用例 ==

Location map, using default map (image)

Ashgabatの位置(トルクメニスタン内)
Ashgabat
Ashgabat
Ashgabat (トルクメニスタン)
{{Location map | Turkmenistan
| width   = 250
| lat_deg = 37.933
| lon_deg = 58.367
| label   = Ashgabat
}}

Location map many, using relief map (image1)

Location map/data/Turkmenistanの位置(トルクメニスタン内)
Ashgabat
Ashgabat
Turkmenbaşy
Turkmenbaşy
Two locations in Turkmenistan
{{Location map many | Turkmenistan
| relief   = yes
| width    = 250
| caption  = Two locations in Turkmenistan
| lat1_deg = 37.933
| lon1_deg = 58.367
| label1   = Ashgabat
| lat2_deg = 40.017
| lon2_deg = 52.967
| label2   = Turkmenbaşy
}}

Location map+, using AlternativeMap

Location map/data/Turkmenistanの位置(トルクメニスタン内)
Ashgabat
Ashgabat
Turkmenbaşy
Turkmenbaşy
Two locations in Turkmenistan
{{Location map+ | Turkmenistan
| AlternativeMap = Relief Map of Turkmenistan.png
| width   = 250
| caption = Two locations in Turkmenistan
| places  =
  {{Location map~ | Turkmenistan
  | lat_deg = 37.933
  | lon_deg = 58.367
  | label   = Ashgabat
  }}
  {{Location map~ | Turkmenistan
  | lat_deg = 40.017
  | lon_deg = 52.967
  | label   = Turkmenbaşy
  }}
}}

関連項目

Location mapテンプレート

return {
	name = 'トルクメニスタン',
	top = 43.2,
	bottom = 34.9,
	left = 52.0,
	right = 67.2,
	image = 'Turkmenistan adm location map.svg',
	image1 = 'Relief Map of Turkmenistan.png'
}