Jump to content

Module:Adjacent stations/Seattle Streetcar

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Endrias Kassa (talk | contribs) at 03:48, 14 February 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Seattle Streetcar]]",
	["system icon"] = "",
	["system color"] = "ec4025",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Center City Connector"] = {
			["title"] = "Center City Connector",
			["color"] = "ec4025",
		},
		["First Hill Streetcar"] = {
			["title"] = "[[First Hill Streetcar]]",
			["color"] = "ec4025",
			["left terminus"] = "Occidental Mall",
			["right terminus"] = "Broadway & Denny",
		},
		["South Lake Union Streetcar"] = {
			["title"] = "[[South Lake Union Streetcar]]",
			["color"] = "ec4025",
			["left terminus"] = "Westlake",
			["right terminus"] = "Fairview & Campus Drive",
		},
	},
}

return p