This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for Finnish.
--[=[
This module contains lang-specific tags for Finnish.
]=]
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 = {
"non-finite",
nil,
nil,
display = "]"
}
tags = {
"non-finite",
nil,
"inf3 ine",
display = "inessive of ]"
}
tags = {
"non-finite",
nil,
"inf3 ela",
display = "elative of ]"
}
tags = {
"non-finite",
nil,
"inf3 ill",
display = "illative of ]"
}
tags = {
"non-finite",
nil,
"inf3 ade",
display = "adessive of ]"
}
tags = {
"non-finite",
nil,
"inf3 abe",
display = "abessive of ]"
}
-- Only for use with ] --
-- e.g. "kanssa" allows "kanssani", "minun kanssa", "minun kanssani"
-- but "näyttää" allows only "minun näyttävän", "näyttäväni", but not *"minun näyttäväni"
tags = {
"grammar",
nil,
"genposs",
display = "] and/or ]",
}
----------------------- Create the shortcuts list -----------------------
m_form_of_data.finalize(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts}