Module:Adjacent stations/Spawn Subway

From 1F616EMO Survival Server Wiki
Revision as of 02:03, 11 February 2024 by 1F616EMO (talk | contribs) (Created page with "local p = { ["system title"] = "", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lines"] = { [""] = { ["title"] = "", ["color"] = "", ["left terminus"] = "", ["right terminus"] = "", }, }, } return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		[""] = {
			["title"] = "",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p