မေႃႇၵျူး:form of/lang-data/lv
Appearance
Documentation for this module may be created at မေႃႇၵျူး:form of/lang-data/lv/doc
--[=[
This module contains lang-specific tags for Latvian.
]=]
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 = {}
----------------------- Base lemma params -----------------------
local base_lemma_params = {
{
param = "comp-of",
tags = {"comd"},
},
{
param = "sup-of",
tags = {"supd"},
},
{
param = "prespart-of",
tags = {"pres", "part"},
},
{
param = "pastpart-of",
tags = {"past", "part"},
},
}
----------------------- Non-finite -----------------------
-- Latvian adverbial participle types; I can't find any Wiktionary or Wikipedia glossary entries that are relevant
tags["object of perception"] = {
"non-finite",
nil,
"objper",
display = "object-of-perception",
}
tags["invariable"] = {
"non-finite",
nil,
"invar",
}
tags["variable"] = {
"non-finite",
nil,
"var",
}
----------------------- Create the shortcuts list -----------------------
m_form_of_data.finalize(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}