মডিউল:form of/lang-data/lt
অবয়ব
এই মডিউলের জন্য মডিউল:form of/lang-data/lt/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে
--[=[
This module contains lang-specific tags for Lithuanian.
]=]
local m_form_of = require("Module:form of")
local APPENDIX = m_form_of.APPENDIX
local WP = m_form_of.WP
local WIKT = m_form_of.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.finalize_tag_data(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts}