Hello, you have come here looking for the meaning of the word
Module:accel/ln. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:accel/ln, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:accel/ln in singular and plural. Everything you need to know about the word
Module:accel/ln you have here. The definition of the word
Module:accel/ln will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:accel/ln, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
return {generate = function (params, entry)
if params.form == "p" then
entry.head = "{{ln-noun-form|" .. mw.ustring.sub(params.gender, 2) .. "}}"
elseif params.form == "infinitive" then
entry.head = "{{ln-inf}}"
entry.def = entry.make_def("inflection of", "|-" .. params.origin .. "|" .. params.form)
end
end}