Module:accel/ln
Jump to navigation
Jump to search
- The following documentation is generated by Module:documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module contains new entry creation rules for Lingala; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.
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}