Jump to content

Module:Adjacent stations/National Streetcar Museum

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[National Streetcar Museum]]",
	["system icon"] = "",
	["system color"] = "FADC56",
	["station format"] = {
		["Boott Mills"] = "Boott Mills#Transit",
		["Suffolk Mills"] = "[[Wannalancit Mills#Transit|Suffolk Mill]]",
		["Visitor Center"] = "Lowell National Historical Park#Park information",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Lowell National Historical Park#Park information|Lowell Heritage Trolley Transit System]]",
			["color"] = "FADC56",	
		},
		["Suffolk Mills-Boott Mills"] = {
			["left terminus"] = "Suffolk Mills",
			["right terminus"] = "Boott Mills",
		},
		["Suffolk Mills-Visitor Center"] = {
			["left terminus"] = "Suffolk Mills",
			["right terminus"] = "Visitor Center",
		},
		["Visitor Center-Boott Mills"] = {
			["left terminus"] = "Visitor Center",
			["right terminus"] = "Boott Mills",
		},

	},
}

return p