Module:dialect synonyms/onb
පෙනුම
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • 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.
| Dialectal synonyms of Module:dialect synonyms/onb | ||
|---|---|---|
| view map; edit data | ||
| Group | Location | Words |
| Western | Lincheng | [N/A] |
| Bolian | [N/A] | |
| Dongying | [N/A] | |
| Qiaotou | [N/A] | |
| Huangtong | [N/A] | |
| Xinying | [N/A] | |
| Eastern | Laocheng | [N/A] |
| Longtang | [N/A] | |
| Longqiao | [N/A] | |
| Yongxing | [N/A] | |
| Changliu | [N/A] | |
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