Module:labels/data/lang/sla-pro
- 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 = {}
labels["East"] = {
aliases = {"EastPS"},
display = "[[w:East Slavic languages|East Slavic]]",
regional_categories = "Eastern regional",
}
labels["West"] = {
aliases = {"WestPS", "NorthPS", "WestSouthPS", "EastSouthPS"},
display = "[[w:West Slavic languages|West Slavic]]",
regional_categories = "Western regional",
}
labels["South"] = {
aliases = {"SouthPS"},
display = "[[w:South Slavic languages|South Slavic]]",
regional_categories = "Southern regional",
}
labels["North"] = {
display = "[[w:North Slavic languages|North Slavic]]",
regional_categories = "Northern regional",
}
labels["West and South"] = {
display = "[[w:West Slavic languages|West]] and [[w:South Slavic languages|South Slavic]]",
regional_categories = "Western and southern regional",
}
labels["East and South"] = {
display = "[[w:East Slavic languages|East]] and [[w:South Slavic languages|South Slavic]]",
regional_categories = "Eastern and southern regional",
}
labels["reflexive-sę"] = {
display = "[[Appendix:Glossary#reflexive|reflexive]] with {{m|sla-pro|*sę}}",
pos_categories = "reflexive verbs",
}
return require("Module:labels").finalize_data(labels)