Jump to content

Module:Adjacent stations/Grapevine Vintage Railroad

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Grapevine Vintage Railroad]]",
	["system icon"] = "",
	["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder; font-style:bold; line-height: 150%; color:white; background-color:#63666a; border-top: 6px solid #005f61",
	["header background color"] = "0175de",
	["header text color"] = "ffffff",
	["system color"] = "6E1B24",
	["station format"] = {
		"%1 station",
		["Main Street Depot"] = "Grapevine–Main Street station",
		["Fort Worth Stockyards"] = "Fort Worth Stockyards#Today",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "6E1B24",	
		},
		["Grapevine Vintage Railroad"] = {
			["title"] = "[[Grapevine Vintage Railroad]]",
			["color"] = "6E1B24",
			["text color"] = "ffffff",
			["left terminus"] = "Fort Worth Stockyards",
			["right terminus"] = "Main Street Depot",
		},
	},
}

return p