Module:Adjacent stations/Rocky Mountaineer/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Rocky Mountaineer (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Rocky Mountaineer/sandbox.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Coastal Passage | Coastal Passage |
ca9c4c |
| |
First Passage to the West | First Passage to the West |
7a1b22 |
| |
Journey Through the Clouds | Journey Through the Clouds |
2d5976 |
| |
Rainforest to Gold Rush | Rainforest to Gold Rush |
1e4a36 |
| |
Rockies to the Red Rocks | Rockies to the Red Rocks |
c80900 |
| |
Whistler Sea to Sky Climb | Whistler Sea to Sky Climb |
072b51 |
|
local p = {
["system title"] = "[[Rocky Mountaineer]]",
["system icon"] = "",
["system color"] = "000066",
["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",
["infobox station"] = {
["_header"] = {
["font-size"] = "150%",
["font-family"] = "Helvetica, sans",
["font-weight"] = "bolder",
["line-height"] = "120%",
["color"] = "white",
["background-color"] = "#000066",
["border"] = "3px solid #C69955",
["padding"] = "0.5em"
},
["_subheader"] = {
["background-color"] = "#C69955"
}
},
["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"] = "7C1144",
["left terminus"] = "Seattle",
["right terminus"] = {"Banff", "Jasper"},
},
["First Passage to the West"] = {
["title"] = "''First Passage to the West''",
["color"] = "CC3300",
["left terminus"] = "Vancouver",
["right terminus"] = "Calgary",
},
["Journey through the Clouds"] = {
["title"] = "''Journey through the Clouds''",
["color"] = "33CCFF",
["left terminus"] = "Vancouver",
["right terminus"] = "Jasper",
},
["Rainforest to Gold Rush"] = {
["title"] = "''Rainforest to Gold Rush''",
["color"] = "666600",
["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