Jump to content

Module:Adjacent stations/Hanoi Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AJP426 (talk | contribs) at 07:32, 26 July 2020. 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"] = "Yên Nghĩa",
			["right terminus"] = "Cát Linh",
		},
	    ["Line 3"] = {
			["title"] = "[[Line 3, Hanoi Metro|Văn Miếu Line]]",
			["color"] = "B3424A",
			["left terminus"] = "Hanoi",
			["right terminus"] = "Nhon",
		},
	},
}

return p