Module:Adjacent stations/Rhaetian Railway
Appearance
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
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Bernina Express | Bernina Express |
e2001a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | IR 38 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 1 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 2 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 3 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 4 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 6 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 7 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 8 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 9 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 13 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 24 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R 11 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R 15 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R 16 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R 19 |
|
|
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",
},
},
},
["InterRegio"] = {
["title"] = "[[InterRegio]]",
["types"] = {
["Chur–St. Moritz"] = {
["title"] = "",
["color"] = "ea8d00",
["left terminus"] = "St. Moritz",
["right terminus"] = "Chur",
}
}
},
["RegioExpress"] = {
["title"] = "[[RegioExpress]]",
["types"] = {
["Landquart–Davos Platz"] = {
["title"] = "",
["color"] = "951b81",
["left terminus"] = "Landquart",
["right terminus"] = "Davos Platz",
},
["Disentis/Mustér–Scuol-Tarasp"] = {
["title"] = "",
["color"] = "a97500",
["left terminus"] = "Disentis/Mustér",
["right terminus"] = "Scuol-Tarasp",
},
["Landquart–St. Moritz"] = {
["title"] = "",
["color"] = "29a9aa",
["left terminus"] = "Landquart",
["right terminus"] = "St. Moritz",
},
}
},
["Regio"] = {
["title"] = "[[Regio (Swiss railway train)|Regio]]",
["types"] = {
["Chur–Arosa"] = {
["title"] = "",
["color"] = "00569d",
["left terminus"] = "Chur",
["right terminus"] = "Arosa",
},
["Chur–St. Moritz"] = {
["title"] = "",
["note-mid"] = "Limited service",
["color"] = "ea8d00",
["left terminus"] = "St. Moritz",
["right terminus"] = "Chur",
},
["Disentis/Mustér–Scuol-Tarasp"] = {
["title"] = "",
["note-mid"] = "Limited service",
["color"] = "a97500",
["left terminus"] = "Disentis/Mustér",
["right terminus"] = "Scuol-Tarasp",
},
["Filisur–Davos Platz"] = {
["title"] = "",
["color"] = "ebbd00",
["left terminus"] = "Filisur",
["right terminus"] = "Davos Platz",
},
["Landquart–Davos Platz"] = {
["title"] = "",
["note-mid"] = "Limited service",
["color"] = "951b81",
["left terminus"] = "Landquart",
["right terminus"] = "Davos Platz",
},
["Pontresina–Scuol-Tarasp"] = {
["title"] = "",
["note-mid"] = "",
["color"] = "c80b0f",
["left terminus"] = "Pontresina",
["right terminus"] = "Scuol-Tarasp",
},
["St. Moritz–Tirano"] = {
["title"] = "",
["color"] = "a2bc0c",
["left terminus"] = "St. Moritz",
["right terminus"] = "Tirano",
},
}
},
},
}
return p