Jump to content

Module:Adjacent stations/Sound Transit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:10, 14 June 2019 (Created page with 'local st = "%1 station (Sound Transit)" local wa = "%1 station (Washington)" local p = { ["lang"] = "en-US", ["system title"] = "Sound Transit", ["system...'). 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 st = "%1 station (Sound Transit)"
local wa = "%1 station (Washington)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Sound Transit]]",
	["system icon"] = "[[File:Sound Transit logo simplified.svg|20px|link=Sound Transit]]",
	["system color"] = "003e7e",
	["station format"] = {
		"%1 station",
		["6th Avenue"] = st,
		["Auburn"] = st,
		["Avalon"] = st,
		["Beacon Hill"] = st,
		["DuPont"] = st,
		["Eastgate"] = st,
		["Edmonds"] = wa,
		["Everett"] = "Everett Station",
		["Federal Way Transit Center"] = "%1",
		["Kent"] = st,
		["Lynnwood City Center"] = "Lynnwood Transit Center",
		["Mariner"] = st,
		["Midtown"] = st,
		["Northgate"] = st,
		["Roosevelt"] = st,
		["SODO"] = st,
		["Seattle"] = "King Street Station",
		["Stadium"] = st,
		["Tacoma Dome"] = "Tacoma Dome Station",
		["Westlake"] = st,
		["Wilburton"] = st,
	},
	["lines"] = {
		["Central"] = {
			["color"] = "f05946",
			["left terminus"] = "University of Washington",
			["right terminus"] = "Angle Lake",
		},
		["East"] = {
			["color"] = "1d99d6",
			["left terminus"] = "Northgate",
			["right terminus"] = "Redmond Technology Center",
		},
		["North"] = {
			["title"] = "[[Sounder commuter rail#North Line|North Line]]",
			["color"] = "88be5f",
			["left terminus"] = "Seattle",
			["right terminus"] = "Everett",
		},
		["South"] = {
			["title"] = "[[Sounder commuter rail#South Line|South Line]]",
			["color"] = "5fb04f",
			["left terminus"] = "Lakewood",
			["right terminus"] = "Seattle",
		},
		["Tacoma"] = {
			["color"] = "f7bf15",
			["left terminus"] = "Theater District/South 9th Street",
			["right terminus"] = "Tacoma Dome",
		},
	},
}

return p