Module:accel/zlw-slv

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


return {
	generate = function(params, entry)
		entry.pronunc = "{{zlw-slv-pr}}";
		if (params.form == "comparative" or (params.form == "superlative")) and (params.pos == "adjective") then
		elseif params.form == "passive adjectival participle" and (params.pos == "verb") then
			entry.pos_header = "Participle";
			entry.head = "{{zlw-slv-participle|pass}}";
			entry.def = entry.make_def("inflection of", "||m|s|pasv|adjectival|part");
		elseif params.form == "active adjectival participle" and (params.pos == "verb") then
			entry.pos_header = "Participle";
			entry.head = "{{zlw-slv-participle|act}}";
			entry.def = entry.make_def("inflection of", "||actv|adj|part");
		elseif params.form == "anterior adverbial participle" and (params.pos == "verb") then
			entry.pos_header = "Participle";
			entry.head = "{{zlw-slv-participle|aadv}}";
			entry.def = entry.make_def("inflection of", "||anterior|adverbial|part");
		elseif params.form == "contemporary adverbial participle" and (params.pos == "verb") then
			entry.pos_header = "Participle";
			entry.head = "{{zlw-slv-participle|cadv}}";
		end
	end
};