Module:User:Benwing2/category tree/topic cat/data/Earth

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Benwing2, for their own experimentation. Items in this module may be added and removed at Benwing2's discretion; do not rely on this module's stability.


local labels = {}

-- FIXME: Almost everything formerly here has been moved into [[Module:category tree/topic cat/data/Places]].
-- The remainder should be consolidated.

labels["Earth"] = {
	type = "topic",
	description = "=the planet [[Earth]] and the features found on it",
	parents = {"nature"},
}

labels["Africa"] = {
	type = "topic",
	description = "default",
	parents = {"Earth"},
}

labels["America"] = {
	type = "topic",
	description = "=[[America]], in the sense of [[North America]] and [[South America]] combined",
	parents = {"Earth"},
}

labels["Antarctica"] = {
	type = "topic",
	description = "=the territory of [[Antarctica]]",
	parents = {"Earth"},
}

labels["Asia"] = {
	type = "topic",
	description = "default",
	parents = {"Earth", "Eurasia"},
}

labels["Atlantic Ocean"] = {
	type = "topic",
	description = "default with the",
	parents = {"Earth"},

}

labels["British Isles"] = {
	type = "topic",
	description = "=the people, culture, or territory of [[Great Britain]], [[Ireland]], and other nearby islands",
	parents = {"Europe", "islands"},
}

labels["Central America"] = {
	type = "topic",
	description = "default",
	parents = {"Earth", "America"},
}

labels["Punjab, India"] = {
	type = "topic",
	description = "{{{langname}}} names of places in {{w|Punjab, India}}",
	parents = {"India", "Punjab"},
}

labels["Punjab, Pakistan"] = {
	type = "topic",
	description = "{{{langname}}} names of places in {{w|Punjab, Pakistan}}",
	parents = {"Pakistan", "Punjab"},
}

labels["Eurasia"] = {
	type = "topic",
	description = "=[[Eurasia]], that is, [[Europe]] and [[Asia]] together",
	parents = {"Earth"},
}

labels["Europe"] = {
	type = "topic",
	description = "default",
	parents = {"Earth", "Eurasia"},
}

labels["European Union"] = {
	type = "topic",
	description = "default with the",
	parents = {"Europe"},
}

labels["Gascony"] = {
	type = "topic",
	description = "default",
	parents = {"France", "Occitania"},
}

labels["Indian subcontinent"] = {
	type = "topic",
	description = "default with the",
	parents = {"South Asia"},
}

labels["Kashmir"] = {
	type = "topic",
	description = "{{{langname}}} terms related to the people, culture, or territory of [[Kashmir]]",
	parents = {"Indian subcontinent", "Pakistan", "India"},
}

labels["Azad Kashmir"] = {
	type = "topic",
	description = "{{{langname}}} terms related to the people, culture, or territory of [[Azad Kashmir]]",
	parents = {"Pakistan", "Kashmir"},
}

labels["Gilgit-Baltistan"] = {
	type = "topic",
	description = "{{{langname}}} terms related to the people, culture, or territory of [[Azad Kashmir]]",
	parents = {"Pakistan", "Kashmir"},
}

labels["Kashmir, India"] = {
	type = "topic",
	description = "{{{langname}}} names of places in {{w|Kashmir, India}}",
	parents = {"India", "Kashmir"},
}

labels["Korea"] = {
	type = "topic",
	description = "=the people, culture, or territory of [[Korea]]",
	parents = {"Asia"},
}

labels["Lapland"] = {
	type = "topic",
	description = "=[[Lapland]], a region in northernmost Europe",
	parents = {"Europe", "Finland", "Norway", "Russia", "Sweden"},
}

labels["Melanesia"] = {
	type = "topic",
	description = "=the people, culture, or territory of [[Melanesia]]",
	parents = {"Oceania"},
}

labels["Micronesia"] = {
	type = "topic",
	description = "=the people, culture, or territory of [[Micronesia]]",
	parents = {"Oceania"},
}

labels["Middle East"] = {
	type = "topic",
	description = "default with the",
	parents = {"regions in Africa", "regions in Asia"},
}

labels["Netherlands Antilles"] = {
	type = "topic",
	description = "=the people, culture, or territory of the [[Netherlands Antilles]]",
	parents = {"Netherlands", "North America"},
}

labels["North America"] = {
	type = "topic",
	description = "default",
	parents = {"America"},
}

labels["Oceania"] = {
	type = "topic",
	description = "default",
	parents = {"Earth"},
}

labels["Occitania"] = {
	type = "topic",
	description = "default",
	parents = {"Europe", "France"},
}

labels["Polynesia"] = {
	type = "topic",
	description = "=the people, culture, or territory of [[Polynesia]]",
	parents = {"Oceania"},
}

labels["Rivers State"] = {
	type = "topic",
	description = "=[[Rivers State]], a state of [[Nigeria]]",
	parents = {"Nigeria"},
}
	
labels["South America"] = {
	type = "topic",
	description = "default",
	parents = {"America"},
}

labels["South Asia"] = {
	type = "topic",
	description = "default",
	parents = {"Eurasia", "Asia"},
}

return labels