Jump to content

Module:Adjacent stations/DC Streetcar

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:04, 1 April 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "DC Streetcar", ["system icon"] = "", ["name format"] = "font-family: Arial; background-color: #ffff00...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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"] = "EF3340",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station (DC Streetcar)",
		["Oklahoma Avenue"] = "%1 station",
		["Union Station"] = "Washington Union Station",
	},
	["lines"] = {
		["H Street/Benning Road"] = {
			["title"] = "[[H Street/Benning Road Line]]",
			["color"] = "EF3340",
			["left terminus"] = "Union Station",
			["right terminus"] = "Oklahoma Avenue",
		},
	},
	["aliases"] = {
		["h street"] = "H Street/Benning Road",
	},
}

return p