Jump to content

Module:Adjacent stations/Portland Streetcar

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by WMSR (talk | contribs) at 15:17, 27 March 2025 (lang). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["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