跳转到内容

模組:Adjacent stations/Rocky Mountaineer

维基百科,自由的百科全书

这是Module:Adjacent stations/Rocky Mountaineer当前版本,由Tjmj留言 | 贡献编辑于2022年7月30日 (六) 14:54 (參考EN維基2021-09-22T10:04:53版本)。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

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"] = "Moab, Utah",
		["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