Jump to content

Module:Adjacent stations/Hanoi Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Uycyb3ty4 (talk | contribs) at 18:50, 11 November 2021 (According to the homepage "http://hanoimetro.net.vn/en/", Line 2A: left terminus should be Cat Linh (No.1), right terminus should be Yen Nghia; Line 3: left terminus should be Nhon (No.1), right terminus should be Hanoi). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local h = "%1 station (Hanoi Metro)"

local p = {
	["system title"] = "[[Hanoi Metro]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hanoi"] = "[[Hanoi central station|Hanoi]]",
		["Hà Đông"] = h
	},
	["lines"] = {
		["Line 2A"] = {
			["title"] = "[[Line 2A, Hanoi Metro|Cát Linh Line]]",
			["color"] = "B8B803",
			["left terminus"] = "Cát Linh",
			["right terminus"] = "Yên Nghĩa",
		},
	    ["Line 3"] = {
			["title"] = "[[Line 3, Hanoi Metro|Văn Miếu Line]]",
			["color"] = "B3424A",
			["left terminus"] = "Nhon",
			["right terminus"] = "Hanoi",
		},
	},
}

return p