Jump to content

Module:Adjacent stations/Las Vegas and Tonopah Railroad

From Wikipedia, the free encyclopedia

local lvt = "%1 station (Las Vegas and Tonopah Railroad)"
local nv = "%1 station (Nevada)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Las Vegas and Tonopah Railroad]]",
	["system color"] = "000000",
	
	["station format"] = {
		"%1 station",
			["Las Vegas"] = nv,
		},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
				["Main Line"] = {
					["title"] = "Main Line",
					["left terminus"] = "Beatty",
					["right terminus"] = "Las Vegas",
		},
	},
}

return p