Module:accel/se
Appearance
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains new entry creation rules for Northern Sami; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.
return {generate = function(params, entry)
if (params.form == "comparative" or params.form == "superlative") and params.pos == "adjective" then
-- If it's an adjective, add an inflection table request
entry.inflection = "{{rfinfl|" .. params.lang .. "|adjective}}"
elseif mw.ustring.find(params.form, "|poss$") then
entry.head = entry.make_head(params.pos .. " possessive form")
entry.inflection = "{{rfinfl|" .. params.lang .. "|" .. params.pos .. "}}"
end
end}