Module:Adjacent stations/Nashville, Chattanooga and St. Louis Railway
This is a data module for Module:Adjacent stations. It supports services operated by Nashville, Chattanooga and St. Louis Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
2a5c3c |
| |
Elora-Gadsden | Elora-Gadsden |
2a5c3c |
| |
Bridgeport-Pikeville | Bridgeport-Pikeville |
2a5c3c |
| |
Orme Branch | Orme Branch |
2a5c3c |
|
local ncsl = "%1 station (Nashville, Chattanooga and St. Louis Railway)"
local al = "%1 station (Alabama)"
local tn = "%1 station (Tennessee)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Nashville, Chattanooga and St. Louis Railway]]",
["system icon"] = "",
["system color"] = "2a5c3c",
["station format"] = {
["Atlanta"] = "Atlanta Union Station (1930)",
["Bolton"] = ncsl,
["Boyce"] = tn,
["Bridgeport"] = "Bridgeport Depot Museum",
["Calhoun"] = "Calhoun Depot",
["Elizabeth"] = ncsl,
["Memphis"] = "Memphis Union Station",
["Pikeville"] = tn,
["Stevenson"] = "Stevenson Railroad Depot and Hotel",
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "2a5c3c",
},
["Bridgeport-Pikeville"] = {
["title"] = "Bridgeport-Pikeville",
["left terminus"] = "Bridgeport",
["right terminus"] = "Pikeville",
},
["Elora-Gadsden"] = {
["title"] = "Elora-Gadsden",
["left terminus"] = "Elora",
["right terminus"] = "Gadsden",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Memphis",
["right terminus"] = "Atlanta",
},
["Orme Branch"] = {
["title"] = "Orme Branch",
["left terminus"] = "Orme",
["right terminus"] = "Bridgeport",
},
},
}
return p