Jump to content

Module:Adjacent stations/TriMet

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:02, 29 January 2022 (save). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local tc = "%1"
local trimet = "%1 station (TriMet)"

local p = {
	["system title"] = "[[TriMet]]",
	["system icon"] = "[[File:TriMet icon.svg|19px|link=TriMet]]",
	["station format"] = {
		"%1 station",
		["Beaverton Transit Center"] = tc,
		["Clackamas Town Center Transit Center"] = tc,
		["Gateway/Northeast 99th Avenue Transit Center"] = tc,
		["Gresham Central Transit Center"] = tc,
		["Hillsboro Central/Southeast 3rd Avenue Transit Center"] = tc,
		["Hollywood/Northeast 42nd Avenue Transit Center"] = tc,
		["North Lombard Transit Center"] = tc,
		["Parkrose/Sumner Transit Center"] = tc,
		["Rose Quarter Transit Center"] = tc,
		["Sunset Transit Center"] = tc,
		["Willow Creek/Southwest 185th Avenue Transit Center"] = tc,
		-- Doubles
		["Library/Southwest 9th Avenue"] = "Library/Southwest 9th Avenue and Galleria/Southwest 10th Avenue stations",
		["Galleria/Southwest 10th Avenue"] = "Library/Southwest 9th Avenue and Galleria/Southwest 10th Avenue stations",
		["Mall/Southwest 4th Avenue"] = "Mall/Southwest 4th Avenue and Mall/Southwest 5th Avenue stations",
		["Mall/Southwest 5th Avenue"] = "Mall/Southwest 4th Avenue and Mall/Southwest 5th Avenue stations",
		["Northwest 6th & Davis"] = "Northwest 6th & Davis and Northwest 5th & Couch stations",
		["Northwest 5th & Couch"] = "Northwest 6th & Davis and Northwest 5th & Couch stations",
		["Pioneer Courthouse/Southwest 6th"] = "Pioneer Courthouse/Southwest 6th and Pioneer Place/Southwest 5th stations",
		["Pioneer Place/Southwest 5th"] = "Pioneer Courthouse/Southwest 6th and Pioneer Place/Southwest 5th stations",
		["Pioneer Square South"] = "Pioneer Square South and Pioneer Square North stations",
		["Pioneer Square North"] = "Pioneer Square South and Pioneer Square North stations",
		["PSU South/Southwest 5th & Jackson"] = "PSU South stations",
		["PSU South/Southwest 6th and College"] = "PSU South stations",
		["Southwest 6th & Madison"] = "Southwest 6th & Madison and City Hall/Southwest 5th & Jefferson stations",
		["City Hall/Southwest 5th & Jefferson"] = "Southwest 6th & Madison and City Hall/Southwest 5th & Jefferson stations",
		["Southwest 6th & Pine"] = "Southwest 6th & Pine and Southwest 5th & Oak stations",
		["Southwest 5th & Oak"] = "Southwest 6th & Pine and Southwest 5th & Oak stations",
		["Union Station/Northwest 6th & Hoyt"] = "Union Station/Northwest 6th & Hoyt and Union Station/Northwest 5th & Glisan stations",
		["Union Station/Northwest 5th & Glisan"] = "Union Station/Northwest 6th & Hoyt and Union Station/Northwest 5th & Glisan stations",
		["Yamhill District"] = "Yamhill District and Morrison/Southwest 3rd Avenue stations",
		["Morrison/Southwest 3rd Avenue"] = "Yamhill District and Morrison/Southwest 3rd Avenue stations",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[MAX %1 Line|%1 Line]]",	
		},
		-- MAX Light Rail
		["Blue"] = {
			["color"] = "0069AA",
			["left terminus"] = "Hatfield Government Center",
			["right terminus"] = "Cleveland Avenue",
		},
		["Green"] = {
			["color"] = "008752",
			["left terminus"] = "Clackamas Town Center Transit Center",
			["right terminus"] = "PSU South/Southwest 5th & Jackson",
		},
		["Orange"] = {
			["color"] = "D05D15",
			["left terminus"] = "Southeast Park Avenue",
			["right terminus"] = "PSU South/Southwest 6th & College",
		},
		["Red"] = {
			["color"] = "D11241",
			["left terminus"] = "Beaverton Transit Center",
			["right terminus"] = "Portland International Airport",
		},
		["Yellow"] = {
			["color"] = "FFC424",
			["left terminus"] = "Union Station/Northwest 5th & Glisan",
			["right terminus"] = "Expo Center",
		},
		-- Others
		["WES Commuter Rail"] = {
			["title"] = "WES Commuter Rail",
			["color"] = "6D6E71",
			["left terminus"] = "Wilsonville Transit Center",
			["right terminus"] = "Beaverton Transit Center",
		},
	},
	["aliases"] = {
		["wes"] = "WES Commuter Rail",
	},
}

return p