Module:Adjacent stations/Virginia Railway Express

From Minecart Rapid Transit Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Virginia Railway Express/doc

local va = "%1 station (Virginia)"
local vre = "%1 station (VRE)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Virginia Railway Express]]",
	["system icon"] = "",
	["name format"] = "background-color: transparent; font-size: 200%; font-family: Times New Roman; color: navy; font-weight: bolder; text-align: center; font-style: bold; border-top: 5px solid #C00; border-bottom: 5px solid #C00; padding: 0.4em 0 0.4em 0;",
	["station format"] = {
		"%1 station",
		["Alexandria"] = "Alexandria Union Station",
		["Clifton"] = vre,
		["Crystal City"] = vre,
		["L'Enfant"] = "L'Enfant Plaza station",
		["Lorton"] = vre,
		["Washington"] = "[[Washington Union Station|Washington, D.C.]]",
		["Woodbridge"] = va,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line]]",	
		},
		["Fredericksburg"] = {
			["color"] = "E73035",
			["left terminus"] = "Spotsylvania",
			["right terminus"] = "Washington",
		},
		["Manassas"] = {
			["color"] = "016DB5",
			["left terminus"] = "Broad Run",
			["right terminus"] = "Washington",
		},
	},
}

return p