Module:dialect synonyms/slr
පෙනුම
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data on specific varieties of Salar, for use by {{dialect synonyms}}. The actual synonyms themselves are contained in submodules.
| Dialectal synonyms of Module:dialect synonyms/slr | |||
|---|---|---|---|
| view map; edit data | |||
| Regional | Group | Subgroup | Words |
| Qinghai | Xunhua | Jiezi | [N/A] |
| Mengda | [N/A] | ||
| Hualong | [N/A] | ||
| Xinjiang | Ili Salar | [N/A] | |
local export = {}
export.title = "Dialectal synonyms of %s"
export.columns = {
"Regional",
"Group",
"Subgroup",
"Words",
}
export.varieties = {
{
name = "Qinghai",
colour = "var(--wikt-palette-green-1)",
{
name = "Xunhua",
{
name = "Jiezi",
colour = "var(--wikt-palette-blue-1)",
},
{
name = "Mengda",
text_display = "Mengda",
latitude = 40.569167,
longitude = 48.400833
},
},
{
name = "Hualong",
colspan = 2,
}
},
{
name = "Xinjiang",
{
name = "Ili Salar",
text_display = "Ili Salar",
colspan = 2,
latitude = 40.630278,
longitude = 48.641389
},
}
}
return export