Module:Adjacent stations/Spawn Subway: Difference between revisions

From 1F616EMO Survival Server Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
["lines"] = {
["lines"] = {
["U1"] = {
["U1"] = {
["title"] = "Spawn Subway Line 1",
["title"] = "[[Spawn Subway Line 1|U1]]",
["color"] = "4169E1",
["color"] = "4169E1",
["left terminus"] = "Lianyi Road",
["left terminus"] = "Yantian Road",
["right terminus"] = "Furina Island",
["right terminus"] = "Scorchland",
},
},
},
},

Latest revision as of 00:57, 15 June 2024

local p = {
	["system title"] = "[[Spawn Subway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["U1"] = {
			["title"] = "[[Spawn Subway Line 1|U1]]",
			["color"] = "4169E1",
			["left terminus"] = "Yantian Road",
			["right terminus"] = "Scorchland",
		},
	},
}

return p