跳转到内容

模組:Adjacent stations/香港輕鐵

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

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

local p = {
	["system title"] = "[[香港輕鐵|輕鐵]]",
	["system icon"] = "[[File:MTR Lightrail icon.svg|x18px|link=香港輕鐵|alt=香港輕鐵]]",
	["line icon format"] = "croute",
	["header stop noun"] = "stop",
	["system color"] = "D3A809",
	["station format"] = {
		"%1 stop"
	},
	["lines"] = {
		["505"] = {
			["title"] = "[[香港輕鐵505綫|505]]",
			["color"] = "FF0000",
			["left terminus"] = "三聖",
			["right terminus"] = "兆康"
		},
		["507"] = {
			["title"] = "507",
			["color"] = "008000",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "田景"
		},
		["610"] = {
			["title"] = "610",
			["color"] = "A52A2A",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "元朗"
		},
		["614"] = {
			["title"] = "614",
			["color"] = "00BFFF",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "元朗"
		},
		["614P"] = {
			["title"] = "614P",
			["color"] = "FFC0CB",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "兆康"
		},
		["615"] = {
			["title"] = "615",
			["color"] = "FFFF00",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "元朗"
		},
		["615P"] = {
			["title"] = "615P",
			["color"] = "000080",
			["left terminus"] = "屯門碼頭",
			["right terminus"] = "兆康"
		},
		["705"] = {
			["title"] = "[[香港輕鐵705、706綫|705]]",
			["color"] = "9ACD32",
			["circular"] = true,
			["left terminus"] = "天水圍循環線逆時針方向",
			["oneway-right"] = true,
		},
		["706"] = {
			["title"] = "[[香港輕鐵705、706綫|706]]",
			["color"] = "D8BFD8",
			["circular"] = true,
			["oneway-left"] = true,
			["right terminus"] = "天水圍循環線順時針方向"
		},
		["751"] = {
			["title"] = "751",
			["color"] = "FFA500",
			["left terminus"] = "友愛",
			["right terminus"] = "天逸"
		},
		["751P"] = {
			["title"] = "751P",
			["color"] = "000",
			["left terminus"] = "天水圍",
			["right terminus"] = "天逸"
		},
		["761P"] = {
			["title"] = "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