Jump to content

Module:Adjacent stations/Seattle Streetcar

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SounderBruce (talk | contribs) at 06:33, 31 January 2022 (none of these colors are used in any official setting). 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",
		},
		["South Lake Union Streetcar"] = {
			["title"] = "[[South Lake Union Streetcar]]",
			["color"] = "ec4025",
		},
	},
}

return p