Jump to content

Module:Adjacent stations/Airport Transit System

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by WMSR (talk | contribs) at 02:22, 29 March 2025 (color). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local terminal = "O'Hare International Airport#%1"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Airport Transit System]]",
	["name format"] = "font-family: ITC Avant Garde, ITC Avant Garde Gothic Std Medium, Century Gothic, Futura, sans-serif; font-size: 160%; font-weight: bold; color: #003e7e; background-color: #FFFFFF;  padding: 0.4em 4px;",
	["system color"] = "ed1c23",
	["station format"] = {
		"%1 station",
		["Terminal 1"] = terminal,
		["Terminal 2"] = terminal,
		["Terminal 3"] = terminal,
		["Terminal 5"] = terminal,
		["Multi-Modal Facility"] = "O'Hare Transfer station",
	},
	["lines"] = {
		["Airport Transit System"] = {
			["title"] = "[[Airport Transit System]]",
			["color"] = "ed1c23",
			["left terminus"] = "Terminal 1",
			["right terminus"] = "Multi-Modal Facility",
		},
	},
}

return p