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 13:42, 19 July 2020 (Created page with 'local p = { ["system title"] = "Hanoi Metro", ["system icon"] = "", ["station format"] = { "%1 station", ["Hanoi"] = "Hanoi"...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Hanoi Metro]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hanoi"] = "[[Hanoi central station|Hanoi]]",
	},
	["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