模組:Dialect synonyms/onb

維基詞典,自由的多語言詞典
local export = {}

export.title = "%s的方言同義詞"

export.columns = {
	"方言",
	"位置",
	"詞語",
}

export.varieties = {
	{
		name = "西部",
		colour = "#FAF5F0",
		{
			name = "Lincheng",
			text_display = "[[w:zh:臨城鎮 (臨高縣)|臨城]]",
		},
		{
			name = "Bolian",
			text_display = "[[w:zh:波蓮鎮|波蓮]]",
		},
		{
			name = "Dongying",
			text_display = "[[w:zh:東英鎮|東英]]",
		},
		{
			name = "Qiaotou",
			text_display = "[[w:zh:橋頭鎮 (澄邁縣)|橋頭]]",
		},
		{
			name = "Huangtong",
			text_display = "[[w:zh:皇桐鎮|皇桐]]",
		},
		{
			name = "Xinying",
			text_display = "[[w:zh:新盈鎮|新盈]]",
		},
	},
	{
		name = "東部",
		colour = "#F0F5FA",
		{
			name = "Laocheng",
			text_display = "[[w:zh:老城鎮 (澄邁縣)|老城]]",
		},
		{
			name = "Longtang",
			text_display = "[[w:zh:龍塘鎮 (海口市)|龍塘]]",
		},
		{
			name = "Longqiao",
			text_display = "[[w:zh:龍橋鎮 (海口市)|龍橋]]",
		},
		{
			name = "Yongxing",
			text_display = "[[w:zh:永興鎮 (海口市)|永興]]",
		},
		{
			name = "Changliu",
			text_display = "[[w:zh:長流鎮|長流]]",
		},
	},
}

return export