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

From 1F616EMO Survival Server Wiki
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