Module:form of/lang-data/lt
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 Lithuanian.
--[=[
This module contains lang-specific tags for Lithuanian.
]=]
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 = {}
----------------------- Non-finite -----------------------
tags["participle of necessity"] = {
"non-finite",
"w:gerundive",
"partnec",
731298, -- gerundive
}
-- Lithuanian-specific adverbial participle type; native term normally used in English
tags["būdinys"] = {
"non-finite",
WIKT,
"budinys",
}
-- Lithuanian-specific adverbial participle type; native term normally used in English
tags["padalyvis"] = {
"non-finite",
WIKT,
}
-- Lithuanian-specific adverbial participle type; native term normally used in English
tags["pusdalyvis"] = {
"non-finite",
WIKT,
}
----------------------- Create the shortcuts list -----------------------
m_form_of_data.finalize(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts}