Module:accel/zlw-mas

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

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


return {
	generate = function(params, entry)
		entry.pronunc = "* {{zlw-mas-IPA}}";
		if (params.form == "comparative" or (params.form == "superlative")) and (params.pos == "adjective") then
		end
	end
};