Module:Adjacent stations/Ouigo España

From Wikipedia, the free encyclopedia

 	

local p = {
	["system title"] = "[[Ouigo España]]",
	["system icon"] = "[[File:TGV Ouigo 2013 logo.svg|18px|link=Ouigo España]]",
	["system color"] = "e3005f",
	["station format"] = {
		"%1 railway station",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "e3005f",
		},
		["Madrid–Barcelona"] = {
			["title"] = "Madrid to Barcelona",
			["left terminus"] = "Madrid Atocha",
			["right terminus"] = "Barcelona Sants",
		},
		["Madrid–Valencia"] = {
			["title"] = "Madrid to Valencia",
			["left terminus"] = "Madrid Chamartín",
			["right terminus"] = "Valencia-Joaquín Sorolla",
		},
		["Madrid–Alicante"] = {
			["title"] = "Madrid to Alicante",
			["left terminus"] = "Madrid Chamartín",
			["right terminus"] = "Alicante",
		}
	},
}

return p