Module:Wy/sk/Adjacent stations/Washington Metro

Template:Wy/sk/Adjacent stations doc

It may be invoked by either "Template:Wy/sk/Code" or "Template:Wy/sk/Code".

Lines edit

LineKeysColorHex color
Lua error in package.lua at line 80: module 'Module:wy/sk/Adjacent stations/i18n' not found. Red   E31837
Lua error in package.lua at line 80: module 'Module:wy/sk/Adjacent stations/i18n' not found. Blue   0076C0
Lua error in package.lua at line 80: module 'Module:wy/sk/Adjacent stations/i18n' not found. Orange   F7941D
Lua error in package.lua at line 80: module 'Module:wy/sk/Adjacent stations/i18n' not found. Yellow   FFD200
Lua error in package.lua at line 80: module 'Module:wy/sk/Adjacent stations/i18n' not found. Green   00A94F
Lua error in package.lua at line 80: module 'Module:wy/sk/Adjacent stations/i18n' not found. Silver   A1A2A1

Template:Wy/sk/Sandbox other


local x = "%1 station (Washington Metro)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Wy/sk/Washington Metro|Washington Metro]]",
	["system icon"] = "[[File:WMATA Metro Logo.svg|18px|link=Wy/sk/Washington Metro]]",
	["name format"] = "font-family: Helvetica; background-color: #241f20; font-size: 160%; color: white; padding: 0.4em 4px; margin: 0.25em;",
	["header background color"] = "241F20",
	["system color"] = "241F20",
	["station format"] = {
		"%1 station",
		["Ashburn"] = x,
		["College Park"] = "[[Wy/sk/College Park–University of Maryland station|College Park]]",
		["Crystal City"] = x,
		["Greensboro"] = x,
		["Huntington"] = x,
		["Medical Center"] = x,
		["Ronald Reagan Washington National Airport"] = "[[Wy/sk/Ronald Reagan Washington National Airport station|National Airport]] [[File:Pictograms-nps-airport.svg|14px|link=Wy/sk/Ronald Reagan Washington National Airport]]",
		["Vienna"] = x,
		["Waterfront"] = x,
		["Silver Spring"] = "%1 station (Maryland)",
		["Union Station"] = "Union Station (Washington Metro)"
	},
	["aliases"] = {
		["National Airport"] = "[[Wy/sk/Ronald Reagan Washington National Airport station|National Airport]] [[File:Pictograms-nps-airport.svg|14px|link=Wy/sk/Ronald Reagan Washington National Airport]]",
		["Route 772"] = "[[Wy/sk/Ashburn station (Washington Metro)|Ashburn]]",
		["Route 606"] = "[[Wy/sk/Loudoun Gateway station|Loudoun Gateway]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Wy/sk/%1 Line (Washington Metro)|%1 Line]]"
		},
		["Red"] = {
			["color"] = "E31837",
			["left terminus"] = "Shady Grove",
			["right terminus"] = "Glenmont"
		},
		["Blue"] = {
			["color"] = "0076C0",
			["left terminus"] = "Franconia–Springfield",
			["right terminus"] = "Largo Town Center"
		},
		["Orange"] = {
			["color"] = "F7941D",
			["left terminus"] = "Vienna",
			["right terminus"] = "New Carrollton"
		},
		["Yellow"] = {
			["color"] = "FFD200",
			["left terminus"] = "Huntington",
			["right terminus"] = {"Fort Totten", "Mount Vernon Square"},
		},
		["Green"] = {
			["color"] = "00A94F",
			["left terminus"] = "Branch Avenue",
			["right terminus"] = "Greenbelt"
		},
		["Silver"] = {
			["color"] = "A1A2A1",
			["left terminus"] = {
				"Wiehle–Reston East",
				["Ashburn"] = "Ashburn"
			},
			["right terminus"] = "Largo Town Center"
		}
	}
}

return p