Module:Adjacent stations/DC Streetcar

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[DC Streetcar]]",
	["system icon"] = "",
	["name format"] = "font-family: Arial; background-color: #ffff00; font-weight: bolder; font-size: 125%; color: black; padding: 0.5em; line-height: 1; white-space: nowrap; border: 0px solid #007fcd; margin: 0.25em; text-align: center; text-transform: uppercase;",
	["header background color"] = "C91F1E",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station (DC Streetcar)",
		["Oklahoma Avenue"] = "%1 station",
		["Union Station"] = "Union Station (DC Streetcar)",
	},
	["lines"] = {
		["H Street/Benning Road"] = {
			["title"] = "[[H Street/Benning Road Line]]",
			["color"] = "C91F1E",
			["left terminus"] = "Union Station",
			["right terminus"] = "Oklahoma Avenue",
		},
	},
	["aliases"] = {
		["h street"] = "H Street/Benning Road",
		["benning road"] = "H Street/Benning Road",
	},
}

return p