Module:Adjacent stations/MTR Light Rail

Diyila Dagbani Wikipedia

This is a data module for Module:Adjacent stations. It supports services in Hong Kong operated by MTR Light Rail.

Lines[mali mi di yibu sheena n-niŋ]

LineKeysColorHex colorIcon
505 505   DA2128 505
507 507   00A54F 507
610 610   541912 610
614 614   15C0F2 614
614P 614P   F6A4AA 614P
615 615   FFDC01 615
615P 615P   016584 615P
705 705   7BC351 705
706 706   B279B4 706
751 751   F58220 751
751P 751P   000 751P
761P 761P   6E2C91 761P
Zone 1 zone1   F0397B zone1
Zone 2 zone2   F68712 zone2
Zone 3 zone3   0E88D3 zone3
Zone 4 zone4   33B540 zone4
Zone 5A zone5A   F25C19 zone5A
Zone 5 zone5   7641A4 zone5

See also[mali mi di yibu sheena n-niŋ]


local p = {
	["system title"] = "[[MTR]] [[Light Rail (MTR)|Light Rail]]",
	["system icon"] = "[[File:MTR Lightrail icon.svg|x18px|link=Light Rail (MTR)|alt=MTR Light Rail]]",
	["line icon format"] = "croute",
	["header stop noun"] = "stop",
	["system color"] = "D3A809",
	["station format"] = {
		"%1 stop"
	},
	["lines"] = {
		["505"] = {
			["title"] = "[[MTR Light Rail Route 505|505]]",
			["color"] = "DA2128",
			["left terminus"] = "Sam Shing",
			["right terminus"] = "Siu Hong"
		},
		["507"] = {
			["title"] = "507",
			["color"] = "00A54F",
			["left terminus"] = "Tuen Mun Ferry Pier",
			["right terminus"] = "Tin King"
		},
		["610"] = {
			["title"] = "610",
			["color"] = "541912",
			["left terminus"] = "Tuen Mun Ferry Pier",
			["right terminus"] = "Yuen Long"
		},
		["614"] = {
			["title"] = "614",
			["color"] = "15C0F2",
			["left terminus"] = "Tuen Mun Ferry Pier",
			["right terminus"] = "Yuen Long"
		},
		["614P"] = {
			["title"] = "614P",
			["color"] = "F6A4AA",
			["left terminus"] = "Tuen Mun Ferry Pier",
			["right terminus"] = "Siu Hong"
		},
		["615"] = {
			["title"] = "615",
			["color"] = "FFDC01",
			["left terminus"] = "Tuen Mun Ferry Pier",
			["right terminus"] = "Yuen Long"
		},
		["615P"] = {
			["title"] = "615P",
			["color"] = "016584",
			["left terminus"] = "Tuen Mun Ferry Pier",
			["right terminus"] = "Siu Hong"
		},
		["705"] = {
			["title"] = "[[MTR Light Rail Routes 705 and 706|705]]",
			["color"] = "7BC351",
			["circular"] = true,
			["left terminus"] = "Anticlockwise around Tin Shui Wai",
			["oneway-right"] = true,
		},
		["706"] = {
			["title"] = "[[MTR Light Rail Routes 705 and 706|706]]",
			["color"] = "B279B4",
			["circular"] = true,
			["oneway-left"] = true,
			["right terminus"] = "Clockwise around Tin Shui Wai"
		},
		["751"] = {
			["title"] = "751",
			["color"] = "F58220",
			["left terminus"] = "Yau Oi",
			["right terminus"] = "Tin Yat"
		},
		["751P"] = {
			["title"] = "751P",
			["color"] = "000",
			["left terminus"] = "Tin Shui Wai",
			["right terminus"] = "Tin Yat"
		},
		["761P"] = {
			["title"] = "761P",
			["color"] = "6E2C91",
			["left terminus"] = "Tin Yat",
			["right terminus"] = "Yuen Long"
		},
		["zone1"] = {
			["title"] = "Zone 1",
			["color"] = "F0397B",
		},
		["zone2"] = {
			["title"] = "Zone 2",
			["color"] = "F68712",
		},
		["zone3"] = {
			["title"] = "Zone 3",
			["color"] = "0E88D3",
		},
		["zone4"] = {
			["title"] = "Zone 4",
			["color"] = "33B540",
		},
		["zone5A"] = {
			["title"] = "Zone 5A",
			["color"] = "F25C19",
		},
		["zone5"] = {
			["title"] = "Zone 5",
			["color"] = "7641A4",
		},
	}
}

return p