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
Line 4: Line 4:
["station format"] = {
["station format"] = {
"%1 station",
"%1 station",
["Alcantaramark's Factory"] = "[[Alcantaramark's Factory station|Alcantara-mark's Factory station]]"
["Alcantaramark's Factory"] = "[[Alcantaramark's Factory station|Alcantara-mark's Factory]]"
},
},
["lines"] = {
["lines"] = {

Revision as of 00:17, 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