Jump to content

Module:Adjacent stations/Detroit RTA

From Wikipedia, the free encyclopedia

local clt = "%1 station (Detroit)"

local p = {
	["system title"] = "[[Regional Transit Authority of Southeast Michigan|Detroit RTA]]",
	["station format"] = {
		"%1 station",
		["Ann Arbor"] = "[[Ann Arbor station]]",
		["Dearborn"] = "[[John D. Dingell Transit Center]]",
		["Detroit"] = "[[Detroit station]]",
		["Wayne"] = 'Wayne,Michigan',
		["Ypsilanti"] = 'Ypsilanti, Michigan',

	},
	["lines"] = {
		["MiTrain"] = {
			["title"] = "[[Ann Arbor-Detroit Regional Rail|MiTrain]]",
			["color"] = "00eb74",
			["left terminus"] = "Ann Arbor",
			["right terminus"] = "Detroit",
		}
	},
}

return p