Difference between revisions of "Module:Adjacent stations/Metro Transit (Minnesota)"
MyWikiBiz, Author Your Legacy — Friday October 31, 2025
Jump to navigationJump to search|  (Moved page from wikipedia:en:Module:Adjacent stations/Metro Transit (Minnesota)) | 
| (No difference) | 
Latest revision as of 18:36, 8 July 2021
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
