Jump to content

Module:Infobox dim/sandbox/data

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ahecht (talk | contribs) at 21:06, 6 January 2025 (Removed protection from "Module:Infobox dim/sandbox/data": No longer necessary: Page automatically protected by bot after mistaken usage in Module:Infobox dim). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local typeToDim =	{   -- typical size of object (in km)
		country = 2000,
		satellite = 2000,
		state = 600,
		adm1st = 200,
		adm2nd = 60,
		adm3rd = 20,
		city = 20,
		isle = 20,
		mountain = 20,
		river = 20,
		waterbody = 20,
		event = 10,
		forest = 10,
		glacier = 10,
		airport = 6,
		landmark = 2,
		railwaystation = 2,
		edu = 2,
		pass = 2,
		camera = 2
	}

return typeToDim