Jump to content

Module:Location map/data/Russia: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m ԱշոտՏՆՂ moved page Module:Location map/data/Russia to Module:Location map/data/Russia1 without leaving a redirect
m fixed params
Line 1: Line 1:
return {
return {
name = 'Russia',
name = 'Russia',
x = '50.0 + 71.51617284504452 * ((1.6671750744677123-({{{2}}}*pi / 180)) * sin(0.807990549171814 * ({{{3}}} + ({{{3}}}<0)*360 - 100) * pi / 180))',
x = '50.0 + 71.51617284504452 * ((1.6671750744677123-($1*pi / 180)) * sin(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))',
y = '50.0 + 1.8540031397174255 * 71.51617284504452 * 0.20267660928013187 - 1.8540031397174255 * 71.51617284504452 * (0.7246972783907744 - (1.6671750744677123-({{{2}}}*pi / 180)) * cos(0.807990549171814 * ({{{3}}} + ({{{3}}}<0)*360 - 100) * pi / 180))',
y = '50.0 + 1.8540031397174255 * 71.51617284504452 * 0.20267660928013187 - 1.8540031397174255 * 71.51617284504452 * (0.7246972783907744 - (1.6671750744677123-($1*pi / 180)) * cos(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))',
image = 'Russia edcp location map.svg',
image = 'Russia edcp location map.svg',
image1 = 'Russia edcp relief location map.jpg'
image1 = 'Russia edcp relief location map.jpg'

Revision as of 17:09, 19 September 2017

return {
	name = 'Russia',
	x = '50.0 + 71.51617284504452 * ((1.6671750744677123-($1*pi / 180)) * sin(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))',
	y = '50.0 + 1.8540031397174255 * 71.51617284504452 * 0.20267660928013187 - 1.8540031397174255 * 71.51617284504452 * (0.7246972783907744 - (1.6671750744677123-($1*pi / 180)) * cos(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))',
	image = 'Russia edcp location map.svg',
	image1 = 'Russia edcp relief location map.jpg'
}