Documentation icon คู่มือการใช้งานมอดูล[ดู] [แก้] [ประวัติ] [ล้างแคช]
แผนที่ที่ตั้งของมหาสมุทรแอตแลนติก
name มหาสมุทรแอตแลนติก
x 50.0 + 50.0*cos( $1*0.01745329252 )*sin( ($2 + 35.0)*0.01745329252 ) * ( ((1 + cos( $1*0.01745329252 )*cos( ($2 + 35.0)*0.01745329252 ) ) *0.5)^ -0.5)
y 50.0 - 40.7145*sin( $1*0.01745329252 ) * ( ((1 + cos( $1*0.01745329252 )*cos( ($2 + 35.0)*0.01745329252 ) ) *0.5)^ -0.5)
image Atlantic Ocean laea location map.svg
image1 Atlantic Ocean laea relief location map.jpg

มอดูล:Location map/data/Atlantic Ocean คือมอดูลนิยามแผนที่แบบ equirectangular projection ของมหาสมุทรแอตแลนติก เพื่อใช้กำหนดตำแหน่งบนแผนที่ค่าเริ่มต้นหรือแผนที่ใกล้เคียงด้วยสัญลักษณ์หรือข้อความโดยใช้ค่าพิกัดละติจูดและลองจิจูด

การใช้งาน

เมื่อกำหนดค่าพารามิเตอร์ "Atlantic Ocean" ลงในแม่แบบต่าง ๆ ด้านล่าง จะใช้ค่านิยามจากมอดูลนี้

ค่านิยาม

  • name = มหาสมุทรแอตแลนติก
    ชื่อที่ใช้ในคำอธิบายแผนที่ค่าเริ่มต้น (default map)
  • image = Atlantic Ocean laea location map.svg
    ภาพแผนที่ค่าเริ่มต้น ไม่ต้องใส่ "Image:" หรือ "File:" (หรือ "ภาพ:" หรือ "ไฟล์:")
  • image1 = Atlantic Ocean laea relief location map.jpg
    ภาพแผนที่ทางเลือก (alternative map) มักจะเป็นแผนที่ภูมิประเทศ (relief map) ซึ่งกำหนดให้แสดงได้โดยใช้พารามิเตอร์ relief หรือ AlternativeMap
  • x = 50.0 + 50.0*cos( $1*0.01745329252 )*sin( ($2 + 35.0)*0.01745329252 ) * ( ((1 + cos( $1*0.01745329252 )*cos( ($2 + 35.0)*0.01745329252 ) ) *0.5)^ -0.5)
    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 = 50.0 - 40.7145*sin( $1*0.01745329252 ) * ( ((1 + cos( $1*0.01745329252 )*cos( ($2 + 35.0)*0.01745329252 ) ) *0.5)^ -0.5)
    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 แสดงสัญลักษณ์และข้อความบนแผนที่ได้ 1 ตำแหน่งโดยใช้ค่าละติจูดและลองจิจูด
  • แม่แบบ:Location map many แสดงสัญลักษณ์และข้อความบนแผนที่ได้สูงสุด 9 ตำแหน่ง
  • แม่แบบ:Location map+ แสดงสัญลักษณ์และข้อความบนแผนที่ได้ไม่จำกัดจำนวน
การสร้างค่านิยามแผนที่ใหม่
แม่แบบกล่องข้อมูล (Infobox template) ที่ใช้แม่แบบตำแหน่งบนแผนที่
List

return {
	name = 'มหาสมุทรแอตแลนติก',
	x = '50.0 + 50.0*cos( $1*0.01745329252 )*sin( ($2 + 35.0)*0.01745329252 ) * ( ((1 + cos( $1*0.01745329252 )*cos( ($2 + 35.0)*0.01745329252 ) ) *0.5)^ -0.5)',
	y = '50.0 - 40.7145*sin( $1*0.01745329252 ) * ( ((1 + cos( $1*0.01745329252 )*cos( ($2 + 35.0)*0.01745329252 ) ) *0.5)^ -0.5)',
	image = 'Atlantic Ocean laea location map.svg',
	image1 = 'Atlantic Ocean laea relief location map.jpg'
}