Module:Adjacent stations/Rocky Mountaineer

From Wikipedia, the free encyclopedia

local RM= "%1 station (Rocky Mountaineer)"

local p = {
	["system title"] = "[[Rocky Mountaineer]]",
	["system icon"] = "",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #072b51; border:3px solid #ca9c4c; padding:0.5em;",
	["header background color"] = "ca9c4c",
	["system color"] = "072b51",
	["station format"] = {
		"%1 station",
		["Calgary"] = "Tower Centre",
		["Denver"] = "Denver Union Station",
		["Moab"] = RM,
		["Pacific Central"] = "[[Pacific Central Station|Pacific Central (Vancouver)]]",
		["Rocky Mountaineer"] = "Rocky Mountaineer Station",
		["Seattle"] = "King Street Station",
		["Vancouver"] = "[[Rocky Mountaineer Station|Rocky Mountaineer]]",
	},
	["lines"] = {
		["Coastal Passage"] = {
			["title"] = "''Coastal Passage''",
			["color"] = "ca9c4c",
			["left terminus"] = "Seattle",
			["right terminus"] = {"Banff", "Jasper"},
		},
		["First Passage to the West"] = {
			["title"] = "''First Passage to the West''",
			["color"] = "7a1b22",
			["left terminus"] = "Rocky Mountaineer",
			["right terminus"] = "Banff",
		},
		["Journey Through the Clouds"] = {
			["title"] = "''Journey Through the Clouds''",
			["color"] = "2d5976",
			["left terminus"] = "Rocky Mountaineer",
			["right terminus"] = "Jasper",
		},
		["Rainforest to Gold Rush"] = {
			["title"] = "''Rainforest to Gold Rush''",
			["color"] = "1e4a36",
			["left terminus"] = "North Vancouver",
			["right terminus"] = "Jasper",
		},
		["Rockies to the Red Rocks"] = {
			["title"] = "''Rockies to the Red Rocks''",
			["color"] = "c80900",
			["left terminus"] = "Moab",
			["right terminus"] = "Denver",
		},
		["Whistler Sea to Sky Climb"] = {
			["title"] = "''[[Whistler Sea to Sky Climb]]''",
			["color"] = "072b51",
			["left terminus"] = "North Vancouver",
			["right terminus"] = "Whistler",
		},
	},
}

return p