Module:Adjacent stations/Saarbahn
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
This is a data module for Module:Adjacent stations. It supports services operated by Saarbahn.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| S1 | S1 or 1 |
EF7C00 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Saarbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Saarbrücken"] = hbf,
},
["lines"] = {
["S1"] = {
["title"] = "S1",
["color"] = "EF7C00",
["text color"] = "FFFFFF",
["left terminus"] = "Lebach-Jabach",
["right terminus"] = "Sarreguemines",
},
},
}
return p