跳转到内容

模組:Adjacent stations/香港輕鐵

被永久保护的模块
维基百科,自由的百科全书

这是本页的一个历史版本,由Owennson留言 | 贡献2019年11月28日 (四) 11:28编辑。这可能和当前版本存在着巨大的差异。

local x = "%1站 (香港)"
local y = "%1站 (輕鐵)"

local p = {
	["system title"] = "[[香港輕鐵]]",
	["system icon"] = "[[File:MTR Lightrail icon.svg|x18px|link=香港輕鐵|alt=香港輕鐵]]",
	["line icon format"] = "croute",
	["system color"] = "D3A809",
	["station format"] = {
		"%1站",
		
		["龍門"] = x,
		["河田"] = x,
		["安定"] = x,
		["市中心"] = x,
		["屯門"] = y,
		["兆康"] = y,
		["洪水橋"] = y,
		["屏山"] = x,
		["天水圍"] = y,
		["銀座"] = x,
		["元朗"] = y
	},
	["lines"] = {
		["505"] = {
			["title"] = "[[香港輕鐵505綫|505綫]]",
			["color"] = "FF0000",
			["left terminus"] = "三聖",
			["right terminus"] = "兆康"
		},
		["507"] = {
			["title"] = "[[香港輕鐵507綫|507綫]]",
			["color"] = "008000",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "田景"
		},
		["610"] = {
			["title"] = "[[香港輕鐵610綫|610綫]]",
			["color"] = "A52A2A",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "元朗"
		},
		["614"] = {
			["title"] = "[[香港輕鐵614、614P綫|614綫]]",
			["color"] = "00BFFF",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "元朗"
		},
		["614P"] = {
			["title"] = "[[香港輕鐵614、614P綫|614P綫]]",
			["color"] = "FFC0CB",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "兆康"
		},
		["615"] = {
			["title"] = "[[香港輕鐵615、615P綫|615綫]]",
			["color"] = "FFFF00",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "元朗"
		},
		["615P"] = {
			["title"] = "[[香港輕鐵615、615P綫|615P綫]]",
			["color"] = "000080",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "兆康"
		},
		["705"] = {
			["title"] = "[[香港輕鐵705、706綫|705綫]]",
			["color"] = "9ACD32",
			["circular"] = true,
			["right terminus"] = "天水圍循環線逆時針方向",
			["oneway-left"] = true,
		},
		["706"] = {
			["title"] = "[[香港輕鐵705、706綫|706綫]]",
			["color"] = "D8BFD8",
			["circular"] = true,
			["oneway-left"] = true,
			["right terminus"] = "天水圍循環線順時針方向"
		},
		["751"] = {
			["title"] = "[[香港輕鐵751綫|751綫]]",
			["color"] = "FFA500",
			["left terminus"] = "友愛",
			["right terminus"] = "天逸"
		},
		["751P"] = {
			["title"] = "[[香港輕鐵751綫|751P綫]]",
			["color"] = "000",
			["left terminus"] = "天水圍",
			["right terminus"] = "天逸"
		},
		["761P"] = {
			["title"] = "[[香港輕鐵761P綫|761P綫]]",
			["color"] = "4B0082",
			["left terminus"] = "天逸",
			["right terminus"] = "元朗"
		},
		["zone1"] = {
			["color"] = 'F0397B',
		},
		["zone2"] = {
			["color"] = 'F68712',
		},
		["zone3"] = {
			["color"] = '0E88D3',
		},
		["zone4"] = {
			["color"] = '33B540',
		},
		["zone5A"] = {
			["color"] = 'F25C19',
		},
		["zone5"] = {
			["color"] = '7641A4',
		},
	}
}

return p