模組:Adjacent stations/Sound Transit

local st = "%1 station (Sound Transit)"
local wa = "%1 station (Washington)"

local p = {
	["system title"] = "[[海湾公共交通局]]",
	["system icon"] = "[[File:Sound Transit logo simplified.svg|20px|link=海湾公共交通局]]",
	["name format"] = "background-color: #2b376e; color: #ffffff; border-bottom: 3px solid #ffffff; border-right: 3px solid #ffffff; border-left: 3px solid #ffffff; font-size: 150%; line-height: 110%; text-align: center; vertical-align: center; padding-top: 5px; padding-bottom: 5px;",
	["system color"] = "003e7e",
	["station format"] = {
		"%1站",
		["6th Avenue"] = st,
		["Auburn"] = st,
		["Avalon"] = st,
		["Beacon Hill"] = st,
		["Bellevue Transit Center"] = "%1",
		["Downtown Seattle"] = "%1",
		["DuPont"] = st,
		["Eastgate"] = st,
		["Edmonds"] = wa,
		["Everett"] = "[[埃弗里特站|埃弗里特]]",
		["Federal Way Transit Center"] = "%1",
		["Kent"] = st,
		["Lynnwood City Center"] = "Lynnwood Transit Center",
		["Mariner"] = st,
		["Midtown"] = st,
		["Northgate"] = st,
		["Rainier"] = "Rainier Freeway Station",
		["Roosevelt"] = st,
		["SODO"] = st,
		["Seattle"] = "[[景街站|西雅图]]",
		["Stadium"] = st,
		["Tacoma Dome"] = "Tacoma Dome Station",
		["Westlake"] = st,
		["Wilburton"] = st,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[海湾轻轨%1号线|%1号线]]",
			["icon"] = "[[File:%1 (Sound Transit) icon.svg|16px|alt=]]",
			["text color"] = "FFFFFF",
		},
		["550"] = {
			["title"] = "550路",
			["icon"] = "",
			["color"] = "66bdd1",
			["left terminus"] = "Downtown Seattle",
			["right terminus"] = "Bellevue Transit Center",
			["types"] = {
				["DSTT"] = {
					["note-mid"] = "(1999–2019)",
					["left terminus"] = "Convention Place",
					["right terminus"] = "Bellevue Transit Center",
				},
			},
		},
		["Line 1"] = {
			["title"] = "[[海湾轻轨1号线|1号线]]",
			["color"] = "3dae2b",
			["left terminus"] = "Northgate",
			["right terminus"] = "Angle Lake",
			["types"] = {
				["Lynnwood"] = {
					["title"] = "Lynnwood Extension",
					["note-mid"] = "(2024)",
					["left terminus"] = "Lynnwood City Center",
				},
				["Tacoma Dome"] = {
					["title"] = "Tacoma Dome Extension",
					["note-mid"] = "(2032)",
					["left terminus"] = "Lynnwood City Center",
					["right terminus"] = "Tacoma Dome",
				},
				["Ballard"] = {
					["title"] = "Ballard Extension",
					["note-mid"] = "(2037)",
					["left terminus"] = "Ballard",
					["right terminus"] = "Tacoma Dome",
				},
				["Federal Way"] = {
					["title"] = "Federal Way Extension",
					["note-mid"] = "(2024)",
					["right terminus"] = "Federal Way Transit Center",
				},
				-- Needed for station list on [[List of Link light rail stations]]
				["University"] = {
					["title"] = "University Extension",
					["note-mid"] = "(2016)",
					["left terminus"] = "University of Washington",
					["right terminus"] = "Angle Lake",
				},
			},
		},
		["Line 2"] = {
			["title"] = "[[海湾轻轨2号线|2号线]]",
			["color"] = "00a0df",
			["left terminus"] = "Northgate",
			["right terminus"] = "Redmond Technology",
			["types"] = {
				["Lynnwood"] = {
					["title"] = "Lynnwood Extension",
					["note-mid"] = "(2024)",
					["left terminus"] = "Lynnwood City Center",
				},
				["Redmond"] = {
					["title"] = "Downtown Redmond Extension",
					["note-mid"] = "(2024)",
					["right terminus"] = "Downtown Redmond",
				},
			},
		},
		["Line 3"] = {
			["title"] = "[[海湾轻轨3号线|3号线]]",
			["color"] = "ed40a9",
			["right terminus"] = "Alaska Junction",
			["types"] = {
				["Everett"] = {
					["title"] = "Everett Extension",
					["note-mid"] = "(2037)",
					["left terminus"] = "Everett",
				},
				["West Seattle"] = {
					["title"] = "West Seattle Extension",
					["note-mid"] = "(2032)",
					["left terminus"] = "SODO",
				},
			},
		},
		["Line 4"] = {
			["title"] = "[[海湾轻轨4号线|4号线]]",
			["color"] = "b14fc5",
			["left terminus"] = "Issaquah",
			["right terminus"] = "South Kirkland",
			["types"] = {
				["South Kirkland–Issaquah"] = {
					["title"] = "South Kirkland–Issaquah Extension",
					["note-mid"] = "(2044)",
				},
			},
		},
		["North"] = {
			["title"] = "[[海湾通勤铁路|北线]]",
			["icon"] = "[[File:Line N (Sound Transit) icon.svg|16px]]",
			["color"] = "9ab6d3",
			["left terminus"] = "Seattle",
			["right terminus"] = "Everett",
		},
		["South"] = {
			["title"] = "[[海湾通勤铁路|南线]]",
			["icon"] = "[[File:Line S (Sound Transit) icon.svg|16px]]",
			["color"] = "9ab6d3",
			["left terminus"] = "莱克伍德",
			["right terminus"] = "Seattle",
		},
		["Line T"] = {
			["title"] = "[[海湾轻轨T线|T线]]",
			["color"] = "f38b00",
			["left terminus"] = "Theater District/South 9th Street",
			["right terminus"] = "Tacoma Dome",
			["types"] = {
				["Hilltop"] = {
					["title"] = "Hilltop Extension",
					["note-mid"] = "(2023)",
					["left terminus"] = "St Joseph",
				},
				["TCC"] = {
					["title"] = "TCC Extension",
					["note-mid"] = "(2041)",
					["left terminus"] = "Tacoma Community College",
				},
			},
		},
	},
	["aliases"] = {
		["central"] = "Line 1",
		["red"] = "Line 1",
		["east"] = "Line 2",
		["blue"] = "Line 2",
		["green"] = "Line 3",
		["pink"] = "Line 3",
		["purple"] = "Line 4",
		["tacoma"] = "Line T",
		["orange"] = "Line T",
	},
-- This isn't supported by the module.
	["subsystem icons"] = {
		["light rail"] = "[[File:Sound Transit Link Light Rail logo.svg|x15px|center|link=Link light rail|alt=Link]]",
		["commuter rail"] = "[[File:Sound Transit Sounder logo.svg|x15px|center|link=Sounder commuter rail|alt=Sounder]]",
	},
	["subsystem titles"] = {
		["light rail"] = "Link",
	},
}

return p