Module:User:Suzukaze-c/dial-syn/data/zh:regional

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

This is a private module sandbox of Suzukaze-c, for their own experimentation. Items in this module may be added and removed at Suzukaze-c's discretion; do not rely on this module's stability.


local export = {}

local d = require("Module:User:Suzukaze-c/dial-syn/data")

export.varieties = {
	{
		name = "Local",
		colour = "pink",
	},
	{
		name = "Mainland China",
		text_display = "]",
		colour = d.colours,
	},
	{
		name = "Taiwan",
		text_display = "]",
		colour = d.colours,
	},
	{
		name = "Hong Kong",
		text_display = "]",
		colour = d.colours,
	},
	{
		name = "Macau",
		text_display = "]",
		colour = d.colours,
	},
	{
		name = "Malaysia",
		text_display = "]",
		colour = d.colours,
	},
	{
		name = "Singapore",
		text_display = "]",
		colour = d.colours,
	},
	{
		name = "Historical",
		colour = "pink",
	},
}

return export