Module:accel/et

Hello, you have come here looking for the meaning of the word Module:accel/et. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:accel/et, but we will also tell you about its etymology, its characteristics and you will know how to say Module:accel/et in singular and plural. Everything you need to know about the word Module:accel/et you have here. The definition of the word Module:accel/et will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:accel/et, 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 Estonian; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.


return {generate = function(params, entry)
	if params.form == "da-infinitive" then
    	entry.def = "{{et-verb form of|t=da|" .. params.origin .. "}}"
	elseif params.pos == "adjective" then
		if params.form == "comparative" then
			entry.declension = "{{et-decl-õpik|" .. params.target .. "|a}}"
			entry.head = "{{et-nom|comparative " .. params.pos .. "|" .. params.target .. "a|" .. params.target .. "at}}"
		elseif params.form == "superlative" then
			entry.declension = "{{et-decl-õpik|" .. params.target .. "|a}}"
			entry.head = "{{et-nom|superlative " .. params.pos .. "|" .. params.target .. "a|" .. params.target .. "at}}"
		end
	end
end}