Module:accel/no
Appearance
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains new entry creation rules for නෝර්වීජියානු; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.
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}