模組:Adjacent stations/NS International

维基百科,自由的百科全书
文档图示 模块文档[创建]
local icx = "[[城際快車|Intercity-Express]] [[荷兰铁路服务|%1]]"
local icdb = "[[城际列车 (德国)|Intercity (DB)]] [[荷兰铁路服务|%1]]"
local cnl = "[[城市夜线|City Night Line]] [[荷兰铁路服务|%1]]"
local en = "[[欧洲夜车|EuroNight]] [[荷兰铁路服务|%1]]"
local icd = "[[城际直达列车|Intercity Direct]] [[荷兰铁路服务|%1]]"
local stn = "%1车站"

local p = {
	["system title"] = "[[荷铁国际]]",
	["system icon"] = "[[File:Nederlandse spoorwegen logo.svg|15px|link=荷铁国际]]",
	["station format"] = {
		"%1车站",
		["Amsterdam Centraal"] = "[[阿姆斯特丹中央車站|阿姆斯特丹中央]]",
		["安特卫普贝尔赫姆"] = "[[安特卫普贝尔赫姆站|安特卫普贝尔赫姆]]",
		["Brussels-North"] = "[[布魯塞爾北站|布鲁塞尔北]]",
		["布鲁塞尔北"] = "[[布魯塞爾北站|布鲁塞尔北]]",
		["Brussels-South"] = "[[布鲁塞尔南站|布鲁塞尔南]]",
		["布鲁塞尔南"] = "[[布鲁塞尔南站|布鲁塞尔南]]",
		["布鲁塞尔机场-扎芬特姆"] = "[[布魯塞爾機場-扎芬特姆站|布鲁塞尔机场]]",
		["布魯塞爾機場-扎芬特姆"] = "[[布魯塞爾機場-扎芬特姆站|布鲁塞尔机场]]",
		["Berlin Ostbahnhof"] = "Berlin Ostbahnhof",
		["Duisburg Hbf"] = "Duisburg Hauptbahnhof",
		["Frankfurt (Main) Hbf"] = "Frankfurt (Main) Hauptbahnhof",
		["Köln Hbf"] = "Köln Hauptbahnhof",
		["梅赫伦"] = "[[梅赫伦站|梅赫伦]]",
		["Mechelen"] = "[[梅赫伦站|梅赫伦]]",
		["München/Zürich"] = "[[慕尼黑火车总站|慕尼黑]]/[[苏黎世火车总站|苏黎世]]",
		["Oberhausen Hbf"] = "Oberhausen Hauptbahnhof",
		["Praha hl.n."] = "[[布拉格火车总站|布拉格]]",
		["Rotterdam Centraal"] = stn,
		["Warsaw"] = "Warszawa Wschodnia railway station"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "E2004A",
			["title"] = "[[荷铁国际]][[荷兰铁路服务|%1]]"
		},
		["100"] = {
			["title"] = icx,
			["left terminus"] = "Amsterdam Centraal",
			["right terminus"] = "Basel SBB"
		},
		["120"] = {
			["title"] = icx,
			["left terminus"] = "Amsterdam Centraal",
			["right terminus"] = "Frankfurt (Main) Hbf"
		},
		["140"] = {
			["title"] = icdb,
			["left terminus"] = "Amsterdam Centraal",
			["right terminus"] = "Berlin Ostbahnhof"
		},
		["419"] = {
			["title"] = cnl,
			["left terminus"] = "Amsterdam Centraal",
			["right terminus"] = "München/Zürich"
		},
		["447"] = {
			["title"] = en,
			["left terminus"] = "Oberhausen Hbf",
			["right terminus"] = "Warsaw"
		},
		["457"] = {
			["title"] = cnl,
			["left terminus"] = "Oberhausen Hbf",
			["right terminus"] = "Praha hl.n."
		},
		["900"] = {
			["title"] = icd,
			["left terminus"] = "Amsterdam Centraal",
			["right terminus"] = "Rotterdam Centraal",
			["types"] = {
				["reverse"] = {
					["title"] = "",
					["left terminus"] = "Rotterdam Centraal",
					["right terminus"] = "Amsterdam Centraal"
				}
			}
		},
		["1000"] = {
			["title"] = icd,
			["left terminus"] = "Amsterdam Centraal",
			["right terminus"] = "Rotterdam Centraal",
			["types"] = {
				["reverse"] = {
					["title"] = "",
					["left terminus"] = "Rotterdam Centraal",
					["right terminus"] = "Amsterdam Centraal"
				}
			}
		},
		["9200"] = {
			["title"] = icd,
			["left terminus"] = "Amsterdam Centraal",
			["right terminus"] = "Brussels-South",
			["types"] = {
				["reverse"] = {
					["title"] = "",
					["left terminus"] = "Brussels-South",
					["right terminus"] = "Amsterdam Centraal",
				}
			}
		}
	}
}

return p