local blue = "%1 station (GCRTA Blue Line)"
local blue_green = "%1 station (GCRTA Blue and Green Lines)"
local gcrta = "%1 station (GCRTA)"
local green = "%1 station (GCRTA Green Line)"
local red = "%1 station (GCRTA Red Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[RTA Rapid Transit]]",
	["system icon"] = "",
	["header background color"] = "0075c9",
	["station format"] = {
		"%1 station",
        ["Airport"] = gcrta,
        ["Ashby"] = gcrta,
        ["Attleboro"] = gcrta,
        ["Avalon"] = gcrta,
        ["Coventry"] = gcrta,
		["East 79th"] = {
			["Blue"] = blue_green,
			["Green"] = blue_green,
			["Red"] = red,			
		},
        ["Kenmore"] = gcrta,
        ["Louis Stokes–Windermere"] = "[[Louis Stokes Station at Windermere|Louis Stokes–Windermere]]",
		["Southington"] = {
			["Blue"] = blue,
			["Green"] = green,			
		},
        ["South Park"] = gcrta,
	},
	["lines"] = {
		["Blue"] = {
			["title"] = "[[Blue, Green, and Waterfront Lines (Cleveland)|Blue Line]]",
			["color"] = "0067D6",
			["left terminus"] = "Tower City",
			["right terminus"] = "Warrensville–Van Aken",
		},
		["Green"] = {
			["title"] = "[[Blue, Green, and Waterfront Lines (Cleveland)|Green Line]]",
			["color"] = "418941",
			["left terminus"] = "Tower City",
			["right terminus"] = "Green Road",
		},
        ["HealthLine"] = {
			["title"] = "[[HealthLine]]",
			["color"] = "747474",
			["left terminus"] = "Public Square–West Roadway",
			["right terminus"] = "Louis Stokes–Windermere",
		},
		["Red"] = {
			["title"] = "[[Red Line (GCRTA)|Red Line]]",
			["color"] = "BA0C2F",
			["left terminus"] = "Airport",
			["right terminus"] = "Louis Stokes–Windermere",
		},
        ["Waterfront"] = {
			["title"] = "[[Blue, Green, and Waterfront Lines (Cleveland)|Waterfront Line]]",
			["color"] = "3B8189",
			["left terminus"] = "South Harbor",
			["right terminus"] = "Tower City",
            ["types"] = {
				["Reverse"] = {
					["title"] = "",
					["left terminus"] = "Tower City",
					["right terminus"] = "South Harbor",
				},
			},
		},
	},
}

return p