Jump to content

Module:Location map/data/Antarctica

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 21:06, 21 April 2014 (Created page with 'return { name = 'Antarctica', x = '50 + 5/3 * (90+$1) * sin( pi / 180 *$2)', y = '50 - 5/3 * (90+$1) * cos( pi / 180 *$2)', image = 'Antarctica location map....'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

return {
	name = 'Antarctica',
	x = '50 + 5/3 * (90+$1) * sin( pi / 180 *$2)',
	y = '50 - 5/3 * (90+$1) * cos( pi / 180 *$2)',
	image = 'Antarctica location map.svg',
	image1 = 'Antarctica relief location map.jpg'
}