Modul:category tree/topic cat/Weertschop

Die Dokumentation für dieses Modul kann unter Modul:category tree/topic cat/Weertschop/Doku erstellt werden

local labels = {}
 
labels["Hannel un Warf"] = {
	description = "default with capital",
	parents = {"Weertschop"}
}
 
labels["Fakbegriëpe (Kauplüde)"] = {
	description = "default with capital",
	parents = {"Hannel un Warf", "Fackbegrepen"}
}

labels["Schipperee"] = {
	description = "default with capital",
	parents = {"Hannel un Warf", "Nautik"}
}

labels["Hotels un Kröög"] = {
	description = "default with capital",
	parents = {"Weertschop"}
}

labels["Kroog"] = {
	description = "default with capital",
	parents = {"Hotels un Kröög"}
}
 
labels["Landweertschop"] = {
	Bild = "Bundesarchiv Bild 183-D0504-0011-002, LPG Kiekebusch, Kartoffellege.jpg",
	description = "default with capital",
	parents = {"Weertschop"}
}
 
labels["Verkehr"] = {
	description = "default with capital",
	parents = {"Weertschop", "Infrastruktur"}
}
  
labels["Verkehrsmiddel"] = {
	description = "default with capital",
	parents = {"Verkehr"}
}

labels["Fohrtüüg"] = {
	description = "default with capital",
	parents = {"Verkehrsmiddel"}
}

labels["Waterfohrtüüch"] = {
	description = "default with capital",
	parents = {"Fohrtüüg", "Schipperee"}
}

labels["Boot"] = {
	description = "default with capital",
	parents = {"Waterfohrtüüch"}
}

return labels