Modulo:Geografiaĵoj/koloroj

Dokumentado Dokumentado


Ŝablona programado Diskutoj Lua Testoj Subpaĝoj
Modulo Esperanto English

Modulo: Dokumentado


Se vi havas demandon pri ĉi tiu Lua-modulo, tiam vi povas demandi en la diskutejo pri Lua-moduloj. La Intervikiaj ligiloj estu metataj al Vikidatumoj. (Vidu Helpopaĝon pri tio.)
-- modulo Geografiaĵoj/koloroj, 2024-04-12
-- ĉi tiu modulo difinas kolorojn por diversaj geografiaj objektoj kaj povas esti uzata de diversaj aliaj moduloj
-- ĝi enhavu la samajn eblajn tipojn kiel [[Modulo:Geografiaĵoj/type:]]!

local p = {}

-- fona koloro laŭ tipo
function p.fonkoloro(tipo)
		local r = "#FFFFFF"
		if tipo == "administra unuo" or tipo == "administra teritoria unuo" then
			r = "#F0DC50"
		elseif tipo == "akvofalo" then	
			r = "#0091FF"
		elseif tipo == "antikva popolo" then
			r = "#A8D3DD"
		elseif tipo == "arbaro" then
			r = "#228B22"
		elseif tipo == "atolo" then
			r = "#223B73"
		elseif tipo == "belvedero" then
			r = "#68CA99"
		elseif tipo == "biblioteko" then
			r = "#ADD8E6"
		elseif tipo == "bieno" then	
			r = "#CAFF70"			
		elseif tipo == "burgo" then
			r = "#BBBB99"
		elseif tipo == "dezerto" then
			r = "#EDC9AF"	
		elseif tipo == "duoninsulo" or tipo == "kabo" then	
			r = "#F0DC82"
		elseif tipo == "ekoregiono" then
			r = "#99FF99"
		elseif tipo == "ekstertera regiono" then
			r = "#C0C0C0"
		elseif tipo == "gastejo" or tipo == "restoracio" then
			r = "#FFCC66"
		elseif tipo == "glaĉero" then
			r = "#D4D2D4"
		elseif tipo == "golfo" then	
			r = "#CEDAF2"	
		elseif tipo == "groto" then	
			r = "#FFDDBF"			
		elseif tipo == "haveno"	then
			r = "#007BA7"
		elseif tipo == "historia teritorio" or tipo == "historia regiono" then
			r = "#DAE5E8"
		elseif tipo == "hospitalo" or tipo == "malsanulejo" then
			r = "#EAD4D4"			
		elseif tipo == "insulo" then
			r = "#48D1CC"	
		elseif tipo == "insularo" then
			r = "#7797E0"
		elseif tipo == "istmo" or tipo == "terkolo" then
			r = "#223B73" 
		elseif tipo == "kampurbo" then	
			r = "#00CC99"
		elseif tipo == "kastelo" then
			r = "#D4AF37"
		elseif tipo == "katedralo" or tipo == "monaĥejo" then
			r = "#F4A460"			
		elseif tipo == "kavo" or tipo == "kaverno" then
			r = "#FFDDBF" --"#FFF5EE"	
		elseif tipo == "komarko" then
			r = "#80B0E0"
		elseif tipo == "komunumo" then	
			r = "#ACE1AF"
		elseif tipo == "konstruaĵo" or tipo == "alta konstruaĵo" then
			r = "#778899" -- #E8E8E8
		elseif tipo == "kratero" then
			r = "#C8B890"
		elseif tipo == "kvartalo" then
			r = "#B2EC5D"
		elseif tipo == "lago" or tipo == "lagaro" or tipo == "laguno" then
			r = "#CEDEFF"	
		elseif tipo == "lando" then
			r = "#E9E9E9"
		elseif tipo == "limpasejo" then
			r = "#9AB973"
		elseif tipo == "lumturo" then
			r = "#EBE085"			
		elseif tipo == "malaperinta municipo" then
			r = "#93C572"
		elseif tipo == "maro" or tipo == "oceano" then	
			r = "#C0D0E0"		
		elseif tipo == "markolo" then
			r = "#CEDAF2"
		elseif tipo == "megalitejo" or tipo == "arkeologia situo" then
			r = "#E0E0E0"
		elseif tipo == "minejo" then
			r = "#83582D"
		elseif tipo == "montaro" then
			r = "#C19A6B"	
		elseif tipo == "monto" then	
			r = "#E7DCC3"
		elseif tipo == "monumento" then
			r = "#A3C1AD"
		elseif tipo == "moskeo" then
			r = "#9ACD32"			
		elseif tipo == "municipo" then
			r = "#98FB98"
		elseif tipo == "municipa parto" then
			r = "#01D758"
		elseif tipo == "muzeo" then
			r = "#FF9966"
		elseif tipo == "observatorio" then
			r = "#69A0F3"			
		elseif tipo == "nacia parko" or tipo == "protektita tereno" then
			r = "#CDE5B2"
		elseif tipo == "palaco" then
			r = "#DDDDDD"			
		elseif tipo == "parko" or tipo == "verda spaco" then
			r = "#CDE5B2"				
		elseif tipo == "pasejo" then
			r = "#CD9575"
		elseif tipo == "placo" or tipo == "strato" then
			r = "#ECE5CA"
		elseif tipo == "ponto" then
			r = "#C0C0C0"
		elseif tipo == "preĝejo" then
			r = "#F4A460"
		elseif tipo == "protektita areo" then	
			r = "#CAFF70"
		elseif tipo == "regiono" then
			r = "#D8EFD8"
		elseif tipo == "reliefo" or tipo =="altaĵo"	or tipo == "ebenaĵo" then -- eble povus poste esti apartigataj
			r = "#CD7F32"
		elseif tipo == "rezervejo" then
			r = "#CDE5B2"
		elseif tipo == "rezervujo" then
			r = "#779ECB"
		elseif tipo == "rivero" then
			r = "#89CFF0"
		elseif tipo == "sinagogo" then
			r = "#ADD8E6"	
		elseif tipo == "stadiono" then
			r = "#ADD8E6"
		elseif tipo == "statuo" then
			r = "#FFFFCC"
		elseif tipo == "stepo" then
			r = "#EEEEA7"
		elseif tipo == "submara fosego" then
			r = "#3E3BB6"
		elseif tipo == "teritorio" then	
			r = "#CCCC99"
		elseif tipo == "tertremo" then
			r = "#E0E0E0"
		elseif tipo == "tombejo" then
			r = "#B3B7FF"			
		elseif tipo == "urbo" then
			r = "#DDFFDD"
		elseif tipo == "valo" then
			r = "#E7DCC3"			
		elseif tipo == "vendejo" then
			r = "#CCCCFF"
		elseif tipo == "vilaĝo" then
			r = "#96C8A2"
		elseif tipo == "vojo" then
			r = "#DEB887"			
		elseif tipo == "vulkano" then
			r = "#E7DCC3"
		elseif tipo == "zoologia ĝardeno" or tipo == "zoologia parko" or tipo == "zoo" then
			r = "#C0A750"
		end
		return r
end


return p