Module:Adjacent stations/Richmond, Fredericksburg and Potomac Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Richmond, Fredericksburg and Potomac Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
000000 |
|
local rfp = "%1 station (Richmond, Fredericksburg and Potomac Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Richmond, Fredericksburg and Potomac Railroad]]",
["system icon"] = "",
["system color"] = "000000",
["station format"] = {
"%1 station",
["Alexandria"] = "Alexandria Union Station",
["Cherry Hill"] = rfp,
["Franconia"] = "Franconia–Springfield station",
["Richmond–Broad Street"] = "Richmond: [[Broad Street Station (Richmond)|Broad Street]]",
["Richmond–Main Street"] = "[[Richmond Main Street Station|Main Street]]",
["Seventh Street"] = rfp,
["Summit"] = rfp,
["Washington, D.C."] = "Washington Union Station"
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = {"Richmond–Broad Street", "Richmond–Main Street"},
["right terminus"] = "Washington, D.C.",
},
},
}
return p