Module:Adjacent stations/Washington Metro/sandbox

This is an old revision of this page, as edited by Szqecs (talk | contribs) at 13:35, 29 April 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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|%1]]",
		["Route 772"] = "[[Ashburn station (Washington Metro)|Ashburn]]",
		["Route 606"] = "[[Loudoun Gateway station|Loudoun Gateway]]",
		["Silver Spring"] = "[[Silver Spring station (Maryland)|Silver Spring]]",
		["Union Station"] = "[[Union Station (Washington Metro)|Union Station]]",
		["Ashburn"] = "[[Ashburn station (Washington Metro)|Ashburn]]",
		["Crystal City"] = "[[Crystal City station (Washington Metro)|Crystal City]]",
		["Greensboro"] = "[[Greensboro station (Washington Metro)|Greensboro]]",
		["Huntington"] = "[[Huntington station (Washington Metro)|Huntington]]",
		["Medical Center"] = "[[Medical Center station (Washington Metro)|Medical Center]]",
		["Vienna"] = "[[Vienna station (Washington Metro)|Vienna]]",
		["Waterfront"] = "[[Waterfront station (Washington Metro)|Waterfront]]"
	},
	['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