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 | ||
Group | Location | Words |
Western | Lincheng | |
Bolian | ||
Dongying | ||
Qiaotou | ||
Huangtong | ||
Xinying | ||
Eastern | Laocheng | |
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