Module:Adjacent stations/Delaware and Hudson Railway

MyWikiBiz, Author Your Legacy — Wednesday April 24, 2024
Jump to navigationJump to search
local ny = "%1 station (New York)"
local nyc = "%1 station (New York Central Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Delaware and Hudson Railway]]",
	["system icon"] = "",
	["name format"] = "font-family: Helvetica ; background-color: #003F87; font-size: 200%; text-transform:uppercase; color: #DAA520; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 2px solid #d7dcbe; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center;",
	["station format"] = {
		"%1 station",
		["Albany"] = "Union Station (Albany, New York)",
		["Delmar"] = ny,
		["Montreal"] = "Windsor Station (Montreal)",
		["Riverside"] = ny,
		["Standish"] = ny,
		["Westport"] = ny,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "003F87",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Montreal",
			["right terminus"] = "Albany",
		},
		["Champlain-Lake Placid"] = {
			["title"] = "[[Champlain, New York|Champlain]] – [[Lake Placid, New York|Lake Placid]]",
			["left terminus"] = "Lake Placid",
			["right terminus"] = "Champlain",
		},
		["Eagle Bridge-Rutland"] = {
			["title"] = "[[Eagle Bridge, New York|Eagle Bridge]] – [[Rutland, New York|Rutland]]",
			["left terminus"] = "Rutland",
			["right terminus"] = "Eagle Bridge",
		},
		["Lake George Branch"] = {
			["title"] = "Lake George Branch",
			["left terminus"] = "Lake George",
			["right terminus"] = "Fort Edward",
		},
		["Saratoga Springs-North Creek"] = {
			["title"] = "[[Saratoga Springs, New York|Saratoga Springs]] – [[North Creek, New York|North Creek]]",
			["left terminus"] = "North Creek",
			["right terminus"] = "Saratoga Springs",
		},
		["Susquehanna Division"] = {
			["title"] = "Susquehanna Division",
			["left terminus"] = "Binghamton",
			["right terminus"] = "Albany",
		},
		["Whitehall-Rutland"] = {
			["title"] = "[[Whitehall, New York|Whitehall]] – [[Rutland, New York|Rutland]]",
			["left terminus"] = "Rutland",
			["right terminus"] = "Whitehall",
		},
	},
	["aliases"] = {
		["main"] = "Main Line",
	}
}

return p