No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
local p = { | local p = { | ||
["system title"] = "[[ | ["system title"] = "[[Spawn Subway]]", | ||
["system icon"] = "", | ["system icon"] = "", | ||
["station format"] = { | ["station format"] = { | ||
"%1 | "%1 station", | ||
["Alcantaramark's Factory"] = "[[Alcantaramark's Factory station|Alcantara​mark's Factory]]" | |||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
[" | ["SPN"] = { | ||
["title"] = "[[ | ["title"] = "[[Spawn Line]]", | ||
["color"] = "006400", | ["color"] = "006400", | ||
["left terminus"] = " | ["circular"] = true, | ||
["right terminus"] = "Have Idea", -- | ["left terminus"] = "Next counter-clockwise", | ||
["right terminus"] = "Next clockwise", | |||
}, | |||
["ISL"] = { | |||
["title"] = "[[Islands Line]]", | |||
["color"] = "006400", | |||
["left terminus"] = "Scorchland", -- West | |||
["right terminus"] = "Spawn Island", -- East | |||
}, | |||
["ERL"] = { | |||
["title"] = "[[Eastern Line]]", | |||
["color"] = "006400", | |||
["left terminus"] = "Spawn South", -- North | |||
["right terminus"] = "Have Idea", -- South | |||
}, | }, | ||
}, | }, |
Latest revision as of 00:18, 9 November 2024
local p = {
["system title"] = "[[Spawn Subway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Alcantaramark's Factory"] = "[[Alcantaramark's Factory station|Alcantara​mark's Factory]]"
},
["lines"] = {
["SPN"] = {
["title"] = "[[Spawn Line]]",
["color"] = "006400",
["circular"] = true,
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
},
["ISL"] = {
["title"] = "[[Islands Line]]",
["color"] = "006400",
["left terminus"] = "Scorchland", -- West
["right terminus"] = "Spawn Island", -- East
},
["ERL"] = {
["title"] = "[[Eastern Line]]",
["color"] = "006400",
["left terminus"] = "Spawn South", -- North
["right terminus"] = "Have Idea", -- South
},
},
}
return p