モジュール:Location map/data/UK England
表示
名称 | イングランド | |||
---|---|---|---|---|
境界の経緯 | ||||
56 | ||||
-6.75 | ←↕→ | 2 | ||
49.75 | ||||
地図の中心 | 北緯52度52分30秒 西経2度22分30秒 / 北緯52.875度 西経2.375度 | |||
画像 | United Kingdom England adm location map.svg
| |||
画像1 | England relief location map.jpg
| |||
モジュール:Location map/data/UK Englandはイングランドの正距円筒図法地図でオーバーレイのマーカー・ラベルを表示するのに使用する地点図のLuaモジュールです。マーカーは既定値の地図や同じような地図画像において緯度と経度の座標に基いて置かれます。
使用法
次のテンプレートで"UK England"というパラメータを使用します:
{{Location map | UK England | ...}}
{{Location map many | UK England | ...}}
{{Location map+ | UK England | ...}}
{{Location map~ | UK England | ...}}
地図パラメータ
name = イングランド
- モジュール名は地図説明文の既定値になります
image = United Kingdom England adm location map.svg
- 既定値の地図画像で"Image:"や"File:"は指定しません。
image1 = England relief location map.jpg
- 代替地図画像で、通常は地形図をreliefかAlternativeMapというパラメータで指定して表示します。
top = 56
bottom = 49.75
- 地図最南端の緯度を十進角で表記します。
left = -6.75
- 地図最西端の経度を十進角で表記します。
right = 2
- 地図最東端の経度を十進角で表記します。
代替地図
image1 (England relief location map.jpg
)で定義された地図は{{Location map}}、{{Location map many}}、{{Location map+}}といったテンプレートの「relief」か「AlternativeMap」のパラメータを使って表示できます。
これら2つのパラメータは以下の使用例で示しています。さらなる使用例は次のテンプレートにあります。:
精度
経度: この地図は西から東まで8.75度です。
- 画像の幅が200ピクセルの場合は1ピクセルにつき0.0438度です。
- 画像の幅が1000ピクセルの場合は1ピクセルにつき0.0088度です。
緯度: この地図は北から南まで6.25度です。
- 画像の縦の長さが200ピクセルの場合は1ピクセルにつき0.0313度です。
- 画像の縦の長さが1000ピクセルの場合は1ピクセルにつき0.0063度です。== Location mapテンプレート使用例 ==
Location map, using default map (image)
{{Location map | England | width = 180 | lat_deg = 51.931 | lon_deg = -1.665 | label = Oddington }}
Location map many, using relief map (image1)
{{Location map many | England | relief = yes | width = 180 | caption = Two locations in England | lat1_deg = 51.507 | lon1_deg = -0.128 | label1 = London | lat2_deg = 53.467 | lon2_deg = -2.233 | label2 = Manchester }}
Location map+, using AlternativeMap
{{Location map+ | England | AlternativeMap = England relief location map.jpg | width = 180 | caption = Two locations in England | places = {{Location map~ | England | lat_deg = 51.507 | lon_deg = -0.128 | label = London }} {{Location map~ | England | lat_deg = 53.467 | lon_deg = -2.233 | label = Manchester }} }}
関連項目
- モジュール:Location map/data/United Kingdom
- モジュール:Location map/data/UK Northern Ireland
- モジュール:Location map/data/UK Scotland
- モジュール:Location map/data/UK Wales
Location mapテンプレート
- Template:Location map - 緯度と経度を使って1つのマークとラベルを表示します。
- Template:Location map many - 9つまでのマークとラベルを表示します。
- Template:Location map+ - 無制限にマークとラベルを表示できます。