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 Metro SubwayLink, the Light RailLink, and the Purple Line. For the MARC Train, use Module:Adjacent stations/MARC.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Metro SubwayLink | Metro SubwayLink or Metro Subway |
008001 |
| |
Light RailLink | Light RailLink or Main or Penn or Light Rail |
00749A |
| |
Purple Line | Purple Line or Purple |
4A1769 |
|
Types
[edit]Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Light RailLink | Light RailLink – Penn–Camden Shuttle | Penn-Camden |
00749A |
|
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"] = "[[Mt. Royal/MICA station|Mt. Royal/MICA]]",
["Mt. Royal/MICA"] = "[[Mt. Royal/MICA station|Mt. Royal/MICA]]",
["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 Metro"] = "Silver Spring station",
["Stadium/Federal Hill"] = "[[Stadium/Federal Hill station|Stadium/Federal Hill]]",
["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|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|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