Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Adjacent stations/Spawn Subway: Difference between revisions

From 1F616EMO Survival Server Wiki
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"] = "[[1F616EMO Railway]]",
["system title"] = "[[Spawn Subway]]",
["system icon"] = "",
["system icon"] = "",
["station format"] = {
["station format"] = {
"%1 Station",
"%1 station",
["Alcantaramark's Factory"] = "[[Alcantaramark's Factory station|Alcantara​mark's Factory]]"
},
},
["lines"] = {
["lines"] = {
["S1"] = {
["SPN"] = {
["title"] = "[[S1]]",
["title"] = "[[Spawn Line]]",
["color"] = "006400",
["color"] = "006400",
["left terminus"] = "North Luciopoli", -- South
["circular"] = true,
["right terminus"] = "Have Idea", -- North
["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