Module:accel/it

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

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


return {generate = function (params, entry)
	-- special handling for female equivalents
	if params.pos == "noun" and params.form == "f" then
		entry.head = "{{it-noun|f}}"
		-- definition already correct
	end
end}