Jump to content

Module:Adjacent stations/Maryland Transit Administration

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by OrdinaryScarlett (talk | contribs) at 08:08, 7 March 2024 (Use individual colors for the system and its different services, add system logo, change Purple Line alias, and add future disambiguation links with the new station names.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local md = "%1 station (Maryland)"
local stn = "%1 station"
local msl = "%1 station (Metro SubwayLink)"
local lrl = "%1 station (Light RailLink)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Maryland Transit Administration]]",
	["system icon"] = "[[File:MDOT-MTA Logo.svg|16px|alt=]]",
	["system color"] = "A5272D",
	["name format"] = {
		"font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: #355d82; padding: 4px;",
		["Metro SubwayLink"] = "font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: blue; padding: 4px;",
	},
	["station format"] = {
		stn,
		["Bethesda Metro"] = "Bethesda station",
		["BWI Airport"] = lrl,
		["Camden Yards"] = "Camden Station",
		["Cherry Hill"] = lrl,
		["College Park"] = "College Park–University of Maryland station",
		["College Park–UMD"] = "College Park–University of Maryland station",
		["College Park Metro–UMD"] = "College Park–University of Maryland station",
		["Convention Center"] = lrl,
		["Lexington Market"] = {
			stn,
			["Metro SubwayLink"] = msl,
			["Light RailLink"] = lrl,
		},
		["Mount Royal"] = lrl,
		["Mt. Royal"] = lrl,
		["Mount Vernon"] = lrl,
		["Mt. Vernon"] = lrl,
		["Long Branch"] = md,
		["New Carrollton Metro"] = "New Carrollton station",
		["North Avenue"] = lrl,
		["Penn Station"] = "Baltimore Penn Station",
		["Silver Spring"] = md,
		["Silver Spring Metro"] = "Silver Spring station (Maryland)",
		["Stadium"] = lrl,
		["Takoma Langley"] = "Takoma Langley Crossroads Transit Center",
		["Takoma–Langley"] = "Takoma Langley Crossroads Transit Center",
		["Westport"] = lrl,
		["Woodside"] = md,
	},
	["lines"] = {
		["Metro SubwayLink"] = {
			["title"] = "[[Baltimore Metro SubwayLink]]",
			["icon"] = "[[File:Baltimore Metro SubwayLink Logo for Signage (Blue).svg|16px|alt=]]",
			["color"] = "008001",
			["left terminus"] = "Owings Mills",
			["right terminus"] = "Johns Hopkins Hospital",
		},
		["Light RailLink"] = {
			["title"] = "[[Baltimore Light RailLink]]",
			["icon"] = "[[File:Baltimore Light RailLink logo.svg|16px|alt=]]",
			["color"] = "00749A",
			["left terminus"] = {"BWI Airport", "Glen Burnie"},
			["right terminus"] = {"Hunt Valley"},
			["types"] = {
				["Penn-Camden"] = {
					["title"] = "Penn–Camden Shuttle",
					["left terminus"] = "Camden Yards",
					["right terminus"] = "Penn Station",
				},
			},
		},
		["Purple Line"] = {
			["title"] = "[[Purple Line (Maryland)|Purple Line]]",
			["icon"] = "[[File:MTA Purple Line logo.svg|16px|alt=]]",
			["color"] = "4A1769",
			["left terminus"] = "Bethesda",
			["right terminus"] = "New Carrollton",
		},
	},
	["aliases"] = {
		["light rail"] = "Light RailLink",
		["main"] = "Light RailLink",
		["metro subway"] = "Metro SubwayLink",
		["penn"] = "Light RailLink",
		["purple"] = "Purple Line",
	},
}

return p