Jump to content

Module:Adjacent stations/HCMC Metro

From Wikipedia, the free encyclopedia

local h = "%1 station (Ho Chi Minh City)"

local p = {
	["system title"] = "[[HCMC Metro]]",
	["system icon"] = "[[File:HCMC Metro icon-symbol.svg|18px|link=HCMC Metro|alt=HCMC Metro logo]]",
	["line icon format"] = "route",
	["station format"] = {
		"%1 station",
		["Suối Tiên"] = "[[Suối Tiên Terminal station|Suối Tiên]]",
		["Opera House"] = h,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "cccccc",
			["title"] = "[[HCMC Metro Line %1|Line %1]]",
			["text color"] = "FFFFFF",
			},
		["1"] = {
			["color"] = "0079B8",
			["note-mid"] = "Opening Q4 2024",
			["left terminus"] = "Bến Thành",
			["right terminus"] = "Suối Tiên",
		},
	    ["2"] = {
			["color"] = "CC205F",
			["note-mid"] = "Opening 2030-2032",
			["left terminus"] = "Bến Thành",
			["right terminus"] = "Tân Bình",
		},
	-- Future lines
		["3A"] = {
	    	["title"] = "[[HCMC Metro#Lines|Line 3A]]",	
	    	["note-mid"] = "''Proposed''",
			["color"] = "FB7D37",
			["left terminus"] = "Bến Thành",
			["right terminus"] = "Tân Kiên",
		},
	    ["3B"] = {
	    	["title"] = "[[HCMC Metro#Lines|Line 3B]]",	   
	    	["note-mid"] = "''Proposed''",
			["color"] = "FB7D37",
			["left terminus"] = "Cộng Hoà Junction",
			["right terminus"] = "Hiệp Bình",
		},	
		["4"] = {
			["title"] = "[[HCMC Metro#Lines|Line 4]]",
			["note-mid"] = "''Proposed''",
			["color"] = "97CF6F",
			["left terminus"] = "Thạnh Xuân",
			["right terminus"] = "Hiệp Phước Port",
		},
		["4B"] = {
			["title"] = "[[HCMC Metro#Lines|Line 4B]]",
			["note-mid"] = "''Proposed''",
			["color"] = "97CF6F",
			["left terminus"] = "Gia Định Park",
			["right terminus"] = "Hoàng Văn Thụ Park",
		},
		["5"] = {
			["title"] = "[[HCMC Metro#Lines|Line 5]]",
			["note-mid"] = "''Proposed''",
			["color"] = "E690BB",
			["left terminus"] = "Tân Cảng",
			["right terminus"] = "New Cần Giuộc Bus Station",
		},
		["6"] = {
			["title"] = "[[HCMC Metro#Lines|Line 6]]",
			["note-mid"] = "''Proposed''",
			["color"] = "AB7C65",
			["left terminus"] = "Phú Lâm Junction",
			["right terminus"] = "Bà Quẹo",
		},
		["M2"] = {
			["title"] = "[[HCMC Metro#Lines|Monorail 2]]",
			["note-mid"] = "''Proposed''",
			["color"] = "894E9A",
			["left terminus"] = "Thanh Đa",
			["right terminus"] = "Nguyễn Văn Linh",
		},
		["M3"] = {
			["title"] = "[[HCMC Metro#Lines|Monorail 3]]",
			["note-mid"] = "''Proposed''",
			["color"] = "87898B",
			["left terminus"] = "Gò Vấp Junction",
			["right terminus"] = "Tân Chánh Hiệp",
		},
		["T"] = {
			["title"] = "[[HCMC Metro#Lines|Tramway]]",
			["note-mid"] = "''Proposed''",
			["color"] = "53C5E0",
			["left terminus"] = "Ba Son",
			["right terminus"] = "Bến xe Miền Tây",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
		["Line 1"] = "1",
		["L1"] = "1",
		["l1"] = "1",
		["line 2"] = "2",
		["Line 2"] = "2",
		["L2"] = "2",
		["l2"] = "2",
		["line 3A"] = "3A",
		["Line 3A"] = "3A",
		["L3A"] = "3A",
		["l3A"] = "3A",
		["3a"] = "3A",
		["line 3B"] = "3B",
		["Line 3B"] = "3B",
		["L3B"] = "3B",
		["l3B"] = "3B",
		["3b"] = "3B",
		["line 4"] = "4",
		["Line 4"] = "4",
		["L4"] = "4",
		["l4"] = "4",
		["line 4B"] = "4B",
		["Line 4B"] = "4B",
		["L4B"] = "4B",
		["l4B"] = "4B",
		["4b"] = "4B",
		["line 5"] = "5",
		["Line 5"] = "5",
		["L5"] = "5",
		["l5"] = "5",
		["line 6"] = "6",
		["Line 6"] = "6",
		["L6"] = "6",
		["l6"] = "6",
		["monorail 2"] = "M2",
		["Monorail 2"] = "M2",
		["m2"] = "M2",
		["monorail 3"] = "M3",
		["Monorail 3"] = "M3",
		["m3"] = "M3",
		["tramway"] = "T",
		["Tramway"] = "T",
		["t"] = "T",
		-- More be added soon
	},
}

return p