Module:Adjacent stations/GRTC
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Greater Richmond Transit Company, including including GRTC Pulse.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
GRTC Pulse | Broad & Main Street |
3f2c7d |
|
local grtc = "%1 station (GRTC)"
local p = {
["lang"] = "en-US",
["system title"] = "[[GRTC Pulse]]",
["system icon"] = "",
["station format"] = {
"GRTC Pulse#%1",
["Main Street"] = "Richmond Main Street Station",
},
["lines"] = {
["_default"] = {
["color"] = "3f2c7d",
},
["Broad & Main Street"] = {
["title"] = "GRTC Pulse",
["left terminus"] = "Willow Lawn",
["right terminus"] = "Rocketts Landing",
},
},
}
return p