Module:Adjacent stations/České dráhy
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by České dráhy.
Lines
EuroCity (EC)
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Berliner |
0000CC |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Canopus |
0000CC |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Hungaria |
0000CC |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | EC Jižní expres |
0000CC |
|
InterCity (IC)
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | IC Jižní expres |
0000CC |
|
Rychlík (R)
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R | R Berounka |
CC0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R Rožmberk |
0000CC |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R Vltava |
0000CC |
|
Spěšný vlak (Sp)
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Sp Písek–České Budějovice |
0000CC |
| |
Sp | Sp Šumava |
0000CC |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Sp Vltava Dunaj |
0000CC |
|
Osobní vlak (Os)
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Os | Os Bayerisch Eisenstein–Klatovy |
0000CC |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Os České Budějovice–České Velenice |
0000CC |
| |
Os | Os Cranzahl–Chomutov |
0000CC |
| |
Os | Os Kadan–Děčín |
0000CC |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Os Strakonice–České Budějovice |
0000CC |
|
-- standardized types
local Os = {
["title"] = "[[Passenger train (category)|Os]]",
["color"] = "0000CC",
}
local R = {
["title"] = "[[Express train|R]]",
["color"] = "CC0000",
}
local Sp = {
["title"] = "[[Eilzug|Sp]]",
["color"] = "0000CC",
}
local p = {
["system title"] = "[[České dráhy]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Praha hl.n."] = "Praha hlavní nádraží",
},
["lines"] = {
["_default"] = {
["color"] = "0000CC",
},
["Os"] = {
["title"] = Os.title,
["color"] = Os.color,
["types"] = {
["Cranzahl–Chomutov"] = {
["title"] = "",
["note-mid"] = "Limited service",
["left terminus"] = "Cranzahl",
["right terminus"] = "Chomutov",
},
["Kadan–Děčín"] = {
["title"] = "",
["left terminus"] = "Kadan predmesti",
["right terminus"] = "Děčín main",
},
},
},
-- Os (Osobní vlak)
["Os Bayerisch Eisenstein–Klatovy"] = {
["title"] = Os.title,
["color"] = Os.color,
["left terminus"] = "Bayerisch Eisenstein",
["right terminus"] = "Klatovy",
},
["Os Cranzahl–Chomutov"] = {
["title"] = Os.title,
["color"] = Os.color,
["note-mid"] = "Limited service",
["left terminus"] = "Cranzahl",
["right terminus"] = "Chomutov",
},
["Os Kadan–Děčín"] = {
["title"] = Os.title,
["color"] = Os.color,
["left terminus"] = "Kadan predmesti",
["right terminus"] = "Děčín main",
},
-- R (Rychlík)
["R Berounka"] = {
["title"] = R.title,
["color"] = R.color,
["left terminus"] = "Bayerisch Eisenstein",
["right terminus"] = "Praha hl.n.",
},
-- Sp (Spěšný vlak)
["Sp Šumava"] = {
["title"] = Sp.title,
["color"] = Sp.color,
["left terminus"] = "Bayerisch Eisenstein",
["right terminus"] = "Plzeň main",
},
["EC"] = {
["color"] = "00CC00",
},
["Supercity"] = {
["color"] = "007777",
},
},
}
return p