Module:accel/fr

Wiktionary වෙතින්

This module contains new entry creation rules for ප්‍රංශ; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.


return {generate = function (params, entry)
	if params.pos == "verb" and params.form == "pp" then
		entry.head = "{{fr-past participle}}"
		entry.def = entry.make_def("past participle of")
	elseif params.pos == "verb" and params.form == "ppr" then
		entry.head = entry.make_head("present participle")
		entry.def = entry.make_def("present participle of")
	-- special handling for female equivalents
	elseif params.pos == "noun" and params.form == "f" then
		entry.head = "{{fr-noun|f}}"
		-- definition already correct
	end
end}
"https://si.wiktionary.org/w/index.php?title=Module:accel/fr&oldid=34009" වෙතින් සම්ප්‍රවේශනය කෙරිණි