Jump to content

Module:Adjacent stations/Georgia Railroad

From Wikipedia, the free encyclopedia

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",
		},
	},
}

return p