Jump to content

Module:Adjacent stations/Metro Transit (Minnesota)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 21:12, 25 June 2019 (Created page with 'local mt = "%1 station (Metro Transit)" local p = { ["system title"] = "Metro Transit", ["system icon"] = "[[File:Metro Minnesot...'). 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 = {
	["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"] = "f0e130",
			["left terminus"] = "Big Lake",
			["right terminus"] = "Target Field",
		},
	},
	["aliases"] = {
		["northstar"] = "Northstar Commuter Rail",
	}
}

return p