Module:Adjacent stations/DC Streetcar

MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
< Module:Adjacent stations
Revision as of 18:24, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/DC Streetcar)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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"] = "Union Station (DC Streetcar)",
	},
	["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