Module:Adjacent stations/Ferrocarril Suburbano

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Tren Suburbano]]",
	["system icon"] = "[[File:Ferrocarril Suburbano.svg|15px|link=Ferrocarril Suburbano]]",
	["system color"] = "#BE1C00",
	["station format"] = {
	["name format"] = {
		"background-color: #FFFFFF; font-size: 185%; font-family: sans-serif; color: white; padding: 5px; line-height: 50%;",
	},	
		"%1 railway station",
		["Fortuna"] = "Fortuna railway station (Mexico City)",
	},
	["lines"] = {
		["1"] = {
			["title"] = "Line 1",
			["color"] = "FF0000",
			["left terminus"] = "Buenavista",
			["right terminus"] = "Cuautitlán",
			},
		["1 branch"] = {
			["title"] = "Line 1",
			["note-mid"] = "[[Tren Suburbano#Felipe Ángeles International Airport–Lechería|Branch]] (opens May 2024)",
			["color"] = "FF0000",
			["left terminus"] = "Lechería",
			["right terminus"] = "AIFA",
		},
	},
}

return p