Jump to content

Module:phi-placelist/data/NCR/Manila

From Wiktionary, the free dictionary


-- Since all barangays of Manila are numbered, do not list them all as separate entries.

local export = {
	
	divisions = "districts",
	["Binondo"] = true,
	["Ermita"] = true,
	["Intramuros"] = true,
	["Malate"] = true,
	["Paco"] = true,
	["Pandacan"] = true,
	["Port Area"] = true,
	["Quiapo"] = true,
	["Sampaloc"] = true,
	["San Andres"] = true,
	["San Miguel"] = true,
	["San Nicolas"] = true,
	["Santa Ana"] = true,
	["Santa Cruz"] = true,
	["Santa Mesa"] = true,
	["Tondo"] = true,
	
}

return export;