This is a data module for Module:Adjacent stations. It supports services operated by Virginia Railway Express.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Fredericksburg Line | Fredericksburg |
EB1B23 |
| |
Manassas Line | Manassas |
1A458B |
|
local va = "%1 station (Virginia)"
local vre = "%1 station (VRE)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Virginia Railway Express]]",
["system icon"] = "[[File:Virginia Railway Express.svg|15px|link=Virginia Railway Express]]",
["name format"] = "background-color: transparent; font-size: 200%; font-family: Times New Roman; color: navy; font-weight: bolder; text-align: center; font-style: bold; border-top: 5px solid #C00; border-bottom: 5px solid #C00; padding: 0.4em 0 0.4em 0;",
["station format"] = {
"%1 station",
["Alexandria"] = "Alexandria Union Station",
["Clifton"] = vre,
["Crystal City"] = vre,
["L'Enfant"] = "L'Enfant Plaza station",
["Lorton"] = vre,
["Washington"] = "[[Washington Union Station|Washington, D.C.]]",
["Woodbridge"] = va,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line]]",
},
["Fredericksburg"] = {
["color"] = "EB1B23",
["left terminus"] = "Spotsylvania",
["right terminus"] = "Washington",
},
["Manassas"] = {
["color"] = "1A458B",
["left terminus"] = "Broad Run",
["right terminus"] = "Washington",
},
},
}
return p