Modul:accel/fr
Qiyofa
Bu modul uchun Modul:accel/fr/doc nomli hujjat sahifasini yaratishingiz mumkin
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}