Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Adjacent stations/1F616EMO Express: Difference between revisions

From 1F616EMO Survival Server Wiki
Created page with "local p = { ["system title"] = "1F616EMO Express", ["system icon"] = "", ["station format"] = { "%1 Station", }, ["lines"] = { ["E1"] = { ["title"] = "E1", ["color"] = "8B0000", ["left terminus"] = "Yantian Road", ["right terminus"] = "Eastern SmushyVille", } }, } return p"
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
["system icon"] = "",
["system icon"] = "",
["station format"] = {
["station format"] = {
"%1 Station",
"%1 station",
["Nordstetten Hauptbahnhof"] = "Nordstetten Main Station",
},
},
["lines"] = {
["lines"] = {
["E1"] = {
["E1"] = {
["title"] = "[[E1]]",
["title"] = "[[E1]]",
["color"] = "8B0000",
["left terminus"] = "Nordstetten Hauptbahnhof",
["right terminus"] = "Sandy Grove",
},
["E2"] = {
["title"] = "[[E2]]",
["color"] = "8B0000",
["left terminus"] = "Yantian Road",
["right terminus"] = "Luciopoli Central",
},
["RXB"] = {
["title"] = "[[RelaxingBasin Shuttle]]",
["color"] = "8B0000",
["color"] = "8B0000",
["left terminus"] = "Yantian Road",
["left terminus"] = "Yantian Road",
["right terminus"] = "Eastern SmushyVille",
["right terminus"] = "RelaxingBasin",
}
},
},
},
}
}


return p
return p

Latest revision as of 14:16, 3 October 2024

local p = {
	["system title"] = "[[1F616EMO Express]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		
		["Nordstetten Hauptbahnhof"] = "Nordstetten Main Station",
	},
	["lines"] = {
		["E1"] = {
			["title"] = "[[E1]]",
			["color"] = "8B0000",
			["left terminus"] = "Nordstetten Hauptbahnhof",
			["right terminus"] = "Sandy Grove",
		},
		["E2"] = {
			["title"] = "[[E2]]",
			["color"] = "8B0000",
			["left terminus"] = "Yantian Road",
			["right terminus"] = "Luciopoli Central",
		},
		["RXB"] = {
			["title"] = "[[RelaxingBasin Shuttle]]",
			["color"] = "8B0000",
			["left terminus"] = "Yantian Road",
			["right terminus"] = "RelaxingBasin",
		},
	},
}

return p