Module:Adjacent stations/Maryland Transit Administration
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Maryland Transit Administration, including the Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page., the Baltimore Light RailLink, and the Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page.. For the MARC Train, use Module:Adjacent stations/MARC.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Metro SubwayLink or Metro Subway |
355D82 |
| |
Baltimore Light RailLink | Light RailLink or Main or Penn or Light Rail |
355D82 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Purple Line or Purple |
355D82 |
|
Types
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Baltimore Light RailLink | Baltimore Light RailLink – Penn–Camden Shuttle | Penn-Camden |
355D82 |
|
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]]",
["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–UMD"] = "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]]",
["Hamburg Street"] = lrl,
["Lexington Market"] = {
stn,
["Light RailLink"] = lrl,
["Metro Subway"] = msl,
},
["Mount 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)",
["Takoma Langley"] = "Takoma Langley Crossroads Transit Center",
["Takoma–Langley"] = "Takoma Langley Crossroads Transit Center",
["Timonium Business Park"] = lrl,
["Westport"] = lrl,
["Woodside"] = md,
},
["lines"] = {
["Light RailLink"] = {
["title"] = "[[Baltimore Light RailLink]]",
["icon"] = "[[File:Baltimore Light RailLink logo.svg|16px|alt=]]",
["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]]",
["icon"] = "[[File:Baltimore Metro SubwayLink Logo for Signage (Blue).svg|16px|alt=]]",
["color"] = "355D82",
["left terminus"] = "Owings Mills",
["right terminus"] = "Johns Hopkins Hospital",
},
["Purple"] = {
["title"] = "[[Purple Line (Maryland)|Purple Line]]",
["color"] = "4A1769",
["left terminus"] = "Bethesda",
["right terminus"] = "New Carrollton",
},
},
["aliases"] = {
["main"] = "Light RailLink",
["penn"] = "Light RailLink",
},
}
return p