Module:Adjacent stations/TransLink (BC)
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by TransLink (BC).
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | B-Line or B |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 95 B-Line or 95 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 96 B-Line or 96 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 97 B-Line or 97 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 98 B-Line or 98 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 99 B-Line or 99 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RapidBus |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R1 King George Blvd or R1 RapidBus or R1 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R2 Marine Dr or R2 RapidBus or R2 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R3 Lougheed Hwy or R3 RapidBus or R3 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R4 41st Ave or R4 RapidBus or R4 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R5 Hastings St or R5 RapidBus or R5 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R6 Scott Rd or R6 RapidBus or R6 |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Canada Line or Canada |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Evergreen Extension or Evergreen |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Expo Line or Expo |
1266a4 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Millennium Line or Millennium |
1266a4 |
| |
Millennium Line Broadway extension (opens 2025) | Millennium Line extension or Millennium extension |
f0e68c |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Millennium Line original or Millennium original |
1266a4 |
| |
SeaBus Line | SeaBus |
87746a |
| |
West Coast Express | West Coast Express |
77278b |
|
local skytrain = "[[%1 station (SkyTrain)|%1]]"
local p = {
["system title"] = "[[TransLink (British Columbia)|Translink]]",
["system color"] = "1266a4",
["system icon"] = "",
["name format"] = "font-size: 180%; font-family:Arial, sans; font-weight: bolder; line-height: 150%; color: #FFFFFF; background-color:#1266a4;",
["header background color"] = "EEEEEE",
["header text color"] = "000000",
["station format"] = {
["Aberdeen"] = skytrain,
["Bridgeport"] = skytrain,
["Columbia"] = skytrain,
["Edmonds"] = skytrain,
["Gateway"] = skytrain,
["Gilmore"] = skytrain,
["Granville"] = skytrain,
["Lansdowne"] = skytrain,
["Lincoln"] = skytrain,
["Mount Pleasant"] = skytrain,
["Patterson"] = skytrain,
["Royal Oak"] = skytrain,
["22nd Street"] = skytrain,
["Coquitlam"] = "[[Coquitlam Central station|Coquitlam Central]]",
["Lonsdale"] = "[[Lonsdale Quay]]",
["Lonsdale Quay"] = "[[Lonsdale Quay]]",
["Waterfront via Columbia"] = "[[Waterfront station (Vancouver)|Waterfront]] via [[Columbia station (SkyTrain)|Columbia]]",
["Waterfront"] = "[[Waterfront station (Vancouver)|Waterfront]]",
"%1 station"
},
["lines"] = {
["Canada"] = {
["title"] = "[[Canada Line]]",
["color"] = "009aC8",
["left terminus"] = "Waterfront",
["right terminus"] = {"Richmond–Brighouse", "YVR–Airport"},
},
["Evergreen"] = {
["title"] = "[[Evergreen Line]]",
["color"] = "17aa75",
["left terminus"] = "VCC–Clark",
["right terminus"] = "Lafarge Lake–Douglas",
},
["Expo"] = {
["title"] = "[[Expo Line (SkyTrain)|Expo Line]]",
["color"] = "0060a9",
["left terminus"] = "Waterfront",
["right terminus"] = {"King George", "Production Way–University"},
},
["Millenium"] = {
["title"] = "[[Millennium Line]]",
["color"] = "ffd520",
["left terminus"] = "VCC–Clark",
["right terminus"] = "Lafarge Lake–Douglas",
},
["Millennium Line extension"] = {
["title"] = "[[Millennium Line Broadway extension]]<br /><span style=\"font-size:85%;white-space:nowrap;\">(opens 2025)</span>",
["color"] = "f0e68c",
["left terminus"] = "Arbutus",
["right terminus"] = "Lafarge Lake–Douglas",
},
["SeaBus"] = {
["title"] = "[[SeaBus Line]]",
["color"] = "87746a",
["left terminus"] = "Waterfront",
["right terminus"] = "Lonsdale Quay",
},
["West Coast Express"] = {
["title"] = "[[West Coast Express]]",
["color"] = "77278b",
["left terminus"] = "Waterfront",
["right terminus"] = "Mission City",
},
},
}
return p