Module:Adjacent stations/Bakersfield and Kern Electric Railway

MyWikiBiz, Author Your Legacy — Friday May 03, 2024
Jump to navigationJump to search
local bk = "%1 station (Bakersfield and Kern Electric Railway)"
local ca = "%1 station (California)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Bakersfield and Kern Electric Railway]]",
	["system icon"] = "",
	["system color"] = "FF0000",
	["name format"] = "background-color: transparent; font-size: 200%; text-transform:uppercase; font-family: Arial; color: black; font-weight: bolder; text-align: center; font-style: bold; border-top: 3px solid #000; border-bottom: 3px solid #000; border-right: 3px solid #000; border-left: 3px solid #000; border-width: 50%; padding: 0.4em 0 0.4em 0;",
	["station format"] = {
		"%1 station",
		["Bakersfield"] = "Bakersfield station (Amtrak)",
		["Chester"] = ca,
		["Sumner"] = "Bakersfield station (Southern Pacific Railroad)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FF0000",
		},
		["F Street and H Street Loop"] = {
			["title"] = "[[F Street and H Street Loop]]",
			["left terminus"] = "19th Street / H Street",
			["right terminus"] = "Bakersfield",
		},
		["Santa Fe and Southern Pacific"] = {
			["title"] = "[[Santa Fe and Southern Pacific Line]]",
			["left terminus"] = "Bakersfield",
			["right terminus"] = "Sumner",
		},
		["North Chester"] = {
			["title"] = "[[North Chester Line]]",
			["left terminus"] = "Chester",
			["right terminus"] = "19th St / Chester Ave",
		},
		["South Chester"] = {
			["title"] = "[[South Chester Line]]",
			["left terminus"] = "19th Street / Chester Avenue",
			["right terminus"] = "8th Street / Chester Avenue",
		},
		["West 19th Street"] = {
			["title"] = "[[West 19th Street Line]]",
			["left terminus"] = "Truxtun Avenue / Oak Street",
			["right terminus"] = "19th Street / F Street",
		},
	},
}

return p