Module:form of/lang-data/vot

Hello, you have come here looking for the meaning of the word Module:form of/lang-data/vot. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:form of/lang-data/vot, but we will also tell you about its etymology, its characteristics and you will know how to say Module:form of/lang-data/vot in singular and plural. Everything you need to know about the word Module:form of/lang-data/vot you have here. The definition of the word Module:form of/lang-data/vot will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:form of/lang-data/vot, 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 Votic.


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

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 = {}

tags = {
	"non-finite",
	nil,
	nil,
	display = "first infinitive"
}

tags = {
	"non-finite",
	nil,
	"inf2 ine",
	display = "inessive of second infinitive"
}

tags = {
	"non-finite",
	nil,
	"inf2 ela",
	display = "elative of second infinitive"
}

tags = {
	"non-finite",
	nil,
	"inf2 ill",
	display = "illative of second infinitive"
}

tags = {
	"non-finite",
	nil,
	"inf2 abe",
	display = "abessive of second infinitive"
}

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

m_form_of_data.finalize(tags, shortcuts)

return {tags = tags, shortcuts = shortcuts}