A modult a Modul:accel/da/doc lapon tudod dokumentálni
return {generate = function (params, entry)
local template = {
= "imperative of",
= "present tense of",
= "past tense of",
= "past participle of",
= "passive of",
= "passive past tense of",
= "present participle of",
= "gerund of",
= "da-e-form of",
= "comparative of",
= "superlative predicative of",
= "superlative attributive of"
}
if template then
entry.def = "{{" .. template .. (params.form == "e-form" and "" or "|" .. params.lang) .. "|" .. params.origin .. "}}"
end
end}