Jump to content

Module:Adjacent stations/Seattle Streetcar

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 19:45, 30 January 2022 (Created page with '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"] = "ff0000", }, ["First Hill Streetcar"] = { ["title"] = "First Hill Streetcar", ["color"] = "0055ff", }, ["South Lake Union Streetcar"] = { ["title"] = "[[South Lake...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous 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"] = "ff0000",
		},
		["First Hill Streetcar"] = {
			["title"] = "[[First Hill Streetcar]]",
			["color"] = "0055ff",
		},
		["South Lake Union Streetcar"] = {
			["title"] = "[[South Lake Union Streetcar]]",
			["color"] = "00aa00",
		},
	},
}

return p