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 16:34, 13 June 2019 (Created page with 'local mt = "%1 station (Metro Transit)" local p = { ["lang"] = "en-US", ["system title"] = "Metro", ["system icon"] = "[[File:Metro Min...'). 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 mt = "%1 station (Metro Transit)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Metro (Minnesota)|Metro]]",
	["system icon"] = "[[File:Metro Minnesota icon.svg|20px|link=Metro (Minnesota)]]",
	["station format"] = {
		"%1 station",
		["10th Street"] = mt,
		["38th Street"] = mt,
		["46th Street"] = mt,
		["Central"] = mt,
		["Franklin Avenue"] = mt,
		["Prospect Park"] = mt,
		["Ramsey"] = mt,
		["Saint Paul Union Depot"] = "%1",
		["VA Medical Center"] = mt,
		["Western Avenue"] = mt,
		["Westgate"] = mt,
	},
	["lines"] = {
		["Blue"] = {
			["title"] = "[[Metro Blue Line (Minnesota)|Blue Line]]",
			["color"] = "0053a0",
			["left terminus"] = "Target Field",
			["right terminus"] = "Mall of America",
		},
		["Gold"] = {
			["title"] = "[[Metro Gold Line (Minnesota)|Gold Line]]",
			["color"] = "ffd700",
		},
		["Green"] = {
			["title"] = "[[Metro Green Line (Minnesota)|Green Line]]",
			["color"] = "008144",
			["left terminus"] = "Target Field",
			["right terminus"] = "Saint Paul Union Depot",
		},
		["Orange"] = {
			["title"] = "[[Metro Orange Line (Minnesota)|Orange Line]]",
			["color"] = "f68a1e",
			["left terminus"] = "Minneapolis Gateway",
			["right terminus"] = "Kenrick Avenue Park and Ride",
		},
		["Red"] = {
			["title"] = "[[Metro Red Line (Minnesota)|Red Line]]",
			["color"] = "ed1b2e",
			["left terminus"] = "Mall of America",
			["right terminus"] = "Lakeville Cedar",
		},
		["Rush"] = {
			["title"] = "[[Rush Line Corridor|Rush Line]]",
			["color"] = "800080",
		},
	},
}

return p