Module:dialect synonyms/und

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

Synonyms (testing module) of Module:dialect synonyms/und
view map; edit data
Column AColumn BColumn CColumn D
Group A - foo1
2
3
4
Group B - barLoremIpsum
DolorSit
Amet
Group C - fallbacksFallback to module name
This is example data for Module:dialect synonyms.
Fun facts: wikipedia:List of common misconceptions.

local export = {}

export.title = "Synonyms (testing module) of %s"

export.columns = {
	"Column A",
	"Column B",
	"Column C",
	"Column D",
}

export.notes = {
	"This is example data for ].",
	"Fun facts: ].",
}

export.varieties = {
	{
		name = "A",
		text_display = "Group A - ]",
		colour = 'var(--wikt-palette-red-1)',
		{
			name = "1",
			link = "One (disambiguation)",
			colspan = 2,
			code = "zh",
		},
		{
			name = "2",
			link = "Two (disambiguation)",
			colspan = 2,
			code = "ko",
		},
		{
			name = "3",
			link = "Three (disambiguation)",
			colspan = 2,
		},
		{
			name = "4",
			link = "Four (disambiguation)",
			colspan = 2,
			nolink = true,
		},
	},
	{
		name = "B",
		text_display = "Group B - ]",
		colour = 'var(--wikt-palette-yellow-1)',
		{
			name = "Lorem",
			{
				name = "Ipsum",
			},
		},
		{
			name = "Dolor",
			{
				name = "Sit",
			},
			{
				name = "Amet",
			},
		},
	},
	{
		name = "C",
		text_display = "Group C - ]s",
		colour = 'var(--wikt-palette-blue-1)',
		default = "module name",
		{
			name = "Fallback to module name",
			default = "module name",
			colspan = 2,
		},
	},
}

return export