Modul:category tree/topic cat/Geografsche Objekten
Erscheinungsbild
local labels = {}
labels["Rebeetnamen"] = {
description = "default with capital",
parents = {"Geografie"},
}
labels["Balkan"] = {
description = "default with capital",
parents = {"Rebeetnamen"},
}
-- Kontinente
labels["Kontinenten"] = {
description = "default with capital",
parents = {"Geografie"},
}
labels["Afrika"] = {
Bild = "Location of Africa.svg",
description = "default with capital",
parents = {"Kontinenten"},
}
labels["Amerikas"] = {
Bild = "Location of America.svg",
description = "default with capital",
parents = {"Kontinenten"},
}
labels["Noordamerika"] = {
Bild = "Location of North America.svg",
description = "default with capital",
parents = {"Kontinenten", "Amerikas"},
}
labels["Middelamerika"] = {
description = "default with capital",
parents = {"Kontinenten", "Amerikas"},
}
labels["Süüdamerika"] = {
Bild = "Location of South America.svg",
description = "default with capital",
parents = {"Kontinenten", "Amerikas"},
}
labels["Karibik"] = {
description = "default with capital",
parents = {"Kontinenten", "Amerikas"},
}
labels["Asien"] = {
Bild = "Location of Asia.svg",
description = "default with capital",
parents = {"Kontinenten"},
}
labels["Europa"] = {
Bild = "Location of Europe.svg",
description = "default with capital",
parents = {"Kontinenten"},
}
labels["Eurasien"] = {
Bild = "Location of Eurasia.svg",
description = "default with capital",
parents = {"Kontinenten"},
}
labels["Ozeanien"] = {
description = "default with capital",
parents = {"Kontinenten"},
}
-- Objekten buten (See)
labels["Eilannen"] = {
Bild = "Hime Island Tahara Aichi.jpg",
description = "default with capital",
parents = {"Geografie"},
}
labels["Falklandeilannen"] = {
description = "default with capital",
parents = {"Eilannen"},
}
-- Ojekten binnen (Land)
labels["Strööm"] = {
Bild = "Mossman River and Gorge.JPG",
description = "default with capital",
parents = {"Geografie"},
}
labels["Städer"] = {
description = "default with capital",
parents = {"Geografie"},
}
labels["Hööftstäder"] = {
description = "default with capital",
parents = {"Städer"},
}
labels["Städer in Düütschland"] = {
description = "default with capital",
parents = {"Städer", "Düütschland"},
}
labels["Städer in Briäm"] = {
description = "default with capital",
parents = {"Städer in Düütschland"},
}
labels["Städer in Neddersassen"] = {
description = "default with capital",
parents = {"Städer in Düütschland"},
}
labels["Städer in Noordrhien-Westfalen"] = {
description = "default with capital",
parents = {"Städer in Düütschland"},
}
labels["Stiäden in Westfaolen"] = {
description = "default with capital",
parents = {"Städer in Noordrhien-Westfalen", "Westfaolen"},
}
labels["Gemainden in Westfaolen"] = {
description = "default with capital",
parents = {"Westfaolen"},
}
labels["Kiärkspels (hütt Staddele) in Westfaolen"] = {
description = "default with capital",
parents = {"Westfaolen"},
}
labels["Landraodsiämter in Westfaolen"] = {
description = "default with capital",
parents = {"Westfaolen"},
}
labels["Städer in de Nedderlannen"] = {
description = "default with capital",
parents = {"Städer", "Nedderlannen"},
}
labels["Städer in Frankriek"] = {
description = "default with capital",
parents = {"Städer", "Frankriek"},
}
labels["Städer un Gemenen in Luxemborg"] = {
description = "default with capital",
parents = {"Städer"},
}
labels["Gemenen in Luxemborg"] = {
description = "default with capital",
parents = {"Gemenen"},
}
labels["Städer in Luxemborg"] = {
description = "default with capital",
parents = {"Städer"},
}
labels["Städer in Eurasien"] = {
description = "default with capital",
parents = {"Städer", "Eurasien"},
}
labels["Städer in Europa"] = {
description = "default with capital",
parents = {"Städer", "Europa"},
}
labels["Europääsche Union"] = {
description = "default with capital",
parents = {"Europa","Internatschonale Organisatschonen"},
}
-- Landschaften, Regionen ohne staatliche Selbständigkeit
labels["Westfaolen"] = {
Bild = "Westfalenpferd Wappen.jpg",
description = "default with capital",
parents = {"Noordrhien-Westfalen"},
}
return labels