Jump to content

Module:Adjacent stations/Aerotrén

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 03:09, 10 February 2024 (I added this.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Aerotrén]]",
	["system icon"] = "Logo del Aerotrén.svg",
	["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder; font-style:bold; line-height: 150%; color:white; background-color:#63666a; border-top: 6px solid #005f61",
	["header background color"] = "0175de",
	["header text color"] = "ffffff",
	["system color"] = "0175de",
	["station format"] = {
		"Mexico City International Airport#%1",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Aerotrén"] = {
			["title"] = "[[Aerotrén]]",
			["color"] = "000000",
			["text color"] = "ffffff",
			["left terminus"] = "Terminal 1",
			["right terminus"] = "Terminal 2",
		},
}
}

return p