Module:form of/lang-data/lg

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

This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for Luganda.


--[=[
This module contains lang-specific tags for Luganda.
]=]

local m_form_of_data = require("Module:form of/data")

local APPENDIX = m_form_of_data.APPENDIX
local WP = m_form_of_data.WP
local WIKT = m_form_of_data.WIKT

local tags = {}
local shortcuts = {}



----------------------- Inflectional class -----------------------

-- Class I
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_I",
	"ci",
}

-- Class II
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_II",
	"cii",
}

-- Class III
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_III",
	"ciii",
}

-- Class IV
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_IV",
	"civ",
}

-- Class V
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_V",
	"cv",
}

-- Class VI
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_VI",
	"cvi",
}

-- Class VII
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_VII",
	"cvii",
}

-- Class VIII
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_VIII",
	"cviii",
}

-- Class IX
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_IX",
	"cix",
}

-- Class X
tags = {
	"grammar",
	"wikt:Appendix:Luganda_noun_classes#Class_X",
	"cx",
}

-- Base state
tags = {
	"grammar",
	"wikt:Appendix:Glossary#base_state",
	"base",
}

----------------------- Create the shortcuts list -----------------------

m_form_of_data.finalize(tags, shortcuts)

return {tags = tags, shortcuts = shortcuts}