Module:Adjacent stations/DC Streetcar
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by DC Streetcar.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
H Street/Benning Road Line | H Street/Benning Road or H Street |
C91F1E |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[DC Streetcar]]",
["system icon"] = "",
["name format"] = "font-family: Arial; background-color: #ffff00; font-weight: bolder; font-size: 125%; color: black; padding: 0.5em; line-height: 1; white-space: nowrap; border: 0px solid #007fcd; margin: 0.25em; text-align: center; text-transform: uppercase;",
["header background color"] = "C91F1E",
["header text color"] = "FFFFFF",
["station format"] = {
"H Street/Benning Road Line#%1",
["Union Station"] = "Washington Union Station#DC Streetcar",
},
["lines"] = {
["H Street/Benning Road"] = {
["title"] = "[[H Street/Benning Road Line]]",
["color"] = "C91F1E",
["left terminus"] = "Union Station",
["right terminus"] = "Oklahoma Avenue",
},
},
["aliases"] = {
["h street"] = "H Street/Benning Road",
["benning road"] = "H Street/Benning Road",
},
}
return p