Created page with "local p = { ["system title"] = "1F616EMO Express", ["system icon"] = "", ["station format"] = { "%1 Station", }, ["lines"] = { ["E1"] = { ["title"] = "E1", ["color"] = "8B0000", ["left terminus"] = "Yantian Road", ["right terminus"] = "Eastern SmushyVille", } }, } return p" |
No edit summary |
||
Line 4: | Line 4: | ||
["station format"] = { | ["station format"] = { | ||
"%1 Station", | "%1 Station", | ||
["Nordstetten Hauptbahnhof"] = "Nordstetten Main Station", | |||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
Line 9: | Line 11: | ||
["title"] = "[[E1]]", | ["title"] = "[[E1]]", | ||
["color"] = "8B0000", | ["color"] = "8B0000", | ||
["left terminus"] = " | ["left terminus"] = "Nordstetten Hauptbahnhof", | ||
["right terminus"] = "Eastern SmushyVille", | ["right terminus"] = "Eastern SmushyVille", | ||
} | } |
Revision as of 14:44, 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",
}
},
}
return p