Content deleted Content added
←Created page with 'local p = { ["system title"] = "CFL", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"] = { ["title"] = "CFL Line %1", }, ["10"] = { ["color"] = "ed1846", ["text color"] = "FFFFFF", ["short name"] = "L10", ["left terminus"] = "Luxembourg", ["right terminus"] = {"Troisvierges", "Wiltz", "Diekirch"}, }, }, } return p' |
No edit summary |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 4:
["station format"] = {
"%1 railway station",
["Audun-le-Tiche"] = "Audun-le-Tiche station",
["Longwy"] = "Longwy station",
["Paradiso"] = "Paradiso railway station (Luxembourg)",
["Trier Hbf"] = "Trier Hauptbahnhof",
},
["lines"] = {
["_default"] = {
["title"] = "[[CFL Line %1|Line %1]]",
},
["10"] = {
["color"] = "
["text color"] = "FFFFFF",
["short name"] = "L10",
["left terminus"] = "Luxembourg",
["right terminus"] = {"Troisvierges
},
["30"] = {
["color"] = "8465A1",
["text color"] = "FFFFFF",
["short name"] = "L30",
["left terminus"] = "Luxembourg",
["right terminus"] = "Trier Hbf",
},
["50"] = {
["color"] = "96502C",
["text color"] = "FFFFFF",
["short name"] = "L50",
["left terminus"] = "Luxembourg",
["right terminus"] = "Arlon",
},
["60"] = {
["color"] = "33378E",
["text color"] = "FFFFFF",
["short name"] = "L60",
["left terminus"] = "Luxembourg",
["right terminus"] = "Rodange",
},
["60A"] = {
["color"] = "33378E",
["text color"] = "FFFFFF",
["short name"] = "L60A",
["left terminus"] = "Bettembourg",
["right terminus"] = "Volmerange-les-Mines",
},
["60B"] = {
["color"] = "33378E",
["text color"] = "FFFFFF",
["short name"] = "L60B",
["left terminus"] = "Noertzange",
["right terminus"] = "Rumelange",
},
["60C"] = {
["color"] = "33378E",
["text color"] = "FFFFFF",
["short name"] = "L60C",
["left terminus"] = "Esch-sur-Alzette",
["right terminus"] = "Audun-le-Tiche",
},
["70"] = {
["color"] = "0D7365",
["text color"] = "FFFFFF",
["short name"] = "L70",
["left terminus"] = "Luxembourg",
["right terminus"] = {"Athus", "Longwy"},
},
},
|