Module:Adjacent stations/LEB
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Lausanne–Echallens–Bercher railway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R20 | R20 |
25a345 |
|
local p = {
["system title"] = "[[Lausanne–Echallens–Bercher railway|LEB]]",
["system icon"] = "[[File:Logo LEB 2017.svg|30px|link=Lausanne–Echallens–Bercher railway]]",
["station format"] = {
"%1 railway station",
["Assens"] = "%1 railway station (Switzerland)",
["Lausanne-Flon"] = "%1 station",
},
["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"] = "5ab034",
["header text color"] = "FFFFFF",
["system color"] = "25a345",
["lines"] = {
["R20"] = {
["title"] = "[[Regio (Swiss railway train)|R20]]",
["color"] = "25a345",
["left terminus"] = {"Echallens", "Bercher"},
["right terminus"] = "Lausanne-Flon",
["types"] = {
["Bercher"] = {
["title"] = "",
["left terminus"] = "Bercher",
["right terminus"] = "Lausanne-Flon",
},
},
},
},
}
return p