Module:Adjacent stations/Colebrookdale Railroad

MyWikiBiz, Author Your Legacy — Saturday May 04, 2024
Jump to navigationJump to search
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Colebrookdale Railroad]]",
	["system icon"] = "",
	["system color"] = "006400",
	["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"] = "FF0",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Secret Valley Line"] = {
			["title"] = "Secret Valley Line",
			["color"] = "006400",
			["left terminus"] = "Pottstown",
			["right terminus"] = "Boyertown",
		},
	},
}

return p