This is a data module for Module:Adjacent stations. It supports services operated by Hampton Roads Transit.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
The Tide | The Tide or 800 |
3b5aa7 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Hampton Roads Transit]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["name format"] = "font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: #38b2e6; padding: 4px;",
["lines"] = {
-- Color sourced from https://gohrt.com/wp-content/uploads/2018/10/HRT_BrandStandards_Guide.pdf
["The Tide"] = {
["title"] = "[[The Tide (light rail network)|The Tide]]",
["color"] = "3b5aa7",
["left terminus"] = "EVMC/Fort Norfolk",
["right terminus"] = "Newtown Road",
},
},
["aliases"] = {
["800"] = "The Tide",
},
}
return p