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

From 1F616EMO Survival Server Wiki
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