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
Revision as of 09:55, 14 June 2024 by 1F616EMO (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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