Module:form of/lang-data/vot
Appearance
- The following documentation is generated by Module:documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
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["inf1"] = {
"non-finite",
nil,
nil,
display = "first infinitive"
}
tags["inf2 inessive"] = {
"non-finite",
nil,
"inf2 ine",
display = "inessive of second infinitive"
}
tags["inf2 elative"] = {
"non-finite",
nil,
"inf2 ela",
display = "elative of second infinitive"
}
tags["inf2 illative"] = {
"non-finite",
nil,
"inf2 ill",
display = "illative of second infinitive"
}
tags["inf2 abessive"] = {
"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}