Module:Adjacent stations/Metro Transit (Minnesota)
< Module:Adjacent stations
			Revision as of 18:36, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Metro Transit (Minnesota))
Template:Adjacent stations doc 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