Jump to content

Module:Adjacent stations/Oregon Electric Railway

From Wikipedia, the free encyclopedia

local oer = "%1 station (Oregon Electric Railway)"
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Oregon Electric Railway]]",
	["system icon"] = "",
	["system color"] = "20ab20",
	["header background color"] = "20ab20",
	["header text color"] = "000000",
	["name format"] = {
		"font-size: 175%; font-family:Helvetica, sans; font-weight: bolder; text-transform: uppercase; line-height: 100%; color: black; background-color: white; padding: 4px;",
	},
	["station format"] = {
		"%1 station",
				["Durham"] = oer,
				["Eugene"] = "Oregon Electric Railway Passenger Station",
				["Forest Grove"] = oer,
				["Garden Home"] = "Garden Home–Whitford, Oregon#History",
				["Portland"] = "North Bank Depot Buildings",
				["St. Marys"] = "Beaverton Creek station",
		},
	["lines"] = {
		["_default"] = {
			["color"] = "20ab20",	
		},
				["Main"] = {
			["title"] = "Main Line",
			["left terminus"] = "Eugene",
			["right terminus"] = "Portland",
		},
				["Forest Grove"] = {
			["title"] = "[[Forest Grove branch]]",
			["left terminus"] = "Forest Grove",
			["right terminus"] = "Garden Home",
		},
	},
}

return p