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


return {generate = function (params, entry)

	if params.form == "e-form" then
		entry.def = "{{da-e-form of|" .. params.origin .. "}}"
	end
end}