Module:dialect synonyms/onb

Hello, you have come here looking for the meaning of the word Module:dialect synonyms/onb. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:dialect synonyms/onb, but we will also tell you about its etymology, its characteristics and you will know how to say Module:dialect synonyms/onb in singular and plural. Everything you need to know about the word Module:dialect synonyms/onb you have here. The definition of the word Module:dialect synonyms/onb will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:dialect synonyms/onb, 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 Lingao, for use by {{dialect synonyms}}. The actual synonyms themselves are contained in submodules.

Dialectal synonyms of Module:dialect synonyms/onb
view map; edit data
GroupLocationWords
WesternLincheng
Bolian
Dongying
Qiaotou
Huangtong
Xinying
EasternLaocheng
Longtang
Longqiao
Yongxing
Changliu

local export = {}

export.title = "Dialectal synonyms of %s"

export.columns = {
	"Group",
	"Location",
	"Words",
}

export.varieties = {
	{
		name = "Western",
		colour = "var(--wikt-palette-orange-1)",
		{
			name = "Lincheng",
			text_display = "]",
		},
		{
			name = "Bolian",
			text_display = "]",
		},
		{
			name = "Dongying",
			text_display = "]",
		},
		{
			name = "Qiaotou",
			text_display = "]",
		},
		{
			name = "Huangtong",
			text_display = "]",
		},
		{
			name = "Xinying",
			text_display = "]",
		},
	},
	{
		name = "Eastern",
		colour = "var(--wikt-palette-blue-1)",
		{
			name = "Laocheng",
			text_display = "]",
		},
		{
			name = "Longtang",
			text_display = "]",
		},
		{
			name = "Longqiao",
			text_display = "]",
		},
		{
			name = "Yongxing",
			text_display = "]",
		},
		{
			name = "Changliu",
			text_display = "]",
		},
	},
}

return export