This is a data module for Module:Adjacent stations. It supports services operated by Greater Richmond Transit Company, including including GRTC Pulse.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Broad & Main Street |
3f2c7d |
|
local grtc = "%1 station (GRTC)"
local p = {
["lang"] = "en-US",
["system title"] = "[[GRTC Pulse]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Arts District"] = grtc,
["Convention Center"] = grtc,
["East Riverfront"] = grtc,
["East Glebe and Potomac"] = "[[East Glebe & Potomac station|East Glebe & Potomac]]",
["Government Center"] = grtc,
["Main Street"] = "Richmond Main Street Station",
["Science Museum"] = grtc,
["Staples Mill"] = grtc,
},
["lines"] = {
["_default"] = {
["color"] = "3f2c7d",
},
["Broad & Main Street"] = {
["Title"] = "[[GRTC Pulse|Broad & Main Street]]",
["left terminus"] = "Willow Lawn",
["right terminus"] = "Rocketts Landing",
},
},
}
return p