Jump to content

Module:Adjacent stations/Portland Streetcar

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Portland Streetcar]]",
	["system icon"] = "[[File:Portland Streetcar symbol.svg|19px|link=Portland Streetcar]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",	
		},
		["A"] = {
			["title"] = "[[A and B Loop|A Loop]]",
			["color"] = "db0962",
			["circular"] = true,
			["left terminus"] = "Next counter-clockwise",
			["right terminus"] = "Next clockwise",
		},
		["B"] = {
			["title"] = "[[A and B Loop|B Loop]]",
			["color"] = "343291",
			["circular"] = true,
			["left terminus"] = "Next counter-clockwise",
			["right terminus"] = "Next clockwise",
		},
		["NS"] = {
			["title"] = "[[NS Line]]",
			["color"] = "8dc640",
			["left terminus"] = "S Lowell & Bond",
			["right terminus"] = "NW 23rd & Marshall",
		},
	},
	["aliases"] = {
		["a"] = "A",
		["b"] = "B",
		["ns"] = "NS",
	},
}

return p