Module:User:Aryamanarora/hi-dial-syn/data/dial

From Wiktionary, the free dictionary
Jump to navigation Jump to search

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


local variety_data = {}

--special groups
variety_data["Standard Hindi"] = {
	group = "Standard Hindi",
	order = 1
}

variety_data["Poetic Hindi"] = {
	group = "Poetic Hindi",
	order = 1
}

variety_data["Standard Urdu"] = {
	group = "Standard Urdu",
	order = 1
}

--Western Hindi
variety_data["Hindustani"] = {
	group = "Western Hindi",
	order = 1,
	link = "Hindustani",
	lat = 28.7041,
	long = 77.1025, -- Delhi
}

variety_data["Braj"] = {
	group = "Western Hindi",
	order = 2,
	link = "Braj Bhasha",
	lat = 27.4925, 
	long = 77.673611, -- Mathura
}

return variety_data