This is a data module for Module:Adjacent stations. It supports services operated by Rhaetian Railway.. It excludes services that are operated by RhB as part of S-bahn networks.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Bernina Express | Bernina Express |
e2001a |
| |
IR 38 | IR 38 |
ea8c00 |
| |
RE 1 | RE 1 |
25a9aa |
| |
RE 2 | RE 2 |
a97400 |
| |
RE 3 | RE 3 |
25a9aa |
| |
RE 4 | RE 4 |
a97400 |
| |
RE 6 | RE 6 |
00549d |
| |
RE 7 | RE 7 |
9d1380 |
| |
RE 8 | RE 8 |
683419 |
| |
RE 9 | RE 9 |
008a39 |
| |
RE 13 | RE 13 |
25a9aa |
| |
RE 24 | RE 24 |
a97400 |
| |
R 11 | R 11 |
5b2182 |
| |
R 15 | R 15 |
c80205 |
| |
R 16 | R 16 |
438bc3 |
| |
R 19 | R 19 |
a2bb04 |
|
local rhb = "%1 railway station (RhB)"
local p = {
["system title"] = "[[Rhaetian Railway]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Tirano"] = rhb,
},
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#e2001a; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "e2001a",
["header text color"] = "FFFFFF",
["lines"] = {
["Bernina Express"] = {
["title"] = "''[[Bernina Express]]''",
["color"] = "e2001a",
["left terminus"] = {"Chur", "St. Moritz"},
["right terminus"] = "Tirano",
},
["Car shuttle"] = {
["title"] = "[[Car shuttle train|Car shuttle]]",
["color"] = "e2001a",
["types"] = {
["Vereina"] = {
["title"] = "",
["left terminus"] = "Klosters Selfranga",
["right terminus"] = "Sagliains",
},
},
},
-- IR (InterRegio)
["IR 38"] = {
["title"] = "[[InterRegio|IR 38]]",
["color"] = "ea8c00",
["left terminus"] = "St. Moritz",
["right terminus"] = "Chur",
},
-- RE (RegioExpress)
["RE 1"] = {
["title"] = "[[RegioExpress|RE 1]]",
["color"] = "25a9aa",
["left terminus"] = "Landquart",
["right terminus"] = "Davos Platz",
},
["RE 2"] = {
["title"] = "[[RegioExpress|RE 2]]",
["color"] = "a97400",
["left terminus"] = "Landquart",
["right terminus"] = "Davos Platz",
},
["RE 3"] = {
["title"] = "[[RegioExpress|RE 3]]",
["color"] = "25a9aa",
["left terminus"] = "St. Moritz",
["right terminus"] = "Landquart",
},
["RE 4"] = {
["title"] = "[[RegioExpress|RE 4]]",
["color"] = "a97400",
["left terminus"] = "Landquart",
["right terminus"] = "Scuol-Tarasp",
},
["RE 6"] = {
["title"] = "[[RegioExpress|RE 6]]",
["color"] = "00549d",
["left terminus"] = "Chur",
["right terminus"] = "Arosa",
},
["RE 7"] = {
["title"] = "[[RegioExpress|RE 7]]",
["color"] = "9d1380",
["left terminus"] = "Disentis/Mustér",
["right terminus"] = "Chur",
},
["RE 8"] = {
["title"] = "[[RegioExpress|RE 8]]",
["color"] = "683419",
["left terminus"] = "Thusis",
["right terminus"] = "Chur",
},
["RE 9"] = {
["title"] = "[[RegioExpress|RE 9]]",
["color"] = "008a39",
["left terminus"] = "St. Moritz",
["right terminus"] = "Tirano",
},
["RE 13"] = {
["title"] = "[[RegioExpress|RE 13]]",
["color"] = "25a9aa",
["left terminus"] = "Landquart",
["right terminus"] = {"Davos Platz", "St. Moritz"},
},
["RE 24"] = {
["title"] = "[[RegioExpress|RE 24]]",
["color"] = "a97400",
["left terminus"] = "Landquart",
["right terminus"] = {"Davos Platz", "Scuol-Tarasp"},
},
-- R (Regio)
["R 11"] = {
["title"] = "[[Regio (Swiss railway train)|R 11]]",
["color"] = "5b2182",
["left terminus"] = "Filisur",
["right terminus"] = "Davos Platz",
},
["R 15"] = {
["title"] = "[[Regio (Swiss railway train)|R 15]]",
["color"] = "c80205",
["left terminus"] = "Pontresina",
["right terminus"] = "Scuol-Tarasp",
},
["R 16"] = {
["title"] = "[[Regio (Swiss railway train)|R 16]]",
["color"] = "438bc3",
["left terminus"] = "Chur",
["right terminus"] = "Arosa",
},
["R 19"] = {
["title"] = "[[Regio (Swiss railway train)|R 19]]",
["color"] = "a2bb04",
["left terminus"] = "St. Moritz",
["right terminus"] = "Tirano",
},
},
}
return p