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 = {
aliases = {"Finnish"},
Wikipedia = true,
regional_categories = true,
parent = true,
}
labels = {
Wikipedia = "Sweden Finnish",
aliases = {"Swedish"},
regional_categories = true,
parent = true,
}
labels = {
Wikipedia = "American Finnish",
aliases = {"Finglish", "American Finnish"},
regional_categories = true,
region = "], specifically the ] and ]",
parent = true,
}
-- grammar
labels = {
display = "+ accusative",
omit_preComma = true,
}
labels = {
display = "+ partitive",
omit_preComma = true,
}
labels = {
display = "+ nominative",
omit_preComma = true,
}
labels = {
display = "+ genitive",
omit_preComma = true,
}
labels = {
display = "+ inessive",
omit_preComma = true,
}
labels = {
display = "+ elative",
omit_preComma = true,
}
labels = {
display = "+ illative",
omit_preComma = true,
}
labels = {
display = "+ adessive",
omit_preComma = true,
}
labels = {
display = "+ ablative",
omit_preComma = true,
}
labels = {
display = "+ allative",
omit_preComma = true,
}
labels = {
display = "+ first infinitive",
omit_preComma = true,
}
labels = {
display = "+ inessive of the third infinitive",
omit_preComma = true,
}
labels = {
display = "+ elative of the third infinitive",
omit_preComma = true,
}
labels = {
display = "+ illative of the third infinitive",
omit_preComma = true,
}
labels = {
display = "+ adessive of the third infinitive",
omit_preComma = true,
}
labels = {
display = "+ abessive of the third infinitive",
omit_preComma = true,
}
labels = {
display = "genitive and/or possessive suffix +"
}
-- override label to provide a better link.
labels = {
display = "]",
}
labels = {
display = "]",
}
-- top-level dialect groups
labels = {
aliases = {"Western", "Western Finland"},
Wikipedia = "Finnish language#Western dialects",
plain_categories = true,
}
labels = {
aliases = {"Eastern", "Eastern Finland"},
Wikipedia = "Finnish language#Eastern dialects",
plain_categories = true,
}
-- major dialect groups
labels = {
aliases = {"Varsinais-Suomi", "lounaismurretta", "Southwest Finland", "Southwestern Finland", "Southwestern Finnish", "Southwest", "Southwestern"},
Wikipedia = "Southwest Finnish dialects",
plain_categories = true,
}
labels = {
aliases = {"Tavastian", "Häme"},
Wikipedia = "Tavastian dialects",
regional_categories = "Tavastian",
}
labels = {
aliases = {"Ostrobothnian", "Pohjanmaa", "Österbotten"},
Wikipedia = "Ostrobothnians",
regional_categories = "Ostrobothnian",
}
labels = {
aliases = {"South Ostrobothnian", "Etelä-Pohjanmaa", "Southern Ostrobothnia", "Southern Ostrobothnian"},
Wikipedia = "South Ostrobothnian dialect",
regional_categories = "South Ostrobothnian",
}
labels = {
aliases = {"Central Ostrobothnian", "Keski-Pohjanmaa"},
Wikipedia = "Central and Northern Ostrobothnian dialects",
regional_categories = "Central Ostrobothnian",
}
labels = {
aliases = {"North Ostrobothnian", "Pohjois-Pohjanmaa", "Northern Ostrobothnia", "Northern Ostrobothnian"},
Wikipedia = "Central and Northern Ostrobothnian dialects",
regional_categories = "North Ostrobothnian",
}
labels = {
aliases = {"Central and Northern Ostrobothnia", "Central and Nort Ostrobothnian", "Central and Northern Ostrobothnian"},
Wikipedia = "Central and Northern Ostrobothnian dialects",
regional_categories = {"Central Ostrobothnian", "North Ostrobothnian"},
}
labels = {
aliases = {"Peräpohjola"},
Wikipedia = "Peräpohjola dialects",
regional_categories = true,
}
labels = {
aliases = {"Westrobothnian", "Länsi-Pohja", "Meänkieli"},
display = "]",
regional_categories = "Westrobothnian",
}
labels = {
display = "]",
regional_categories = true,
}
labels = {
display = "]",
regional_categories = true,
}
labels = {
aliases = {"Central Finnish"},
regional_categories = "Central",
}
labels = {
aliases = {"North Karelian", "Pohjois-Karjala", "Northern Karelia", "Northern Karelian"},
regional_categories = "North Karelian",
}
labels = {
Wikipedia = "Kainuu dialect",
regional_categories = true,
}
labels = {
aliases = {"Savonian", "Savo"},
Wikipedia = "Savonian dialects",
regional_categories = "Savonian",
}
labels = {
aliases = {"South Karelian", "Etelä-Karjala", "Southern Karelia", "Southern Karelian", "Karelian", "Karelia"},
Wikipedia = "South Karelian dialects", -- WP article is for a smaller group, but there is no better match.
regional_categories = "South Karelian",
}
labels = {
aliases = {"Ingrian", "Inkeri"},
Wikipedia = "Ingrian dialects",
regional_categories = "Ingrian",
}
labels = {
aliases = {"Suomenlahti", "Gulf of Finland islands"},
display = "] islands",
regional_categories = true,
}
labels = {
aliases = {"Värmland Savonian", "Varmland", "Vermlanti"},
Wikipedia = "Värmland Savonian dialect",
regional_categories = "Värmland Savonian",
}
-- others
labels = {
aliases = {"Nyland"},
display = "]",
regional_categories = true,
}
labels = {
Wikipedia = true,
plain_categories = true,
}
return require("Module:labels").finalize_data(labels)