Module:labels/data/lang/fi
Appearance
- පහත දැක්වෙන උපදෙස්, 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 = {}
local function alias(a, b) for _, v in ipairs(b) do labels[v] = a end end -- allows aliases to be entered as a list
labels["Helsinki slang"] = {
Wikipedia = true,
plain_categories = true,
}
labels["Finglish"] = {
Wikipedia = true,
plain_categories = true,
}
-- override label to provide a better link.
labels["telic"] = { display = "[[Appendix:Finnic telic and atelic verbs|telic]]" }
labels["atelic"] = { display = "[[Appendix:Finnic telic and atelic verbs|atelic]]" }
-- grammar
labels["+accusative"] = {
display = "+ accusative",
omit_preComma = true,
}
labels["+partitive"] = {
display = "+ partitive",
omit_preComma = true,
}
labels["+nominative"] = {
display = "+ nominative",
omit_preComma = true,
}
labels["+genitive"] = {
display = "+ genitive",
omit_preComma = true,
}
labels["+inessive"] = {
display = "+ inessive",
omit_preComma = true,
}
labels["+elative"] = {
display = "+ elative",
omit_preComma = true,
}
labels["+illative"] = {
display = "+ illative",
omit_preComma = true,
}
labels["+adessive"] = {
display = "+ adessive",
omit_preComma = true,
}
labels["+ablative"] = {
display = "+ ablative",
omit_preComma = true,
}
labels["+allative"] = {
display = "+ allative",
omit_preComma = true,
}
labels["+inf1"] = {
display = "+ first infinitive",
omit_preComma = true,
}
labels["+inf3 inessive"] = {
display = "+ inessive of the third infinitive",
omit_preComma = true,
}
labels["+inf3 elative"] = {
display = "+ elative of the third infinitive",
omit_preComma = true,
}
labels["+inf3 illative"] = {
display = "+ illative of the third infinitive",
omit_preComma = true,
}
labels["+inf3 adessive"] = {
display = "+ adessive of the third infinitive",
omit_preComma = true,
}
labels["+inf3 abessive"] = {
display = "+ abessive of the third infinitive",
omit_preComma = true,
}
-- top-level dialect groups
labels["Western Finnish"] = {
Wikipedia = "Finnish language#Western dialects",
plain_categories = true,
}
alias("Western Finnish", { "Western", "Western Finland" })
labels["Eastern Finnish"] = {
Wikipedia = "Finnish language#Eastern dialects",
plain_categories = true,
}
alias("Eastern Finnish", { "Eastern", "Eastern Finland" })
-- major dialect groups
labels["Southwest Finnish"] = {
Wikipedia = "Southwest Finnish dialects",
plain_categories = true,
}
alias("Southwest Finnish", { "Varsinais-Suomi", "lounaismurretta", "Southwest Finland", "Southwestern Finland", "Southwestern Finnish" })
labels["Tavastia"] = {
Wikipedia = "Tavastian dialects",
regional_categories = "Tavastian",
}
alias("Tavastia", { "Tavastian", "Häme" })
labels["Ostrobothnia"] = {
display = "[[Ostrobothnia]]",
regional_categories = "Ostrobothnian",
}
alias("Ostrobothnia", { "Ostrobothnian", "Pohjanmaa" })
labels["South Ostrobothnia"] = {
Wikipedia = "South Ostrobothnian dialect",
regional_categories = "South Ostrobothnian",
}
alias("South Ostrobothnia", { "South Ostrobothnian", "Etelä-Pohjanmaa", "Southern Ostrobothnia", "Southern Ostrobothnian" })
labels["Central Ostrobothnia"] = {
Wikipedia = "Central and Northern Ostrobothnian dialects",
regional_categories = "Central Ostrobothnian",
}
alias("Central Ostrobothnia", { "Central Ostrobothnian", "Keski-Pohjanmaa" })
labels["North Ostrobothnia"] = {
Wikipedia = "Central and Northern Ostrobothnian dialects",
regional_categories = "North Ostrobothnian",
}
alias("North Ostrobothnia", { "North Ostrobothnian", "Pohjois-Pohjanmaa", "Northern Ostrobothnia", "Northern Ostrobothnian" })
labels["Central and North Ostrobothnia"] = {
Wikipedia = "Central and Northern Ostrobothnian dialects",
regional_categories = {"Central Ostrobothnian", "North Ostrobothnian"},
}
alias("Central and North Ostrobothnia", { "Central and Northern Ostrobothnia", "Central and Nort Ostrobothnian", "Central and Northern Ostrobothnian" })
labels["Lapland"] = {
Wikipedia = "Peräpohjola dialects",
regional_categories = true,
}
alias("Lapland", { "Peräpohjola" })
labels["Westrobothnia"] = {
display = "[[Westrobothnia]]",
regional_categories = "Westrobothnian",
}
alias("Westrobothnia", { "Westrobothnian", "Länsi-Pohja", "Meänkieli" })
labels["Kymenlaakso"] = {
display = "[[Kymenlaakso]]",
regional_categories = true,
}
labels["Satakunta"] = {
display = "[[Satakunta]]",
regional_categories = true,
}
labels["Central Finland"] = {
regional_categories = "Central",
}
alias("Central Finland", { "Central Finnish" })
labels["Kainuu"] = {
Wikipedia = "Kainuu dialect",
regional_categories = true,
}
labels["Savonia"] = {
Wikipedia = "Savonian dialects",
regional_categories = "Savonian",
}
alias("Savonia", { "Savonian", "Savo" })
labels["South Karelia"] = {
Wikipedia = "South Karelian dialects", -- WP article is for a smaller group, but there is no better match.
regional_categories = "South Karelian",
}
alias("South Karelia", { "South Karelian", "Etelä-Karjala", "Southern Karelia", "Southern Karelian", "Karelian", "Karelia" })
labels["Ingria"] = {
Wikipedia = "Ingrian dialects",
regional_categories = "Ingrian",
}
alias("Ingria", { "Ingrian", "Inkeri" })
labels["Gulf of Finland"] = {
display = "[[Gulf of Finland]]",
regional_categories = true,
}
alias("Gulf of Finland", { "Suomenlahti" })
-- others
labels["Uusimaa"] = {
display = "[[Uusimaa]]",
regional_categories = true,
}
alias("Uusimaa", { "Nyland" })
return labels