Modul:category tree/topic cat/Natuurwetenschop

Vun Wiktionary
Dissen Vörlaag hef dokumentatsie neudig.
Maak de dokumentatsie veur dissen modul ovver t doel en gebroek op de dokumentatsieziede.

-- Medizin un Biologie heff en egen Data-Modul

local labels = {}
 
labels["Aggregaattostand"] = {
	description = "default with capital",
	parents = {"Physik", "Chemie"},
}
 
labels["Faststoff"] = {
	description = "default with capital",
	parents = {"Aggregaattostand"},
}
 
labels["Fletigkeit"] = {
        Bild = "2006-02-13 Drop-impact.jpg",
	description = "default with capital",
	parents = {"Aggregaattostand"},
}
 
labels["Gas"] = {
	description = "default with capital",
	parents = {"Aggregaattostand"},
}
 
labels["Elementen"] = {
	description = "default with capital",
	parents = {"Chemie"},
}
 
labels["Energie"] = {
	description = "default with capital",
	parents = {"Physik"},
}
 
labels["Licht"] = {
	description = "default with capital",
	parents = {"Energie"},
}

labels["Kleur"] = {
	description = "default",
	parents = {"Licht"},
}

labels["Tiet"] = {
	description = "default with capital",
	parents = {"Physik"},
}

labels["Kalennerbegrepen"] = {
	description = "default with capital",
	parents = {"Tiet"},
}

labels["Dag vun'e Week"] = {
	description = "default with capital",
	parents = {"Kalennerbegrepen"},
}

labels["Fierdag"] = {
	description = "default with capital",
	parents = {"Kalennerbegrepen"},
}

labels["Maandnaam"] = {
	description = "default with capital",
	parents = {"Kalennerbegrepen"},
}

labels["Technik"] = {
	description = "default with capital",
	parents = {"All Themen"},
}

labels["Warktüüch"] = {
        Bild = "Laufas - Museum Werkzeug 1.jpg",
	description = "default with capital",
	parents = {"Technik", "Weertschop"},
}

labels["Reedschop"] = {
	description = "default with capital",
	parents = {"Warktüüch"},
} 
return labels