Module:accel/hi

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

This module contains new entry creation rules for Hindi; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.


return {generate = function (params, entry)
	local pos_to_template = {
		 = 'hi-noun form',
		 = 'hi-verb form',
		 = 'hi-adj form',
		 = 'hi-pron form',
		 = 'hi-det form',
		 = 'hi-post form',
	}
	
	if pos_to_template then
		entry.head = "{{" .. pos_to_template ..
			(params.target ~= params.target_pagename and "|head=" .. params.target or "") ..
			(params.transliteration and "|tr=" .. params.transliteration or "") ..
			(params.gender and "|g=" .. params.gender or "") ..
			"}}"
	end

	entry.pronunc = "* {{hi-IPA" .. (params.transliteration and "|" .. params.transliteration or "") .. "}}"
end}