Jump to content

Module:Adjacent stations/Michigan Central Railroad

From Wikipedia, the free encyclopedia

local il = "%1 station (Illinois)"
local ind = "%1 station (Indiana)"
local mc = "%1 station (Michigan Central Railroad)"
local mi = "%1 station (Michigan)"
local nyc = "%1 station (New York Central Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Michigan Central Railroad]]",
	["system icon"] = "",
	["station format"] = {
		["22nd Street"] = "22nd Street station (Illinois Central Railroad)",
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Buffalo–Exchange Street",
		},
	},
}

return p