Module:Adjacent stations/MTA Maryland
Jump to navigation
Jump to search
This is a data module for Module:Adjacent stations. It supports services operated by MTA Maryland, including Light RailLink, Metro SubwayLink, and the Purple Line. For MARC (the MARC Train), use Module:Adjacent stations/MARC.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
Types
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local lrl = "%1 station (Light RailLink)"
local md = "%1 station (Maryland)"
local msl = "%1 station (Metro SubwayLink)"
local stn = "%1 station"
local p = {
["lang"] = "en-US",
["system title"] = "[[Maryland Transit Administration|MTA Maryland]]",
["system icon"] = "",
["system color"] = "355D82",
["name format"] = {
"font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: #355d82; padding: 4px;",
["Metro Subway"] = "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",
["Centre Street"] = lrl,
["Cherry Hill"] = lrl,
["College Park"] = "College Park–University of Maryland station",
["College Park Metro–UMD"] = "College Park–University of Maryland station",
["Convention Center"] = lrl,
["Cromwell"] = "[[Glen Burnie station|Glen Burnie]]",
["Fairgrounds"] = lrl,
["Lexington Market"] = {
stn,
["Light RailLink"] = lrl,
["Metro Subway"] = msl,
},
["Mount Vernon"] = lrl,
["Long Branch"] = md,
["New Carrollton Metro"] = "New Carrollton station",
["North Avenue"] = lrl,
["Penn Station"] = "Pennsylvania Station (Baltimore)",
["Silver Spring"] = md,
["Silver Spring Metro"] = "Silver Spring station (Maryland)",
["Takoma Langley"] = "Takoma Langley Crossroads Transit Center",
["Westport"] = lrl,
["Woodside"] = md,
},
["lines"] = {
["Light RailLink"] = {
["title"] = "[[Baltimore Light RailLink|Light RailLink]]",
["color"] = "355D82",
["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",
},
},
},
["Metro Subway"] = {
["title"] = "[[Metro SubwayLink]]",
["color"] = "355D82",
["left terminus"] = "Owings Mills",
["right terminus"] = "Johns Hopkins Hospital",
},
["Purple"] = {
["title"] = "[[Purple Line (Maryland)|Purple Line]]",
["color"] = "4C266F",
["left terminus"] = "Bethesda",
["right terminus"] = "New Carrollton",
}
},
["aliases"] = {
["main"] = "Light RailLink",
["penn"] = "Light RailLink",
},
}
return p