Module:Adjacent stations/TILO

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[Treni Regionali Ticino Lombardia|TILO]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["types"] = {
				["RE10"] = {
					["title"] = "RE10",
					["short name"] = "RE10",
					["color"] = "ee8360",
					["text color"] = "FFFFFF",
					["left terminus"] = "Airolo",
					["right terminus"] = "Milano Centrale",					
				},
				["RE80"] = {
					["title"] = "RE80",
					["short name"] = "RE80",
					["color"] = "00519e",
					["text color"] = "FFFFFF",
					["left terminus"] = "Chiasso",
					["right terminus"] = "Locarno",					
				},
			},
		},
		["S10"] = {
			["title"] = "[[Rete celere del Canton Ticino#Lines|S10]]",
			["color"] = "e2001a",
			["left terminus"] = "Bellinzona",
			["right terminus"] = "Como San Giovanni",
		},
		["S20"] = {
			["title"] = "[[Rete celere del Canton Ticino#Lines|S20]]",
			["color"] = "0076bd",
			["text color"] = "ffffff",
			["left terminus"] = "Biasca",
			["right terminus"] = "Locarno",
		},
		["S30"] = {
			["title"] = "[[Rete celere del Canton Ticino#Lines|S30]]",
			["color"] = "009036",
			["text color"] = "ffffff",
			["left terminus"] = "Cadenazzo",
			["right terminus"] = "Gallarate",
		},
		["S40"] = {
			["title"] = "[[Rete celere del Canton Ticino#Lines|S40]]",
			["color"] = "78bb72",
			["text color"] = "ffffff",
			["left terminus"] = "Varese",
			["right terminus"] = "Como San Giovanni",
		},
		["S50"] = {
			["title"] = "[[Rete celere del Canton Ticino#Lines|S50]]",
			["color"] = "804f12",
			["text color"] = "ffffff",
			["left terminus"] = "Bellinzona",
			["right terminus"] = "Malpensa Aeroporto Terminal 2",
		},
	},
}

return p