This is a data module for Module:Adjacent stations. It supports services operated by Norddeutsche Eisenbahn Niebüll.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 65 | RB 65 |
DEDC00 |
| |
RB 66 | RB 66 |
788D00 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Norddeutsche Eisenbahn Niebüll]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "[[List of railway routes in Schleswig-Holstein|%1]]",
},
["RB 65"] = {
["color"] = "DEDC00",
["text color"] = "000000",
["left terminus"] = "Niebüll",
["right terminus"] = "Dagebüll Mole",
},
["RB 66"] = {
["color"] = "788D00",
["text color"] = "FFFFFF",
["left terminus"] = "Niebüll",
["right terminus"] = "Esbjerg",
},
},
}
return p