Module:dialect synonyms/niv

Hello, you have come here looking for the meaning of the word Module:dialect synonyms/niv. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:dialect synonyms/niv, but we will also tell you about its etymology, its characteristics and you will know how to say Module:dialect synonyms/niv in singular and plural. Everything you need to know about the word Module:dialect synonyms/niv you have here. The definition of the word Module:dialect synonyms/niv will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:dialect synonyms/niv, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

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
GroupLocationWords
Southern SakhalinPoronaysk
Eastern SakhalinNogliki
Northern SakhalinTen’gi
AmurMen’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