Module:Adjacent stations/Fillmore and Western Railway

local p = {
	["system title"] = "[[Fillmore and Western Railway]]",
	["system color"] = "F57C14",
	["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; color:#FFFFFF; background-color:#F57C14; padding:0.4em 4px;",
	["header background color"] = {
		"EE8F1B",
	},
    ["header text color"] = {
		"FFFFFF",
	},
	["station format"] = {
		["Fillmore"] = "Fillmore station (Southern Pacific Railroad)",
		["Piru"] = "Piru, California",
		["Santa Paula"] = "Santa Paula station"
	},
	["lines"] = {
		["Santa Paula Branch"] = {
			["title"] = "[[Santa Paula Branch Line]]",
			["note-mid"] = "Closed 2021",
			["color"] = "EE8F1B",
			["left terminus"] = "Santa Paula",
			["right terminus"] = "Piru",
		}
	}
}

return p