Jump to content

Module:Adjacent stations/H and H Railroad

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[H and H Railroad]]",
	["system color"] = "000000",
	["station format"] = {
		"%1 station",
		["Stanwood GN Depot"] = "Stanwood station",
		["Stanwood"] = "Stanwood station (H and H Railroad)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "The 'Dinky'",
			["color"] = "000000",
			["left terminus"] = "Stanwood GN Depot",
			["right terminus"] = "Stanwood",
		}
	}
}

return p