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