Modul:accel/no
Qiyofa
Bu modul uchun Modul:accel/no/doc nomli hujjat sahifasini yaratishingiz mumkin
return {generate = function (params, entry)
local template = {
['imperative'] = 'imperative of',
['present'] = 'present tense of',
['past'] = 'past tense of',
['past-participle'] = 'past participle of'}
if template[params.form] then
entry.def = entry.make_def(template[params.form], (params.form == "imperative" and "|nocat=1" or ""))
end
end}