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 05:06, 14 February 2025 (Added templates for the stations.). 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",
		["5th & Jackson"] = p,
		["7th & Jackson"] = p,
		["12th & Jackson"] = p,
		["14th & Washington"] = p,
		["Broadway & Denny"] = "Capitol Hill station",
        ["Broadway & Pike-Pine"] = p,
        ["Broadway & Marion"] = p,
        ["Broadway & Terrace"] = p,
        ["Fairview & Campus Drive"] = p,
        ["Lake Union Park"] = p,
        ["Terry & Mercer"] = p,
        ["Terry & Thomas"] = p,
        ["Westlake & 7th"] = p,
        ["Westlake & 9th"] = p,
        ["Westlake Hub"] = "Westlake station (Sound Transit)",
        ["Yesler & Broadway"] = p,
	},
	["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