local co = "%1 station (Chesapeake and Ohio Railroad)"
local ln = "%1 station (Louisville and Nashville Railroad)"
local wv = "%1 station (West Virginia)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chesapeake and Ohio Railway]]",
	["system icon"] = "",
	["system color"] = "170085",
	["station format"] = {
		"%1 station",
		["47th Street"] = "47th Street station (Chicago and Western Indiana Railroad)",
		["63rd Street"] = "63rd Street station (Metra)",
		["63rd Street B&O"] = "[[63rd Street station (Baltimore and Ohio Railroad)|63rd Street]]",
		["Alexandria"] = "Alexandria Union Station",
		["Ashland"] = "Ashland Transportation Center",
		["Bay View"] = co,
		["Bayshore"] = co,
		["Belvedere"] = co,
		["Brighton"] = co,
		["Calverton"] = co,
		["Chicago"] = "Grand Central Station (Chicago)",
		["Chicago Central"] = "[[Central Station (Chicago terminal)|Chicago]]",
		["Chicago Dearborn"] = "[[Dearborn Station|Chicago]]",
		["Columbus"] = co,
		["Englewood"] = "Englewood station (Chicago and Western Indiana Railroad)",
		["Fox"] = co,
		["Grand Rapids"] = "Grand Rapids Union Station",
		["Hammond"] = co,
		["Harlem"] = co,
		["Hinton"] = wv,
		["Lansing"] = co,
		["Oak"] = co,
		["Orange"] = co,
		["Rush"] = co,
		["Shelby"] = co,
		["Spring Hill"] = co,
		["Trowbridge"] = co,
		["Washington, D.C."] = "Washington Union Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "170085",	
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Cincinnati",
			["right terminus"] = {"Washington, D.C.", "Old Point Comfort"},
		},
		["Pere Marquette Main"] = {
			["title"] = "[[Pere Marquette Railway]]<br/><small>Main Line</small>",
			["left terminus"] = "Chicago",
			["right terminus"] = "Grand Rapids",
		},
	    ["Detroit-Grand Rapids"] = {
	    	["title"] = "Detroit - Grand Rapids",
	    	["left terminus"] = "Grand Rapids",
	    	["right terminus"] = "Detroit",
	    },
		["Ashland-Elkhorn City"] = {
			["title"] = "[[Ashland, Kentucky|Ashland]] – [[Elkhorn City]]",
			["left terminus"] = "Ashland",
			["right terminus"] = "Elkhorn City",
		},
		["Ashland-Louisville"] = {
			["title"] = "[[Ashland, Kentucky|Ashland]] – [[Louisville, Kentucky|Louisville]]",
			["left terminus"] = "Louisville",
			["right terminus"] = "Ashland",
		},
		["C&O Indiana"] = {
			["title"] = "[[Chicago, Cincinnati & Louisville Railroad]]",
			["left terminus"] = "Hammond",
			["right terminus"] = "Cincinnati",
		},
		["Columbus-Toledo"] = {
			["title"] = "[[Columbus, Ohio|Columbus]] – [[Toledo, Ohio|Toledo]]",
			["left terminus"] = "Toledo",
			["right terminus"] = "Columbus",
		},
		["Grand Rapids-Bay View"] = {
			["title"] = "[[Grand Rapids, Michigan|Grand Rapids]] – [[Bay View, Michigan|Bay View]]",
			["left terminus"] = "Bay View",
			["right terminus"] = "Grand Rapids",
		},
		["Saginaw-Toledo"] = {
			["title"] = "Saginaw-Toledo",
			["left terminus"] = "Saginaw",
			["right terminus"] = "Toledo",
		},
		["Allegan-Pentwater"] = {
			["title"] = "Allegen-Pentwater",
			["left terminus"] = "Pentwater",
			["right terminus"] = "Allegan",
		},
		["Saginaw-Freeport"] = {
			["title"] = "Saginaw-Freeport",
			["left terminus"] = "Freeport",
			["right terminus"] = "Saginaw",
		},
		["Holland-Muskegon"] = {
			["title"] = "Holland-Muskegon",
			["left terminus"] = "Holland",
			["right terminus"] = "Muskegon",
		},
	},
}

return p