Jump to content

Module:Adjacent stations/New Hope and Ivyland Railroad

From Humanipedia
Revision as of 15:36, 8 October 2023 by hp>SleepTrain456 (Made some edits to reflect how the article and the line are now called the New Hope Railroad.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a data module for Module:Adjacent stations. It supports services operated by the New Hope Railroad (formerly the New Hope and Ivyland Railroad), a shortline and heritage railroad in New Hope, Pennsylvania..

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local septa = "%1 station (SEPTA)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[New Hope Railroad]]",
	["system icon"] = "",
	["name format"] = "font-family:Helvetica;background-color:#006400;text-align:center;font-size:160%;color:yellow;padding:4px;line-height:95%;text-transform:uppercase;",
	["header background color"] = "006400",
	["header text color"] = "FFFF00",
	["station format"] = {
		"%1 station",
		["Warminster"] = septa,
	},
	["lines"] = {
		["Main Line"] = {
			["title"] = "[[New Hope Railroad|Main Line]]",
			["color"] = "006400",
			["left terminus"] = "Warminster",
			["right terminus"] = "New Hope",
		},
	},
}

return p