વિભાગ:Adjacent stations/RTA Rapid Transit

વિકિપીડિયામાંથી

Documentation for this module may be created at વિભાગ:Adjacent stations/RTA Rapid Transit/doc

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|Rapid Transit]]",
	["system icon"] = "[[File:GCRTA wordmark logo.svg|22px|link=RTA Rapid Transit]]",
	["name format"] = "font-family: Helvetica; background-color: #1a358a; font-size: 160%; color: white; padding: 0.5em; line-height: 0.5; white-space: nowrap; border-radius: 5em; margin: 0.25em; text-align: center; border: 5px solid #B52F2C;",
	["header background color"] = "1a358a",
	["type"] = "[[File:GCRTA wordmark logo.svg|22px|link=RTA Rapid Transit]] [[RTA Rapid Transit|Rapid Transit]] station",
	["station format"] = {
		"%1 station",
        ["Airport"] = gcrta,
        ["Amtrak"] = "Cleveland Lakefront Station",
        ["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",
		["Southington"] = {
			["Blue"] = blue,
			["Green"] = green,			
		},
        ["South Park"] = gcrta,
        ["West 3rd–Stadium"] = "West 3rd station",
        ["Windermere"] = "[[Louis Stokes Station at Windermere|Windermere]]",
	},
	["lines"] = {
		["Blue"] = {
			["title"] = "[[Blue Line (RTA Rapid Transit)|Blue Line]]",
			["color"] = "0067D6",
			["left terminus"] = "Tower City",
			["right terminus"] = "Warrensville–Van Aken",
		},
		["Cleveland State"] = {
			["title"] = "[[RTA Rapid Transit#Cleveland State Line|Cleveland State Line]]",
			["color"] = "006341",
		},
		["Green"] = {
			["title"] = "[[Green Line (RTA Rapid Transit)|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",
		},
		["MetroHealth"] = {
			["title"] = "[[RTA Rapid Transit#MetroHealth Line|MetroHealth Line]]",
			["color"] = "15AAA6",
		},
		["Red"] = {
			["title"] = "[[Red Line (RTA Rapid Transit)|Red Line]]",
			["color"] = "BA0C2F",
			["left terminus"] = "Airport",
			["right terminus"] = "Windermere",
		},
        ["Waterfront"] = {
			["title"] = "[[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