Module:zh/data/dial-syn/all-lects

Hello, you have come here looking for the meaning of the word Module:zh/data/dial-syn/all-lects. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:zh/data/dial-syn/all-lects, but we will also tell you about its etymology, its characteristics and you will know how to say Module:zh/data/dial-syn/all-lects in singular and plural. Everything you need to know about the word Module:zh/data/dial-syn/all-lects you have here. The definition of the word Module:zh/data/dial-syn/all-lects will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:zh/data/dial-syn/all-lects, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

Template:documentation

local export = {}

local data = mw.loadData("Module:zh/data/dial")

export.list = {
	title = "例",
	meaning = "example",
	notes = ""
}

local groupZH = {
		= "燕京官話",
				= "冀魯官話",
			= "膠遼官話",
				= "蘭銀官話",
		= "中原官話",
		= "西南官話",
			= "江淮官話",
	 = '官話',
	 = '粵語',
	 = '客家話',
	 = '徽語',
	 = '贛語',
	 = '晉語',
	 = '九姓漁民方言',
	 = '閩北語',
	 = '閩東語',
	 = '閩南語',
	 = '莆仙閩語',
	 = '中山閩語',
	 = '閩中語',
	 = '邵將閩語',
	 = '桂南平話',
	 = '桂北平話',
	 = '畬話',
	 = '瓦鄉話',
	 = '吳語',
	 = '湘語',
	 = '湘南土話',
	 = '粵北土話',
}

for _,lect in ipairs(data) do
	export.list = {groupZH}
end

return export