Module:Adjacent stations/Freiburg (Breisgau) tram
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Freiburger Verkehrs AG for the tramway network in Freiburg im Breisgau.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
1 | 1 |
E30613 |
| |
2 | 2 |
23A137 |
| |
3 | 3 |
F59C00 |
| |
4 | 4 |
EA5198 |
| |
5 | 5 |
008AC4 |
|
Usage
[edit]{{#invoke:Adjacent stations/Freiburg (Breisgau) tram|function_name}}
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Trams in Freiburg im Breisgau|Freiburg (Breisgau) tram]]",
["line icon format"] = "sroute",
["station format"] = {
"%1 station",
["Freiburg"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Trams in Freiburg im Breisgau|%1]]"
},
["1"] = {
["text color"] = "FFFFFF",
["color"] = "E30613",
["short name"] = "1",
["left terminus"] = "Landwasser",
["right terminus"] = "Littenweiler"
},
["2"] = {
["text color"] = "FFFFFF",
["color"] = "23A137",
["short name"] = "2",
["left terminus"] = "Hornusstraße",
["right terminus"] = "Günterstal"
},
["3"] = {
["text color"] = "FFFFFF",
["color"] = "F59C00",
["short name"] = "3",
["left terminus"] = "Haid",
["right terminus"] = "Zähringen"
},
["4"] = {
["text color"] = "FFFFFF",
["color"] = "EA5198",
["short name"] = "4",
["left terminus"] = "Freiburg Messe",
["right terminus"] = "Vauban"
},
["5"] = {
["text color"] = "FFFFFF",
["color"] = "008AC4",
["short name"] = "5",
["left terminus"] = "Rieselfeld",
["right terminus"] = "Europaplatz"
},
},
}
return p