Module:Adjacent stations/Bayerische Zugspitzbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Bayerische Zugspitzbahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 64 | RB 64 |
70C3D9 |
RB 64 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Bayerische Zugspitzbahn]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[Bayerische Zugspitzbahn|%1]]",
},
["RB 64"] = {
["title"] = "[[Bavarian Zugspitze Railway|RB 64]]",
["color"] = "70C3D9",
["left terminus"] = "Grainau",
["right terminus"] = "Garmisch-Partenkirchen",
},
},
}
return p