No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
["left terminus"] = "Nordstetten Hauptbahnhof", | ["left terminus"] = "Nordstetten Hauptbahnhof", | ||
["right terminus"] = "Eastern SmushyVille", | ["right terminus"] = "Eastern SmushyVille", | ||
} | }, | ||
["E2"] = { | |||
["title"] = "[[E2]]", | |||
["color"] = "8B0000", | |||
["left terminus"] = "Yantian Road", | |||
["right terminus"] = "Luciopoli Central", | |||
}, | |||
}, | }, | ||
} | } | ||
return p | return p |
Revision as of 14:49, 22 September 2024
local p = {
["system title"] = "[[1F616EMO Express]]",
["system icon"] = "",
["station format"] = {
"%1 Station",
["Nordstetten Hauptbahnhof"] = "Nordstetten Main Station",
},
["lines"] = {
["E1"] = {
["title"] = "[[E1]]",
["color"] = "8B0000",
["left terminus"] = "Nordstetten Hauptbahnhof",
["right terminus"] = "Eastern SmushyVille",
},
["E2"] = {
["title"] = "[[E2]]",
["color"] = "8B0000",
["left terminus"] = "Yantian Road",
["right terminus"] = "Luciopoli Central",
},
},
}
return p