Module:Adjacent stations/CFL
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Société Nationale des Chemins de Fer Luxembourgeois.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 10 | 10 |
ADFF2F |
| |
Line 30 | 30 |
03C03C |
| |
Line 50 | 50 |
F4C430 |
| |
Line 60 | 60 |
|
| |
Line 60A | 60A |
|
| |
Line 60B | 60B |
|
| |
Line 60C | 60C |
|
| |
Line 70 | 70 |
4B61D1 |
|
local p = {
["system title"] = "[[Société Nationale des Chemins de Fer Luxembourgeois|CFL]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Longwy"] = "Longwy station",
["Paradiso"] = "Paradiso railway station (Luxembourg)",
["Trier Hbf"] = "Trier Hauptbahnhof",
},
["lines"] = {
["_default"] = {
["title"] = "[[CFL Line %1|Line %1]]",
},
["10"] = {
["color"] = "ADFF2F",
["text color"] = "FFFFFF",
["short name"] = "L10",
["left terminus"] = "Luxembourg",
["right terminus"] = {"Troisvierges", "Diekirch"},
},
["30"] = {
["color"] = "03C03C",
["text color"] = "FFFFFF",
["short name"] = "L30",
["left terminus"] = "Luxembourg",
["right terminus"] = "Trier Hbf",
},
["50"] = {
["color"] = "F4C430",
["text color"] = "FFFFFF",
["short name"] = "L50",
["left terminus"] = "Luxembourg",
["right terminus"] = "Arlon",
},
["70"] = {
["color"] = "4B61D1",
["text color"] = "FFFFFF",
["short name"] = "L70",
["left terminus"] = "Luxembourg",
["right terminus"] = {"Athus", "Longwy"},
},
},
}
return p