Module:Adjacent stations/Rocky Mountaineer/sandbox

From Wikipedia, the free encyclopedia
local p = {
	["system title"] = "[[Rocky Mountaineer]]",
	["system icon"] = "",
	["system color"] = "000066",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #000066; border:3px solid #C69955; padding:0.5em;",
	["header background color"] = "C69955",
	["infobox station"] = {
		["_header"] = {
			["font-size"] = "150%",
			["font-family"] = "Helvetica, sans",
			["font-weight"] = "bolder",
			["line-height"] = "120%",
			["color"] = "white",
			["background-color"] = "#000066",
			["border"] = "3px solid #C69955",
			["padding"] = "0.5em"
		},
		["_subheader"] = {
			["background-color"] = "#C69955"
		}
	},
	["station format"] = {
		"%1 station",
		["Calgary"] = "Tower Centre",
		["Pacific Central"] = "[[Pacific Central Station|Pacific Central (Vancouver)]]",
		["Seattle"] = "King Street Station",
		["Vancouver"] = "[[Rocky Mountaineer Station|Rocky Mountaineer (Vancouver)]]",
	},
	["lines"] = {
		["Coastal Passage"] = {
			["title"] = "''Coastal Passage''",
			["color"] = "7C1144",
			["left terminus"] = "Seattle",
			["right terminus"] = {"Banff", "Jasper"},
		},
		["First Passage to the West"] = {
			["title"] = "''First Passage to the West''",
			["color"] = "CC3300",
			["left terminus"] = "Vancouver",
			["right terminus"] = "Calgary",
		},
		["Journey through the Clouds"] = {
			["title"] = "''Journey through the Clouds''",
			["color"] = "33CCFF",
			["left terminus"] = "Vancouver",
			["right terminus"] = "Jasper",
		},
		["Rainforest to Gold Rush"] = {
			["title"] = "''Rainforest to Gold Rush''",
			["color"] = "666600",
			["left terminus"] = "North Vancouver",
			["right terminus"] = "Jasper",
		},
		["Whistler Sea to Sky Climb"] = {
			["title"] = "''[[Whistler Sea to Sky Climb]]''",
			["color"] = "0000CC",
			["left terminus"] = "North Vancouver",
			["right terminus"] = "Whistler",
		},
	},
}

return p