Module:Adjacent stations/Seattle Streetcar

< Module:Adjacent stations
Revision as of 07:33, 31 Ocak 2022 by imported>SounderBruce (none of these colors are used in any official setting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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