Module:accel/af
Appearance
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains new entry creation rules for Afrikaans; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.
return {generate = function(params, entry)
if params.form == "diminutive" then
entry.head = "{{af-noun|s}}"
elseif params.form == "pres|ptcp" then
entry.head = entry.make_head("present participle")
entry.def = entry.make_def("present participle of")
elseif params.form == "past|ptcp" then
entry.head = entry.make_head("past participle")
entry.def = entry.make_def("past participle of")
end
end}