وحدة:Location map/data/CFU
الاسم | CFU | ||
---|---|---|---|
x | ( (50.67894037 + 100 * 0.4330374692 * cos($1*pi/180) * sin(($2-(-90))*pi/180) * ( (( 1 + cos(($1-20)*pi/180) + cos($1*pi/180) * cos(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) )*0.5)^ -0.5 ))- 52.73069680 ) * 3.54 | ||
y | ( (50.8714553 - 100 * 0.383328363 * ( sin(($1-20)*pi/180) - cos($1*pi/180) * sin(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) ) * ( (( 1 + cos(($1-20)*pi/180) + cos($1*pi/180) * cos(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) )*0.5)^ -0.5 )) - 40 ) * 4.615384615 | ||
صورة image | CFU countries location map.png
| ||
وحدة:Location map/data/CFU هي خريطة موقع تستعمل لتركيب علامات وتسميات في an إسقاط متساوي المستطيلات خريطة CFU. يتم وضع العلامات بواسطة احداثيات خطي العرض والطول في صورة الخريطة الافتراضية، أو صورة خريطة مماثلة.
الاستخدام
These definitions are used by the following templates when invoked with parameter "CFU":
{{خريطة مواقع|CFU |...}}
{{Location map many|CFU |...}}
{{خريطة مواقع+|CFU |...}}
{{خريطة مواقع~|CFU |...}}
تعريف الخريطة
name = CFU
- الاسم المستخدم في التسمية التوضيحية للخريطة الافتراضية
image = CFU countries location map.png
- الصورة الافتراضية دون "Image:" أو "صورة:" أو "File:" أو "ملف:"
x = ( (50.67894037 + 100 * 0.4330374692 * cos($1*pi/180) * sin(($2-(-90))*pi/180) * ( (( 1 + cos(($1-20)*pi/180) + cos($1*pi/180) * cos(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) )*0.5)^ -0.5 ))- 52.73069680 ) * 3.54
- An expression to calculate a location on the map via its طول جغرافي; evaluates as 0 along the left edge and 100 along the right edge
y = ( (50.8714553 - 100 * 0.383328363 * ( sin(($1-20)*pi/180) - cos($1*pi/180) * sin(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) ) * ( (( 1 + cos(($1-20)*pi/180) + cos($1*pi/180) * cos(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) )*0.5)^ -0.5 )) - 40 ) * 4.615384615
- An expression to calculate a location on the map via its عرض جغرافي; evaluates as 0 along the top edge and 100 along the bottom edge
أنظر أيضا
- قوالب خريطة الموقع
- قالب:خريطة مواقع، لعرض علامة واحدة وتسمية باستخدام خطوط الطول والعرض.
- قالب:Location map many، لعرض ما يصل إلى تسع علامات وملصقات.
- قالب:خريطة مواقع+،لعرض عدد غير محدود من العلامات والملصقات.
return {
name = 'CFU',
x = '( (50.67894037 + 100 * 0.4330374692 * cos($1*pi/180) * sin(($2-(-90))*pi/180) * ( (( 1 + cos(($1-20)*pi/180) + cos($1*pi/180) * cos(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) )*0.5)^ -0.5 ))- 52.73069680 ) * 3.54',
y = '( (50.8714553 - 100 * 0.383328363 * ( sin(($1-20)*pi/180) - cos($1*pi/180) * sin(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) ) * ( (( 1 + cos(($1-20)*pi/180) + cos($1*pi/180) * cos(20*pi/180) * (cos(($2-(-90))*pi/180)- 1) )*0.5)^ -0.5 )) - 40 ) * 4.615384615',
image = 'CFU countries location map.png',
}