Module:Adjacent stations/Cleveland Railway

From Wikipedia, the free encyclopedia

local gcrta = "%1 station (GCRTA)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Cleveland Railway (Ohio)|Cleveland Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Coventry"] = gcrta,
		["Southington"] = "Southington station (GCRTA Green Line)",
		["Warrensville"] = "Warrensville–Shaker station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FFFFFF",
		},
		["Courtland Spur"] = {
			["title"] = "Courtland Spur",
			["left terminus"] = "Terminal Square",
			["right terminus"] = "Shaker Heights Country Club",			
		},
		["Coventry Shuttle"] = {
			["title"] = "Coventry Shuttle",
			["color"] = "FFFFFF",
			["left terminus"] = "Fairmount (Shaker)",
			["right terminus"] = "Coventry",			
		},
		["Moreland Line"] = {
			["title"] = "[[Blue Line (Cleveland)|Moreland Line]]",
			["color"] = "000000",
			["left terminus"] = "Terminal Square",
			["right terminus"] = "Lynnfield",
		},
		["Shaker Line"] = {
			["title"] = "[[Green Line (Cleveland)|Shaker Line]]",
			["color"] = "FF0000",
			["left terminus"] = "Terminal Square",
			["right terminus"] = "Warrensville",
		},
	},
}

return p