Module:Adjacent stations/New Hope and Ivyland Railroad/sandbox

From Wikipedia, the free encyclopedia
local septa = "%1 station (SEPTA)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[New Hope and Ivyland 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",
	["infobox station"] = {
		["_header"] = {
			["font-family"] = "Helvetica",
			["background-color"] = "#006400",
			["text-align"] = "center",
			["font-size"] = "160%",
			["color"] = "yellow",
			["padding"] = "4px",
			["line-height"] = "95%",
			["text-transform"] = "uppercase"
		},
		["_subheader"] = {
			["background-color"] = "#006400",
			["color"] = "#FFFF00"
		},
	},		
	["station format"] = {
		"%1 station",
		["Warminster"] = septa,
	},
	["lines"] = {
		["Main Line"] = {
			["title"] = "[[New Hope and Ivyland Railroad|Main Line]]",
			["color"] = "006400",
			["left terminus"] = "Warminster",
			["right terminus"] = "New Hope",
		},
	},
}

return p