This module contains data on specific varieties of Nivkh, for use by {{dialect synonyms}}
. The actual synonyms themselves are contained in submodules.
Nivkh dialectal forms of Module:dialect synonyms/niv | ||
---|---|---|
view map; edit data | ||
Group | Location | Words |
Southern Sakhalin | Poronaysk | |
Eastern Sakhalin | Nogliki | |
Northern Sakhalin | Ten’gi | |
Amur | Men’shikova | |
Machlavo | ||
Chomi | ||
Kol’-Nikol’sk | ||
Novo-Troitskoe | ||
This table shows various dialectal forms in the Nivkh language. The classification is based on major dialectal groups. |
local export = {}
export.title = "Nivkh dialectal forms of %s"
export.columns = {
"Group",
"Location",
"Words",
}
export.notes = {
"This table shows various dialectal forms in the Nivkh language. The classification is based on major dialectal groups.",
}
export.varieties = {
{
name = "SouthernSakhalin",
text_display = "Southern Sakhalin",
code = "niv",
colour = "var(--wikt-palette-teal-1)",
{ name = "Poronaysk", text_display = "]", lat = 49.409186, long = 143.157349 },
},
{
name = "EasternSakhalin",
text_display = "Eastern Sakhalin",
code = "niv",
colour = "var(--wikt-palette-teal-2)",
{ name = "Nogliki", text_display = "]", lat = 51.816667, long = 143.116667 },
},
{
name = "NorthernSakhalin",
text_display = "Northern Sakhalin",
code = "niv",
colour = "var(--wikt-palette-teal-3)",
{ name = "Tengi", text_display = "]", lat = 52.718901, long = 141.830997 },
},
{
name = "Amur",
text_display = "Amur",
code = "niv",
colour = "var(--wikt-palette-cyan-1)",
{ name = "Menshikova", text_display = "]", lat = 53.293952, long = 141.402283 },
{ name = "Machlavo", text_display = "]", lat = 53.068452, long = 139.758453 },
{ name = "Chomi", text_display = "]", lat = 52.19919, long = 141.436615 },
{ name = "KolNikolsk", text_display = "]", lat = 53.617097, long = 140.507996 },
{ name = "NovoTroitskoe", text_display = "]", lat = 53.190945, long = 139.874359 },
},
}
return export