Module:Adjacent stations/Hanoi Metro

MyWikiBiz, Author Your Legacy — Thursday November 14, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Hanoi Metro/doc

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