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

Jump to navigation Jump to search
(Created page with "return { name = 'Midrasia', top = 10, bottom = 0, left = 0, right = 10.0, image = 'Midrasia location map.png', }")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
return {
return {
name = 'Midrasia',
name = 'Midrasia',
top = 10,
top = 55.0,
bottom = 0,
bottom = 15.0,
left = 0,
left = -15.0,
right = 10.0,
right = 35.0,
image = 'Midrasia location map.png',
image = 'Midrasia location map.png',
}
}

Latest revision as of 17:32, 26 April 2019

Documentation for this module may be created at Module:Location map/data/Midrasia/doc

return {
	name = 'Midrasia',
	top = 55.0,
	bottom = 15.0,
	left = -15.0,
	right = 35.0,
	image = 'Midrasia location map.png',
}