Jump to content

Module:Adjacent stations/Trenord

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 01:59, 1 July 2020 (+S5). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Trenord]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Malpensa Express"] = {
			["title"] = "[[Malpensa Express]]",
			["color"] = "C71585",
			["types"] = {
				["Milano Cadorna"] = {
					["title"] = "",
					["left terminus"] = "Malpensa Aeroporto Terminal 2",
					["right terminus"] = "Milano Cadorna",					
				},
				["Milano Centrale"] = {
					["title"] = "",
					["left terminus"] = "Malpensa Aeroporto Terminal 2",
					["right terminus"] = "Milano Centrale",					
				},
			},
		},
		["Regionale"] = {
			["title"] = "[[Regional rail#Regional rail in different countries|Regionale]]",
			["types"] = {
				["27"] = {
					["title"] = "R27",
					["color"] = "8dc63f",
					["left terminus"] = "Novara Nord",
					["right terminus"] = "Milano Cadorna"
				},
			},
		},
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["color"] = "ed1c24",
			["types"] = {
				["4"] = {
					["title"] = "RE4",
					["left terminus"] = "Domodossola",
					["right terminus"] = "Milano Centrale"
				},
			},
		},
		["S5"] = {
			["title"] = "[[Line S5 (Milan suburban railway service)|S5]]",
			["color"] = "f79239",
			["left terminus"] = "Varese",
			["right terminus"] = "Treviglio"
		},
		["S11"] = {
			["title"] = "[[Line S11 (Milan suburban railway service)|S11]]",
			["color"] = "9396cb",
			["left terminus"] = "Chiasso",
			["right terminus"] = "Milano Porta Garibaldi"
		},
	},
}

return p