Jump to content

Module:Adjacent stations/NGCR

From Wikipedia, the free encyclopedia

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