Jump to content

Module:Adjacent stations/Washington Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jc86035 (1) (talk | contribs) at 09:10, 6 May 2018 (Created page with 'local p = { ["system title"] = "18px|link=Washington Metro Washington Metro", ["name_format"] = "font-family:Helvetica;backgr...'). 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 = {
	["system title"] = "[[File:WMATA Metro Logo.svg|18px|link=Washington Metro]] [[Washington Metro]]",
	["name_format"] = "font-family:Helvetica;background-color:#241F20;text-align:center;font-size:115%;color:#FFF;padding:0px;line-height:100%",
	["thbgcolor"] = "241F20",
	["thcolor"] = "FFF",
	["station format"] = {
		"%1 station",
		["Route 772"] = "[[Ashburn station (Washington Metro)|Ashburn]]",
		["Route 606"] = "[[Loudoun Gateway station|Loudoun Gateway]]",
		["Silver Spring"] = "%1 station (Maryland)",
		["Union Station"] = "Union Station (Washington Metro)",
		["Ashburn"] = "%1 station (Washington Metro)",
		["Crystal City"] = "%1 station (Washington Metro)",
		["Greensboro"] = "%1 station (Washington Metro)",
		["Huntington"] = "%1 station (Washington Metro)",
		["Medical Center"] = "%1 station (Washington Metro)",
		["Vienna"] = "%1 station (Washington Metro)",
		["Waterfront"] = "%1 station (Washington Metro)"
	},
	["lines"] = {
		["Red"] = {
			["line title"] = "[[Red Line (Washington Metro)|Red Line]]",
			["colour"] = "E31837",
			["left terminus"] = "Shady Grove",
			["right terminus"] = "Glenmont"
		},
		["Blue"] = {
				["line title"] = "[[Blue Line (Washington Metro)|Blue Line]]",
			["colour"] = "0076C0",
			["left terminus"] = "Franconia–Springfield",
			["right terminus"] = "Largo Town Center"
		},
		["Orange"] = {
			["line title"] = "[[Orange Line (Washington Metro)|Orange Line]]",
			["colour"] = "F7941D",
				["left terminus"] = "Vienna",
			["right terminus"] = "New Carrollton"
		},
		["Yellow"] = {
			["line title"] = "[[Yellow Line (Washington Metro)|Yellow Line]]",
			["colour"] = "FFD200",
			["left terminus"] = "Huntington",
			["right terminus"] = {
				"Fort Totten",
				["Weekday rush hour service"] = "Mount Vernon Square",
			}
		},
		["Green"] = {
			["line title"] = "[[Green Line (Washington Metro)|Green Line]]",
			["colour"] = "00A94F",
			["left terminus"] = "Branch Avenue",
			["right terminus"] = "Greenbelt"
		},
		["Silver"] = {
			["line title"] = "[[Silver Line (Washington Metro)|Silver Line]]",
			["colour"] = "A1A2A1",
			["left terminus"] = {
				"Wiehle–Reston East",
				["Ashburn"] = "Ashburn"
			},
			["right terminus"] = "Largo Town Center"
		}
	}
}

return p