Jump to content

Module:Adjacent stations/Metro (Minnesota)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:27, 24 June 2019 (Per https://www.metrotransit.org/orange-line-stations, actual endpoints for the Orange Line). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local mt = "%1 station (Metro Transit)"
local mvta = "%1 station (MVTA)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Metro (Minnesota)|Metro]]",
	["system icon"] = "[[File:Metro Minnesota icon.svg|20px|link=Metro (Minnesota)]]",
	["name format"] = "font-size: 160%; font-family:Helvetica; font-weight: bolder; color: #FFFFFF; background-color: #1132c7; padding: 0.4em 4px;",
	["station format"] = {
		"%1 station",
		["10th Street"] = mt,
		["38th Street"] = mt,
		["46th Street"] = mt,
		["140th Street"] = mvta,
		["Cedar Grove"] = "Cedar Grove Transit Station",
		["Central"] = mt,
		["Downtown Minneapolis"] = "%1",
		["Franklin Avenue"] = mt,
		["Prospect Park"] = mt,
		["Ramsey"] = mt,
		["Saint Paul Union Depot"] = "%1",
		["VA Medical Center"] = mt,
		["Western Avenue"] = mt,
		["Westgate"] = mt,
	},
	["lines"] = {
		["A Line"] = {
			["title"] = "[[A Line (Minnesota)|A Line]]",
			["short name"] = "A",
			["color"] = "A9A9A9",
			["text color"] = "FFFFFF",
		},
		["Blue Line"] = {
			["title"] = "[[Metro Blue Line (Minnesota)|Blue Line]]",
			["color"] = "0053a0",
			["left terminus"] = "Target Field",
			["right terminus"] = "Mall of America",
		},
		["C Line"] = {
			["title"] = "[[C Line (Minnesota)|C Line]]",
			["short name"] = "C",
			["color"] = "A9A9A9",
			["text color"] = "FFFFFF",
		},
		["Gold Line"] = {
			["title"] = "[[Metro Gold Line (Minnesota)|Gold Line]]",
			["color"] = "ffd700",
		},
		["Green Line"] = {
			["title"] = "[[Metro Green Line (Minnesota)|Green Line]]",
			["color"] = "008144",
			["left terminus"] = "Target Field",
			["right terminus"] = "Saint Paul Union Depot",
		},
		["Orange Line"] = {
			["title"] = "[[Metro Orange Line (Minnesota)|Orange Line]]",
			["color"] = "f68a1e",
			["left terminus"] = "Downtown Minneapolis",
			["right terminus"] = "I-35W and Burnsville Parkway",
		},
		["Red Line"] = {
			["title"] = "[[Metro Red Line (Minnesota)|Red Line]]",
			["color"] = "ed1b2e",
			["text color"] = "FFFFFF",
			["left terminus"] = "Mall of America",
			["right terminus"] = "Lakeville Cedar",
		},
		["Rush Line"] = {
			["title"] = "[[Rush Line Corridor|Rush Line]]",
			["color"] = "800080",
		},
	},
	["aliases"] = {
		["a"] = "A Line",
		["blue"] = "Blue Line",
		["c"] = "C Line",
		["gold"] = "Gold Line",
		["green"] = "Green Line",
		["orange"] = "Orange Line",
		["red"] = "Red Line",
		["rush"] = "Rush Line",
		["southwest lrt"] = "Green Line",
	}
}

return p