Jump to content

Module:Adjacent stations/Metro Transit (Minnesota)

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by WMSR (talk | contribs) at 15:07, 27 March 2025 (lang). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["lang"] = "en-US",
	["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