Jump to content

Module:Adjacent stations/Nashville, Chattanooga and St. Louis Railway

From Wikipedia, the free encyclopedia

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",
		["Stevenson"] = "Stevenson Railroad Depot and Hotel",
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "2a5c3c",	
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Memphis",
			["right terminus"] = "Atlanta",
		},
	},
}

return p