模組:Adjacent stations/Rocky Mountaineer

维基百科,自由的百科全书
文档图示 模块文档[查看] [编辑] [历史] [清除缓存]

這是Module:Adjacent stations的數據模塊,包含由Rocky Mountaineer經營的服務線。

路線

路線代碼顏色十六進制顏色圖標
Coastal Passage Coastal Passage   ca9c4c
First Passage to the West First Passage to the West   7a1b22
Journey Through the Clouds Journey Through the Clouds   2d5976
Rainforest to Gold Rush Rainforest to Gold Rush   1e4a36
Rockies to the Red Rocks Rockies to the Red Rocks   c80900
Whistler Sea to Sky Climb Whistler Sea to Sky Climb   072b51

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