Module:Adjacent stations/Rocky Mountaineer
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Rocky Mountaineer.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Coastal Passage | Coastal Passage |
8b8f3e |
| |
First Passage to the West | First Passage to the West |
771f24 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Journey Through the Clouds |
000066 |
| |
Rainforest to Gold Rush | Rainforest to Gold Rush |
224934 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Rockies to the Red Rocks |
000066 |
| |
Whistler Sea to Sky Climb | Whistler Sea to Sky Climb |
0000CC |
|
local p = {
["system title"] = "[[Rocky Mountaineer]]",
["system icon"] = "",
["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #000066; border:3px solid #C69955; padding:0.5em;",
["header background color"] = "C69955",
["system color"] = "000066",
["station format"] = {
"%1 station",
["Calgary"] = "Tower Centre",
["Pacific Central"] = "[[Pacific Central Station|Pacific Central (Vancouver)]]",
["Seattle"] = "King Street Station",
["Vancouver"] = "[[Rocky Mountaineer Station|Rocky Mountaineer (Vancouver)]]",
},
["lines"] = {
["Coastal Passage"] = {
["title"] = "''Coastal Passage''",
["color"] = "8b8f3e",
["left terminus"] = "Seattle",
["right terminus"] = {"Banff", "Jasper"},
},
["First Passage to the West"] = {
["title"] = "''First Passage to the West''",
["color"] = "771f24",
["left terminus"] = "Vancouver",
["right terminus"] = "Calgary",
},
["Journey through the Clouds"] = {
["title"] = "''Journey through the Clouds''",
["color"] = "2E5977",
["left terminus"] = "Vancouver",
["right terminus"] = "Jasper",
},
["Rainforest to Gold Rush"] = {
["title"] = "''Rainforest to Gold Rush''",
["color"] = "224934",
["left terminus"] = "North Vancouver",
["right terminus"] = "Jasper",
},
["Whistler Sea to Sky Climb"] = {
["title"] = "''[[Whistler Sea to Sky Climb]]''",
["color"] = "0000CC",
["left terminus"] = "North Vancouver",
["right terminus"] = "Whistler",
},
},
}
return p