モジュール:Location map/data/Argentina/doc


アルゼンチン 位置図
名称 アルゼンチン
境界の経緯
-21
-76.5 ←↕→ -52.5
-56.5
地図の中心 南緯38度45分 西経64度30分 / 南緯38.75度 西経64.5度 / -38.75; -64.5
画像 Argentina location map.svg
画像1 Relief Map of Argentina.jpg
Map of Argentina

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

使用法

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

地図パラメータ

  • name = アルゼンチン
    モジュール名は地図説明文の既定値になります
  • bottom = -56.5
    地図最南端の緯度を十進角で表記します。
  • left = -76.5
    地図最西端の経度を十進角で表記します。
  • right = -52.5
    地図最東端の経度を十進角で表記します。

代替地図

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

精度

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

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

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

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

Location map, using default map (image)

Buenos Airesの位置(アルゼンチン内)
Buenos Aires
Buenos Aires
Buenos Aires (アルゼンチン)
{{Location map | Argentina
| width   = 150
| lat_deg = -34.6
| lon_deg = -58.38
| label   = Buenos Aires
}}

Location map many, using relief map (image1)

Location map/data/Argentina/docの位置(アルゼンチン内)
Buenos Aires
Buenos Aires
San Miguel de Tucumán
San Miguel de Tucumán
Two locations in Argentina
{{Location map many | Argentina
| relief   = yes
| width    = 150
| caption  = Two locations in Argentina
| lat1_deg = -34.6
| lon1_deg = -58.38
| label    = Buenos Aires
| lat2_deg = -26.82
| lon2_deg = -65.22
| label2   = San Miguel de Tucumán
}}

Location map+, using AlternativeMap

Location map/data/Argentina/docの位置(アルゼンチン内)
Buenos Aires
Buenos Aires
San Miguel de Tucumán
San Miguel de Tucumán
Two locations in Argentina
{{Location map+ | Argentina
| AlternativeMap = Relief Map of Argentina.jpg
| width   = 150
| caption = Two locations in Argentina
| places  =
  {{Location map~ | Argentina
  | lat_deg = -34.60
  | lon_deg = -58.38
  | label   = Buenos Aires
  }}
  {{Location map~ | Argentina
  | lat_deg = -26.82
  | lon_deg = -65.22
  | label   = San Miguel de Tucumán
  }}
}}

関連項目

Location mapテンプレート