モジュール:Location map/data/Western Australia
表示
名称 | 西オーストラリア州 | |||
---|---|---|---|---|
境界の経緯 | ||||
-13.2 | ||||
112.5 | ←↕→ | 129.5 | ||
-35.5 | ||||
地図の中心 | 南緯24度21分 東経121度00分 / 南緯24.35度 東経121度 | |||
画像 | Australia Western Australia location map.svg
| |||
画像1 | Australia Western Australia relief location map.png
| |||
画像2 | Australia Western Australia location map blank.svg
| |||
モジュール:Location map/data/Western Australiaは西オーストラリア州の正距円筒図法地図でオーバーレイのマーカー・ラベルを表示するのに使用する地点図のLuaモジュールです。マーカーは既定値の地図や同じような地図画像において緯度と経度の座標に基いて置かれます。
使用法
次のテンプレートで"Western Australia"というパラメータを使用します:
{{Location map | Western Australia | ...}}
{{Location map many | Western Australia | ...}}
{{Location map+ | Western Australia | ...}}
{{Location map~ | Western Australia | ...}}
地図パラメータ
name = 西オーストラリア州
- モジュール名は地図説明文の既定値になります
image = Australia Western Australia location map.svg
- 既定値の地図画像で"Image:"や"File:"は指定しません。
image1 = Australia Western Australia relief location map.png
- 代替地図画像で、通常は地形図をreliefかAlternativeMapというパラメータで指定して表示します。
image2 = Australia Western Australia location map blank.svg
- 2番目の代替地図画像でAlternativeMapというパラメータでしか表示できません。
top = -13.2
bottom = -35.5
- 地図最南端の緯度を十進角で表記します。
left = 112.5
- 地図最西端の経度を十進角で表記します。
right = 129.5
- 地図最東端の経度を十進角で表記します。
代替地図
image1 (Australia Western Australia relief location map.png
)で定義された地図は{{Location map}}、{{Location map many}}、{{Location map+}}といったテンプレートの「relief」か「AlternativeMap」のパラメータを使って表示できます。
image2 (Australia Western Australia location map blank.svg
)で定義された地図は「AlternativeMap」というパラメータのみでしか表示できません。これら2つのパラメータは以下の使用例で示しています。さらなる使用例は次のテンプレートにあります。:
精度
経度: この地図は西から東まで17度です。
- 画像の幅が200ピクセルの場合は1ピクセルにつき0.085度です。
- 画像の幅が1000ピクセルの場合は1ピクセルにつき0.017度です。
緯度: この地図は北から南まで22.3度です。
- 画像の縦の長さが200ピクセルの場合は1ピクセルにつき0.1115度です。
- 画像の縦の長さが1000ピクセルの場合は1ピクセルにつき0.0223度です。== Location mapテンプレート使用例 ==
Location map, using default map (image)
{{Location map | Australia Western Australia | width = 200 | label = Perth | lat_deg = 31 | lat_min = 57 | lat_sec = 08 | lat_dir = S | lon_deg = 115 | lon_min = 51 | lon_sec = 32 | lon_dir = E }}
Location map many, using relief map (image1)
{{Location map many | Australia Western Australia | relief = yes | width = 200 | caption = Locations in Western Australia | lat1 = -14.29 | long1 = 126.64 | label1 = Kalumburu | lat2 = -35.02 | long2 = 117.88 | label2 = Albany | lat3 = -24.87 | long3 = 113.66 | label3 = Carnarvon | lat4 = -31.67 | long4 = 128.88 | label4 = Eucla }}
Location map+, using AlternativeMap
{{Location map+ | Australia Western Australia | AlternativeMap=Australia Western Australia location map blank.svg | width = 200 | caption = Locations in Western Australia | places = {{Location map~ | Australia Western Australia | lat = -14.29 | long = 126.64 | label = Kalumburu }} {{Location map~ | Australia Western Australia | lat = -35.02 | long = 117.88 | label = Albany }} {{Location map~ | Australia Western Australia | lat = -24.87 | long = 113.66 | label = Carnarvon }} {{Location map~ | Australia Western Australia | lat = -31.67 | long = 128.88 | label = Eucla }} }}
関連項目
Location mapテンプレート
- Template:Location map - 緯度と経度を使って1つのマークとラベルを表示します。
- Template:Location map many - 9つまでのマークとラベルを表示します。
- Template:Location map+ - 無制限にマークとラベルを表示できます。