Module:Adjacent stations/THURBO
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by THURBO. For S-Bahn services, see Module:Adjacent stations/St. Gallen S-Bahn and Module:Adjacent stations/Zürich S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE1 | RE1 |
ffc220 |
RE1 |
local de = "%1 station"
local p = {
["system title"] = "[[THURBO]]",
["system icon"] = "",
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "0E3984",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 railway station",
["Konstanz"] = de,
},
["system icon format"] = "croute",
["lines"] = {
-- RE (RegioExpress)
["RE1"] = {
["title"] = "[[RegioExpress|RE1]]",
["color"] = "ffc220",
["text color"] = "FFFFFF",
["left terminus"] = "Herisau",
["right terminus"] = "Konstanz",
},
},
}
return p