Module:accel/hsb

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


return {
	generate = function(params, entry)
		entry.pronunc = "* {{hsb-IPA}}";
		if (params.form == "comparative" or (params.form == "superlative") or (params.form == "absolute superlative")) and (params.pos == "adjective") then
			entry.declension = "{{hsb-decl-adj-auto}}";
		elseif params.form == "pppart" and (params.pos == "verb") then
			entry.pos_header = "Participle";
			entry.head = "{{head|hsb|past passive participle}}";
			entry.def = entry.make_def("inflection of", "||past|pasv|part");
			entry.declension = "{{hsb-decl-adj-auto}}";
		elseif params.form == "papart" and (params.pos == "verb") then
			entry.pos_header = "Participle";
			entry.head = "{{head|hsb|past active participle}}";
			entry.def = entry.make_def("inflection of", "||past|actv|part");
			entry.declension = "{{hsb-decl-adj-auto}}";
		end
	end
};