Module:User:Benwing2/form of/lang-data/lv
Jump to navigation
Jump to search
- This module sandbox lacks a documentation subpage. You may create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • user page • user talk page • userspace
This is a private module sandbox of Benwing2, for their own experimentation. Items in this module may be added and removed at Benwing2's discretion; do not rely on this module's stability.
--[=[
This module contains lang-specific tags for Latvian.
]=]
local m_form_of = require("Module:User:Benwing2/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 -----------------------
-- 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.finalize_tag_data(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts}