Jump to content

Module:Adjacent stations/Nevada County Narrow Gauge Railroad

From Wikipedia, the free encyclopedia

local ncng = "%1 station (Nevada County Narrow Gauge Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Nevada County Narrow Gauge Railroad]]",
	["system color"] = "000000",
	
	["station format"] = {
		"%1 station",
		},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
				["Main Line"] = {
					["title"] = "Main Line",
					["left terminus"] = "Colfax",
					["right terminus"] = "Nevada City",
		},
	},
}

return p