Module:Adjacent stations/Metro Transit (Minnesota)

From blackwiki
Jump to navigation Jump to search

This is a data module for Module:Adjacent stations. It supports services operated by the Metro Transit (Minnesota), including the Northstar Line. For bus and light rail services which fall within the scope of Metro (Minnesota), use Module:Adjacent stations/Metro (Minnesota).

Lines

Template:Rail template doc Template:Rail template doc Template:Rail template doc


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

local p = {
	["system title"] = "[[Metro Transit (Minnesota)|Metro Transit]]",
	["system icon"] = "[[File:Metro Minnesota icon.svg|20px|link=Metro Transit (Minnesota)]]",
	["station format"] = {
		"%1 station",
		["Ramsey"] = mt,
	},
	["lines"] = {
		["Northstar Commuter Rail"] = {
			["title"] = "[[Northstar Line]]",
			["color"] = "ebca23",
			["left terminus"] = "Big Lake",
			["right terminus"] = "Target Field",
		},
	},
	["aliases"] = {
		["northstar"] = "Northstar Commuter Rail",
	}
}

return p