Module:accel/nl

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

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


return {generate = function(params, entry)
	if params.form == "diminutive" then
		entry.head = "{{nl-noun-dim}}"
	end
end}