Module:Adjacent stations/Georgia Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Georgia Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
103579 |
| |
Camak-Macon | Camak-Macon |
103579 |
|
local gr = "%1 station (Georgia Railroad)"
local ga = "%1 station (Georgia)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Georgia Railroad and Banking Company|Georgia Railroad]]",
["system icon"] = "",
["system color"] = "103579",
["station format"] = {
"%1 station",
["Atlanta"] = "Atlanta Union Station (1930)",
["Augusta"] = "Augusta Union Station",
["Decatur"] = gr,
},
["lines"] = {
["_default"] = {
["color"] = "103579",
},
["Main"] = {
["title"] = "Main Line",
["left terminus"] = "Atlanta",
["right terminus"] = "Augusta",
},
["Camak-Macon"] = {
["title"] = "Camak-Macon",
["left terminus"] = "Macon",
["right terminus"] = "Camak",
},
},
}
return p