Module:Adjacent stations/NGCR
Appearance
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Athens Line | Athens |
0168B3 |
| |
Gainesville Line | Gainesville |
FFD006 |
|
local clt = "%1 station (Atlanta)"
local p = {
["system title"] = "[[North Georgia Commuter Rail|NGCR]]",
["station format"] = {
"%1 station",
["Athens"] = "Athens,Georgia",
["Atlanta"] = "[[ Atlanta Multimodal Passenger Terminal|Atlanta]]",
["Edgewood/Candler Park station"] = "[[Edgewood/Candler Park Station|Edgewood/Candler Park]]",
["Gainesville"] = "[[Gainesville Station(Georgia)|Gainesville]]",
["Georgia Tech"]= "Georgia Tech",
["Lee Gilmer Airport"] = "Lee Gilmer Airport",
},
["lines"] = {
["Athens"] = {
["title"] = "[[Athens Line]]",
["color"] = "0168B3",
["left terminus"] = "Atlanta",
["right terminus"] = "Athens",
},
["Gainesville"] = {
["title"] = "[[Gainesville Line]]",
["color"] = "FFD006",
["left terminus"] = "Atlanta",
["right terminus"] = "Gainesville",
}
},
}
return p