This is a data module for Module:Adjacent stations. It supports services operated by Tramvie Elettriche Bergamasche.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
T1 line (Bergamo light rail) | T1 |
feec4a |
|
local p = {
["system title"] = "[[Bergamo-Albino light rail]]",
["system icon"] = "[[File:Tramvie Elettriche Bergamasche (TEB) logo.png|20px|link=Bergamo-Albino light rail]]",
["station format"] = {
"%1 light rail station",
["Bergamo FS"] = "Bergamo railway station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 line (Bergamo light rail)]]",
},
["T1"] = {
["color"] = "feec4a",
["left terminus"] = "Bergamo FS",
["right terminus"] = "Albino",
},
},
["aliases"] = {
["t1"] = "T1",
}
}
return p