跳转到内容

模組:Adjacent stations/Amsterdam Metro

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

local p = {
	["system title"] = "[[阿姆斯特丹地铁]]",
	["system icon"] = "[[File:Amsterdam metro logo.svg|18px|link=阿姆斯特丹地铁|alt=阿姆斯特丹地铁]]",
	["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#0a62b4; padding:0.3em;",
	["header background color"] = "EEEEEE",
	["station format"] = {
		"%1站",
		["Amstel"] = "[[Amsterdam Amstel station|Station Amstel]]",
		["Bijlmer ArenA"] = "[[Amsterdam Bijlmer ArenA station|Station Bijlmer ArenA]]",
		["Centraal Station"] = "[[阿姆斯特丹中央車站|中央車站]]",
		["Diemen Zuid"] = "[[Diemen Zuid station|Station Diemen Zuid]]",
		["Duivendrecht"] = "[[Duivendrecht station|Station Duivendrecht]]",
		["Holendrecht"] = "[[Amsterdam Holendrecht station|Station Holendrecht]]",
		["Lelylaan"] = "[[Amsterdam Lelylaan station|Station Lelylaan]]",
		["RAI"] = "[[Amsterdam RAI station|Station RAI]]",
		["Sloterdijk"] = "[[Amsterdam Sloterdijk station|Station Sloterdijk]]",
		["Zuid"] = "[[阿姆斯特丹南站|南站]]",
		["南站"] = "[[阿姆斯特丹南站|南站]]",
		["Noord"] = "[[北站 (阿姆斯特丹地铁)|北站]]",
		["北站"] = "[[北站 (阿姆斯特丹地铁)|北站]]",
		["阿姆斯特丹中央车站"] = "[[阿姆斯特丹中央車站|中央車站]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "Line %1",
			["icon"] = "[[File:Amsterdam unofficial metro icon line %1.svg|18px|alt=M%1|link=阿姆斯特丹地铁%1号线]]",
			["color"] = "0a62b4",
		},
		["50"] = {
			["title"] = "[[阿姆斯特丹地铁50号线|50号线]]",
			["color"] = "3aa644",
			["left terminus"] = "伊索拉托尔路",
			["right terminus"] = "海恩",
		},
		["51"] = {
			["title"] = "[[阿姆斯特丹地铁51号线|51号线]]",
			["color"] = "f2922c",
			["left terminus"] = "阿姆斯特丹中央车站",
			["right terminus"] = "伊索拉托尔路",
		},
		["52"] = {
			["title"] = "[[阿姆斯特丹地铁52号线|52号线]]",
			["color"] = "43c2f4",
			["left terminus"] = "南站",
			["right terminus"] = "北站",
		},
		["53"] = {
			["title"] = "[[阿姆斯特丹地铁53号线|53号线]]",
			["color"] = "e20224",
			["left terminus"] = "阿姆斯特丹中央车站",
			["right terminus"] = "哈斯普湖",
		},
		["54"] = {
			["title"] = "[[阿姆斯特丹地铁54号线|54号线]]",
			["color"] = "ffee00",
			["left terminus"] = "阿姆斯特丹中央车站",
			["right terminus"] = "海恩",
		},
	},
	["aliases"] = {
		["line 50"] = "50",
		["line 51"] = "51",
		["line 52"] = "52",
		["line 53"] = "53",
		["line 54"] = "54",	
	} 
}

return p