Jump to content

Module:Infobox dim/data

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hike395 (talk | contribs) at 17:07, 5 October 2024 (stash lookup table in data file). 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)
local typeToScale =	{
		country = 10000000,
		satellite = 10000000,
		state = 3000000,
		adm1st = 1000000,
		adm2nd = 300000,
		adm3rd = 100000,
		city = 100000,
		isle = 100000,
		mountain = 100000,
		river = 100000,
		waterbody = 100000,
		edu = 10000,
		event = 50000,
		forest = 50000,
		glacier = 50000,
		airport = 30000,
		landmark = 10000,
		railwaystation = 10000,
		edu = 10000,
		pass = 10000,
		camera = 10000
	}
	
return typeToScale