Module:dialect synonyms/onb
Jump to navigation
Jump to search
- The following documentation is generated by Module:documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module contains data on specific varieties of Lingao, for use by {{dialect synonyms}}
. The actual synonyms themselves are contained in submodules.
local export = {}
export.title = "Dialectal synonyms of %s"
export.columns = {
"Group",
"Location",
"Words",
}
export.varieties = {
{
name = "Western",
colour = "#FAF5F0",
{
name = "Lincheng",
text_display = "[[w:zh:臨城鎮 (臨高縣)|Lincheng]]",
},
{
name = "Bolian",
text_display = "[[w:zh:波蓮鎮|Bolian]]",
},
{
name = "Dongying",
text_display = "[[w:zh:東英鎮|Dongying]]",
},
{
name = "Qiaotou",
text_display = "[[w:zh:橋頭鎮 (澄邁縣)|Qiaotou]]",
},
{
name = "Huangtong",
text_display = "[[w:zh:皇桐鎮|Huangtong]]",
},
{
name = "Xinying",
text_display = "[[w:zh:新盈鎮|Xinying]]",
},
},
{
name = "Eastern",
colour = "#F0F5FA",
{
name = "Laocheng",
text_display = "[[w:zh:老城鎮 (澄邁縣)|Laocheng]]",
},
{
name = "Longtang",
text_display = "[[w:zh:龍塘鎮 (海口市)|Longtang]]",
},
{
name = "Longqiao",
text_display = "[[w:zh:龍橋鎮 (海口市)|Longqiao]]",
},
{
name = "Yongxing",
text_display = "[[w:zh:永興鎮 (海口市)|Yongxing]]",
},
{
name = "Changliu",
text_display = "[[w:zh:長流鎮|Changliu]]",
},
},
}
return export