Module:labels/data/lang/de
- පහත දැක්වෙන උපදෙස්, Template:label language-specific data documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data for language-specific labels. See Module:labels/data for more info.
NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:labels/data/lang in order for the module to be recognized.
local labels = {}
labels["central Germany"] = {
aliases = {"Central Germany", "central German", "Central German"},
Wikipedia = "Central German",
regional_categories = "Central",
}
labels["Hesse"] = {
aliases = {"Hessen", "Hessisch", "Hessian"},
Wikipedia = "Hesse",
regional_categories = "Hessian",
}
labels["Northern Germany"] = {
aliases = {"northern Germany", "Northern German", "northern German", "North Germany", "north Germany", "North German", "north German"},
Wikipedia = true,
regional_categories = "Northern",
}
labels["Northern and Central Germany"] = {
aliases = {"northern and central Germany", "Northern and Central German", "northern and central German", "North and Central Germany", "north and central Germany", "North and Central German", "north and central German"},
display = "[[w:Northern Germany|northern]] and central Germany",
regional_categories = {"Northern", "Central"},
}
labels["Southern German"] = {
aliases = {"southern German", "Southern Germany", "southern Germany", "South German", "south German", "South Germany", "south Germany"},
plain_categories = true,
}
labels["Swiss German"] = {
aliases = {"Switzerland German"},
display = "Switzerland",
Wikipedia = true,
regional_categories = "Switzerland",
}
labels["Switzerland and Liechtenstein spelling"] = {
aliases = {"SLDE"},
display = "[[Switzerland]] and [[Liechtenstein]]",
plain_categories = "Switzerland and Liechtenstein German forms",
}
return require("Module:labels").finalize_data(labels)