Module:Adjacent stations/Sound Transit
MyWikiBiz, Author Your Legacy — Saturday November 01, 2025
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:47, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Sound Transit)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
Branches
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
Examples
King Street Station
{{Infobox station|name=King Street Station|services={{Adjacent stations|system1=Amtrak
|line1=Cascades|left1=Tukwila|right1=Edmonds
|line2=Coast Starlight|left2=Tacoma
|line3=Coast Starlight|left3=Tacoma Dome|note-left3=Suspended
|line4=Empire Builder|right4=Edmonds
|system5=Sound Transit|header5=[[File:Sound Transit Sounder logo.svg|x15px|center|link=Sounder commuter rail|alt=Sounder]]
|line5=North|right5=Edmonds
|line6=South|left6=Tukwila
|system7=Rocky Mountaineer
|line7=Coastal Passage|right7=Pacific Central
}}}}
International District/Chinatown
{{Infobox station| name = International District/Chinatown | services={{Adjacent stations|system1=Sound Transit
|line1=Central|left1=Pioneer Square|right1=Stadium|header1=[[File:Sound Transit Link Light Rail logo.svg|x15px|center|link=Link light rail|alt=Link]]
|note-row2='''Future services'''
|line3=East|left3=Pioneer Square|right3=Judkins Park|note-mid3=(2023)
|note-row4='''Former services'''
|header5=[[File:Sound Transit Express logo.svg|x15px|center|link=Sound Transit Express|alt=ST Express]]
|line5=550|left5=Pioneer Square|right5=Rainier
}}}}
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,
["Bellevue Transit Center"] = "%1",
["Downtown Seattle"] = "%1",
["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,
["Rainier"] = "Rainier Freeway Station",
["Roosevelt"] = st,
["SODO"] = st,
["Seattle"] = "King Street Station",
["Stadium"] = st,
["Tacoma Dome"] = "Tacoma Dome Station",
["Westlake"] = st,
["Wilburton"] = st,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Sound Transit)|%1 Line]]",
},
["550"] = {
["title"] = "[[Sound Transit Express#Routes|Route 550]]",
["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"] = "[[File:Line 1 (Sound Transit) icon.svg|16px]] [[Line 1 (Sound Transit)|Line 1]]",
["color"] = "3dad4e",
["left terminus"] = "University of Washington",
["right terminus"] = "Angle Lake",
["types"] = {
["Tacoma Dome"] = {
["title"] = "[[Tacoma Dome Link Extension|Tacoma Dome Extension]]",
["note-mid"] = "(2030)",
["left terminus"] = "Lynnwood City Center",
["right terminus"] = "Tacoma Dome",
},
["Ballard"] = {
["title"] = "[[Ballard Link Extension|Ballard Extension]]",
["note-mid"] = "(2035)",
["left terminus"] = "Ballard",
["right terminus"] = "Tacoma Dome",
},
["Northgate"] = {
["title"] = "[[Northgate Link Extension|Northgate Extension]]",
["note-mid"] = "(2021)",
["left terminus"] = "Northgate",
["right terminus"] = "Angle Lake",
},
},
},
["Line 2"] = {
["title"] = "[[File:Line 2 (Sound Transit) icon.svg|16px]] [[Line 2 (Sound Transit)|Line 2]]",
["color"] = "09a1db",
["left terminus"] = "Northgate",
["right terminus"] = "Redmond Technology",
},
["Line 3"] = {
["title"] = "[[File:Line 3 (Sound Transit) icon.svg|16px]] [[Line 3 (Sound Transit)|Line 3]]",
["color"] = "3fae2a",
["left terminus"] = "Ballard",
["right terminus"] = "Tacoma Dome",
},
["Line 4"] = {
["title"] = "[[File:Line 4 (Sound Transit) icon.svg|16px]] [[Line 4 (Sound Transit)|Line 4]]",
["color"] = "3fae2a",
["left terminus"] = "Issaquah",
["right terminus"] = "South Kirkland",
},
["North"] = {
["title"] = "[[File:Line N (Sound Transit) icon.svg|16px]] [[Sounder commuter rail#North Line|North Line]]",
["color"] = "88be5f",
["left terminus"] = "Seattle",
["right terminus"] = "Everett",
},
["South"] = {
["title"] = "[[File:Line S (Sound Transit) icon.svg|16px]] [[Sounder commuter rail#South Line|South Line]]",
["color"] = "5fb04f",
["left terminus"] = "Lakewood",
["right terminus"] = "Seattle",
},
["Line T"] = {
["title"] = "[[File:Line T (Sound Transit) icon.svg|16px]] [[Line T (Sound Transit)|Line T]]",
["color"] = "f08932",
["left terminus"] = "Theater District/South 9th Street",
["right terminus"] = "Tacoma Dome",
},
},
["aliases"] = {
["central"] = "Line 1",
["red"] = "Line 1",
["east"] = "Line 2",
["blue"] = "Line 2",
["green"] = "Line 3",
["purple"] = "Line 4",
["tacoma"] = "Line T",
["orange"] = "Line T",
}
}
return p