Module:Adjacent stations/METRORapid

From Wikipedia, the free encyclopedia

local houston = "%1 station (Houston)"
local university_line = "METRORapid University Line#%1"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Houston Metro#METRORapid|METRORapid]]",
	["system icon"] = "[[File:HoustonMetroLogoOnly.svg|16px|link=Houston Metro#METRORapid]]",
	["rail box format"] = "title",
	["system color"] = "2b59ae",
	["station format"] = {
		"%1 station",
		["Almeda"] = university_line,
		["Cullen"] = university_line,
		["Eastwood Transit Center"] = university_line,
		["Gulfton"] = university_line,
		["Hillcroft Transit Center"] = university_line,
		["Menil"] = university_line,
		["Montrose"] = houston,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[METRORapid %1 Line|%1 Line]]",
		},
		["University"] = {
			["color"] = "11679a",
			["left terminus"] = "Westchase Park and Ride",
			["right terminus"] = "Tidwood Transit Center",
		},
		["Silver"] = {
			["color"] = "636466",
			["left terminus"] = "Westpark/Lower Uptown Transit Center",
			["right terminus"] = "Northwest Transit Center",
		},
	},
}

return p