Module:Adjacent stations/Spawn Subway

From 1F616EMO Survival Server Wiki
Revision as of 00:57, 15 June 2024 by 1F616EMO (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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