Module:labels/data/lang/fi
- The following documentation is generated by Template:label language-specific data documentation. [edit]
- Useful links: root page • root page’s subpages • links • 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(x,y) -- allows aliases to be entered as a list
for _,v in ipairs(y) do
labels[v] = x
end
end
labels["Helsinki slang"] = {
Wikipedia = true,
plain_categories = {"Helsinki slang"},
}
labels["Finglish"] = {
Wikipedia = true,
plain_categories = {"Finglish"},
}
-- top-level dialect groups
labels["Western Finnish"] = {
Wikipedia = "Finnish language#Western dialects",
plain_categories = {"Western Finnish"},
}
alias("Western Finnish", { "Western", "Western Finland" })
labels["Eastern Finnish"] = {
Wikipedia = "Finnish language#Eastern dialects",
plain_categories = {"Eastern Finnish"},
}
alias("Eastern Finnish", { "Eastern", "Eastern Finland" })
-- major dialect groups
labels["Southwest Finnish"] = {
Wikipedia = "Southwest Finnish dialects",
plain_categories = {"Southwest Finnish"},
}
alias("Southwest Finnish", { "Varsinais-Suomi", "lounaismurretta", "Southwest Finland" })
labels["Tavastia"] = {
Wikipedia = "Tavastian dialects",
plain_categories = {"Tavastian Finnish"},
}
alias("Tavastia", { "Tavastian", "Häme" })
labels["Ostrobothnia"] = {
display = "[[Ostrobothnia]]",
plain_categories = {"Ostrobothnian Finnish"},
}
alias("Ostrobothnia", { "Ostrobothnian", "Pohjanmaa" })
labels["South Ostrobothnia"] = {
Wikipedia = "South Ostrobothnian dialect",
plain_categories = {"South Ostrobothnian Finnish"},
}
alias("South Ostrobothnia", { "South Ostrobothnian", "Etelä-Pohjanmaa", "Southern Ostrobothnia", "Southern Ostrobothnian" })
labels["Central Ostrobothnia"] = {
Wikipedia = "Central and Northern Ostrobothnian dialects",
plain_categories = {"Central Ostrobothnian Finnish"},
}
alias("Central Ostrobothnia", { "Central Ostrobothnian", "Keski-Pohjanmaa" })
labels["North Ostrobothnia"] = {
Wikipedia = "Central and Northern Ostrobothnian dialects",
plain_categories = {"North Ostrobothnian Finnish"},
}
alias("North Ostrobothnia", { "North Ostrobothnian", "Pohjois-Pohjanmaa", "Northern Ostrobothnia", "Northern Ostrobothnian" })
labels["Central and North Ostrobothnia"] = {
Wikipedia = "Central and Northern Ostrobothnian dialects",
plain_categories = {"Central Ostrobothnian Finnish", "North Ostrobothnian Finnish"},
}
alias("Central and North Ostrobothnia", { "Central and Northern Ostrobothnia", "Central and Nort Ostrobothnian", "Central and Northern Ostrobothnian" })
labels["Lapland"] = {
Wikipedia = "Peräpohjola dialects",
plain_categories = {"Lapland Finnish"},
}
alias("Lapland", { "Peräpohjola" })
labels["Westrobothnia"] = {
display = "[[Westrobothnia]]",
plain_categories = {"Westrobothnian Finnish"},
}
alias("Westrobothnia", { "Westrobothnian", "Länsi-Pohja", "Meänkieli" })
labels["Kymenlaakso"] = {
display = "[[Kymenlaakso]]",
plain_categories = {"Kymenlaakso Finnish"},
}
labels["Satakunta"] = {
display = "[[Satakunta]]",
plain_categories = {"Satakunta Finnish"},
}
--labels["Central Finnish"] = {
-- plain_categories = {"Central Finnish"},
--}
labels["Kainuu"] = {
Wikipedia = "Kainuu dialect",
plain_categories = {"Kainuu Finnish"},
}
labels["Savonia"] = {
Wikipedia = "Savonian dialects",
plain_categories = {"Savonian Finnish"},
}
alias("Savonia", { "Savonian", "Savo" })
labels["Karelia"] = {
Wikipedia = "South Karelian dialects", -- WP article is for a smaller group, but there is no better match.
plain_categories = {"Karelian Finnish"},
}
alias("Karelia", { "Karelian", "Karjala" })
labels["Ingria"] = {
Wikipedia = "Ingrian dialects",
plain_categories = {"Ingrian Finnish"},
}
alias("Ingria", { "Ingrian", "Inkeri" })
labels["Gulf of Finland"] = {
display = "[[Gulf of Finland]]",
plain_categories = {"Gulf of Finland Finnish"},
}
alias("Gulf of Finland", { "Suomenlahti" })
-- others
labels["Uusimaa"] = {
display = "[[Uusimaa]]",
plain_categories = {"Uusimaa Finnish"},
}
alias("Uusimaa", { "Nyland" })
return labels