Jump to content

Module:Location map/data/USA Alaska: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Protected Module:Location map/data/USA Alaska: High-risk Lua module: Per request at RFPP ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))
Jackmcbarn (talk | contribs)
rm unnecessary x/y functions
Line 1: Line 1:
return {
return {
name = 'Alaska',
name = 'Alaska',
y = '(100*($1 - 72)/(51 - 72))',
x = '(100*(($2 + ($2 < 0)*360) - 172)/((-129 + 360) - 172))',
image = 'USA Alaska location map.svg',
image = 'USA Alaska location map.svg',
image1 = 'Relief map of USA Alaska.png',
image1 = 'Relief map of USA Alaska.png',

Revision as of 20:12, 21 April 2014

return {
	name = 'Alaska',
	image = 'USA Alaska location map.svg',
	image1 = 'Relief map of USA Alaska.png',
	top = 72,
	bottom = 51,
	left = 172,
	right = -129
}