Jump to content

Module:Adjacent stations/Aerotrén

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by SleepTrain456 (talk | contribs) at 03:10, 10 February 2024. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Aerotrén]]",
	["system icon"] = "[[File:Logo del Aerotrén.svg|15px|link=Aerotrén]]",
	["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