Module:Adjacent stations/Spawn Subway: Difference between revisions

From 1F616EMO Survival Server Wiki
(Created page with "local p = { ["system title"] = "", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lines"] = { [""] = { ["title"] = "", ["color"] = "", ["left terminus"] = "", ["right terminus"] = "", }, }, } return p")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
local p = {
local p = {
["system title"] = "",
["system title"] = "[[Spawn Subway]]",
["system icon"] = "",
["system icon"] = "",
["station format"] = {
["station format"] = {
"",
"%1 Station",
[""] = "",
},
},
["lines"] = {
["lines"] = {
[""] = {
["U1"] = {
["title"] = "",
["title"] = "[[Spawn Subway Line 1|U1]]",
["color"] = "",
["color"] = "4169E1",
["left terminus"] = "",
["left terminus"] = "Yantian Road",
["right terminus"] = "",
["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