No edit summary |
m 1F616EMO moved page Module:Adjacent stations/1F616EMO Railway to Module:Adjacent stations/Spawn Subway without leaving a redirect |
(No difference)
|
Revision as of 14:18, 3 October 2024
local p = {
["system title"] = "[[Spawn Subway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["S1"] = {
["title"] = "[[S1]]",
["color"] = "006400",
["left terminus"] = "North Luciopoli", -- South
["right terminus"] = "Have Idea", -- North
},
["SPN"] = {
["title"] = "[[Spawn Line]]",
["color"] = "006400",
["left terminus"] = "North Luciopoli",-- North
["right terminus"] = "Yantian Road", -- South
},
["ISL"] = {
["title"] = "[[Islands Line]]",
["color"] = "006400",
["left terminus"] = "Scorchland", -- West
["right terminus"] = "Yantian Road", -- East
},
["ERL"] = {
["title"] = "[[Eastern Line]]",
["color"] = "006400",
["left terminus"] = "Spawn South", -- North
["right terminus"] = "Have Idea", -- South
},
},
}
return p