Modul:accel/se

Vikilug‘atdan olingan

Bu modul uchun Modul:accel/se/doc nomli hujjat sahifasini yaratishingiz mumkin

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:getCode() .. "|adjective}}"
	elseif mw.ustring.find(params.form, "|poss$") then
		entry.head = entry.make_head(params.pos .. " possessive form")
		entry.inflection = "{{rfinfl|" .. params.lang:getCode() .. "|" .. params.pos .. "}}"
	end
end}