Module:accel/lg

Hello, you have come here looking for the meaning of the word Module:accel/lg. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:accel/lg, but we will also tell you about its etymology, its characteristics and you will know how to say Module:accel/lg in singular and plural. Everything you need to know about the word Module:accel/lg you have here. The definition of the word Module:accel/lg will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:accel/lg, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module contains new entry creation rules for Luganda; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.


return {generate = function (params, entry)
	if params.form == "ip" or params.form == "iip" or params.form == "iiip" or params.form == "ivp" or params.form == "vp" or params.form == "vip" or params.form == "viip" or params.form == "viiip" or params.form == "ivp" then
		entry.pronunc = "* {{IPA|lg|}}"
		entry.head = "{{lg-noun form|" .. string.gsub(params.form, "(p)", "") .. "|plural}}"
		entry.def = "{{plural of|lg|" .. params.origin .. "}}"
	elseif params.form == "ib" or params.form == "iib" or params.form == "iiib" or params.form == "ivb" or params.form == "vb" or params.form == "vib" or params.form == "viib" or params.form == "viiib" or params.form == "ixb" then
		entry.pronunc = "* {{IPA|lg|}}"
		entry.head = "{{lg-noun form|" .. string.gsub(params.form, "(b)", "") .. "|base}}"
		entry.def = "{{infl of|lg|" .. params.origin .. "||base}}"
	elseif params.form == "ip-b" or params.form == "vp-b" or params.form == "viiip-b" then
		entry.pronunc = "* {{IPA|lg|}}"
		entry.head = "{{lg-noun form|" .. string.gsub(params.form, "(p)(-b)", "") .. "|base}}"
		entry.def = "{{infl of|lg|a" .. params.target_pagename .. "||base}}"
	elseif params.form == "iip-b" or params.form == "ivp-b" or params.form == "iiip-b" then
		entry.pronunc = "* {{IPA|lg|}}"
		entry.head = "{{lg-noun form|" .. string.gsub(params.form, "(p)(-b)", "") .. "|base}}"
		entry.def = "{{infl of|lg|e" .. params.target_pagename .. "||base}}"
	elseif params.form == "xb" or params.form == "vip-b" then
		entry.pronunc = "* {{IPA|lg|}}"
		entry.head = "{{lg-noun form|" .. string.gsub(params.form, "(p)(-b)", "") .. "|base}}"
		entry.def = "{{infl of|lg|o" .. params.target_pagename .. "||base}}"
	end
end}