MyWikiBiz, Author Your Legacy — Friday September 05, 2025
Jump to navigationJump to search
914 bytes added
, 18:29, 8 July 2021
local p = {
["system title"] = "",
["system icon"] = "[[File:Logo Hohenzollerische Landesbahn.svg|60px|link=Hohenzollerische Landesbahn]]",
["station format"] = {
"%1 station",
["Ulm Hbf"] = "Ulm Hauptbahnhof",
["Aalen Hbf"] = "Aalen Hauptbahnhof",
},
["lines"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["57"] = {
["title"] = "[[Regionalbahn|RB 57]]",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Aalen Hbf",
},
["56"] = {
["title"] = "[[Regionalbahn|RB 56]]",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Sigmaringen",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "FF0000",
["types"] = {
["57"] = {
["title"] = "[[Regional-Express|RE 57]]",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Aalen Hbf",
},
},
},
},
}
return p