Jump to content

Module:Location map/data/USA Alaska

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 16:27, 13 March 2014 (Created page with 'return { name = 'Alaska', y = '(100*($1 - 72)/(51 - 72))', x = '(100*(($2 + ($2 < 0)*360) - 172)/((-129 + 360) - 172))', image = 'USA Alaska location map.svg...'). 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 = 'Alaska',
	y = '(100*($1 - 72)/(51 - 72))',
	x = '(100*(($2 + ($2 < 0)*360) - 172)/((-129 + 360) - 172))',
	image = 'USA Alaska location map.svg',
	image1 = 'Relief map of USA Alaska.png',
	top = 72,
	bottom = 51,
	left = 172,
	right = -129
}