Jump to content

Module:Adjacent stations/Hanoi Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 15:55, 13 November 2021. 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 railway station|Hanoi]]",
		["Hà Đông"] = h
	},
	["lines"] = {
		["Line 2A"] = {
			["title"] = "[[Line 2A (Hanoi Metro)|Line 2A]]",
			["color"] = "B8B803",
			["left terminus"] = "Cát Linh",
			["right terminus"] = "Yên Nghĩa",
		},
	    ["Line 3"] = {
			["title"] = "[[Line 3 (Hanoi Metro)|Line 3]]",
			["color"] = "B3424A",
			["left terminus"] = "Nhon",
			["right terminus"] = "Hanoi",
		},
	},
}

return p