Module:sla-pro:Dialects
පෙනුම
- මෙම module සතුව උපදෙස් උප පිටුවක් නොපවතියි. Please නිර්මාණය කරන්න.
- ප්රයෝජනවත් සබැඳි: උප පිටු ලැයිස්තුව • සබැඳි • transclusions • testcases • sandbox
local labels, aliases = {}, {}
labels['East'] = {
display = '[[w:East Slavic languages|East Slavic]]',
}
labels['West'] = {
display = '[[w:West Slavic languages|West Slavic]] ',
}
labels['South'] = {
display = '[[w:South Slavic languages|South Slavic]]',
}
labels['North'] = {
display = '[[w:North Slavic languages|North Slavic]]',
}
labels['West and South'] = {
display = '[[w:West Slavic languages|West]] and [[w:South Slavic languages|South Slavic]]',
}
labels['East and South'] = {
display = '[[w:East Slavic languages|East]] and [[w:South Slavic languages|South Slavic]]',
}
return {
labels = labels,
aliases = aliases,
}