Module:accel/km

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

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


return {generate = function(params, entry)
	if params.form == "abstract-noun" then
		entry.head = "{{km-noun}}"
		entry.def = entry.make_def("abstract noun of")
	end
end}