मॉड्यूल:Location map/data/USA
नाम | संयुक्त राज्य अमेरिका | ||
---|---|---|---|
x | 50.0 + 124.03149777329222 * ((1.9694462586094064-($1 * pi / 180)) * sin(0.6010514667026994 * ($2 + 96) * pi / 180)) | ||
y | 50.0 + 1.6155950752393982 * 124.03149777329222 * ( 0.02613325650382181 - (1.3236744353715044 - (1.9694462586094064 - ($1 * pi / 180)) * cos(0.6010514667026994 * ($2 + 96) * pi / 180))) | ||
image | Usa edcp location map.svg
| ||
image1 | Usa edcp relief location map.png
| ||
मॉड्यूल:Location map/data/USA एक अवस्थिति मानचित्र परिभाषा है जिसका प्रयोग संयुक्त राज्य अमेरिका के समदूरस्थ शंक्वाकार प्रक्षेप मानचित्र पर अवस्थिति चिह्न (मार्कर) अथवा लेबल प्रदर्शित करने के होता है। मार्कर डिफॉल्ट मानचित्र अथवा संगत चित्र पर अक्षांश और देशान्तर अनुसार प्रदर्शित किये जाते हैं।
प्रयोग
जब पैरामीटर "USA" के साथ प्रयोग किया जाता है, ये परिभाषायें निम्नलिखित साँचों के द्वारा इस्तेमाल होती हैं:
{{Location map | USA | ...}}
{{Location map many | USA | ...}}
{{Location map+ | USA | ...}}
{{Location map~ | USA | ...}}
मानचित्र परिभाषा
name = संयुक्त राज्य अमेरिका
- मानचित्र के डिफॉल्ट कैप्शन के रूप में प्रयुक्त नाम
image = Usa edcp location map.svg
- डिफॉल्ट चित्र जिसमें मानचित्र प्रदर्शित है, बिना "Image:", "File:" अथवा "चित्र:" लिखे
image1 = Usa edcp relief location map.png
- वैकल्पिक चित्र, आमतौर पर यह उच्चावच मानचित्र होता है, इसे relief अथवा AlternativeMap प्राचल के द्वारा प्रयोग में लाया जा सकता है।
x = 50.0 + 124.03149777329222 * ((1.9694462586094064-($1 * pi / 180)) * sin(0.6010514667026994 * ($2 + 96) * pi / 180))
- 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 + 1.6155950752393982 * 124.03149777329222 * ( 0.02613325650382181 - (1.3236744353715044 - (1.9694462586094064 - ($1 * pi / 180)) * cos(0.6010514667026994 * ($2 + 96) * pi / 180)))
- 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
वैकल्पिक मानचित्र
The map defined as image1 (Usa edcp relief location map.png
) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The use of these two parameters is shown in the examples below. Additional examples can be found at:
- Template:Location map#Relief parameter
- Template:Location map#AlternativeMap parameter
- Template:Location map+/relief
- Template:Location map+/AlternativeMap
अवस्थिति मानचित्र साँचों के प्रयोग के उदाहरण
Location map, using default map (image)
{{Location map | USA | width = 250 | label = Washington, D.C. | lat_deg = 38.89 | lon_deg = -77.04 }}
Location map many, using relief map (image1)
{{Location map many | USA | relief = yes | width = 250 | caption = Two locations in the United States | label1 = Washington, D.C. | lat1_deg = 38.89 | lon1_deg = -77.04 | label2 = Seattle | lat2_deg = 47.61 | lon2_deg = -122.33 }}
Location map+, using AlternativeMap
{{Location map+ | USA | AlternativeMap = Usa edcp relief location map.png | caption = Two locations in the United States | width = 250 | places = {{Location map~ | USA | label = Washington, D.C. | lat_deg = 38.89 | lon_deg = -77.04 }} {{Location map~ | USA | label = Seattle | lat_deg = 47.61 | lon_deg = -122.33 }} }}
Location map, one location on three maps
लुआ त्रुटि मॉड्यूल:Location_map में पंक्ति 522 पर: Unable to find the specified location map definition: "Module:Location map/data/USA Tennessee" does not exist।
{{Location map | USA#USA Tennessee#North America | relief = yes | width = 250 | lat_deg = 36.167 | lon_deg = -86.783 | label = Nashville }}
Location map, three maps and three captions
लुआ त्रुटि मॉड्यूल:Location_map में पंक्ति 522 पर: Unable to find the specified location map definition: "Module:Location map/data/USA Tennessee" does not exist।
{{Location map | USA#USA Tennessee#North America | relief = yes | width = 250 | lat_deg = 36.167 | lon_deg = -86.783 | label = Nashville | caption = Location in the [[United States]]##Location in [[Tennessee]]##Location in [[North America]] }}
इन्हें भी देखें
- अवस्थिति मानचित्र साँचे
- साँचा:Location map, to display one mark and label using latitude and longitude
- साँचा:Location map many, to display up to nine marks and labels
- साँचा:Location map+, to display an unlimited number of marks and labels
return {
name = 'संयुक्त राज्य अमेरिका',
x = '50.0 + 124.03149777329222 * ((1.9694462586094064-($1 * pi / 180)) * sin(0.6010514667026994 * ($2 + 96) * pi / 180))',
y = '50.0 + 1.6155950752393982 * 124.03149777329222 * ( 0.02613325650382181 - (1.3236744353715044 - (1.9694462586094064 - ($1 * pi / 180)) * cos(0.6010514667026994 * ($2 + 96) * pi / 180)))',
image = 'Usa edcp location map.svg',
image1 = 'Usa edcp relief location map.png'
}