Jump to content

Module:Adjacent stations/Hanoi Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 17:52, 30 November 2022. 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"] = {
		["_default"] = {
			["color"] = "cccccc",
			["title"] = "[[Line %1 (Hanoi Metro)|Line %1]]"
			},
		["2A"] = {
			["color"] = "00C000",
			["left terminus"] = "Cát Linh",
			["right terminus"] = "Yên Nghĩa",
		},
	    ["3"] = {
			["color"] = "B3424A",
			["left terminus"] = "Nhon",
			["right terminus"] = "Hanoi",
		},
	},
	["aliases"] = {
		["Line 2A"] = "2A",
		["cat linh"] = "2A",
		["Line 3"] = "3",
	},
}

return p