Jump to content

Module:form of/lang-data/fi

From Wiktionary, the free dictionary

This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for Finnish.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:form of in order for the module to be recognized.


--[=[
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 = {}

-- Only for use with [[Template:+obj]] --
-- 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["genitive-or-possessive-or-both"] = {
	"grammar",
	nil,
	"genposs",
	display = "[[Appendix:Glossary#genitive case|genitive]] and/or [[Appendix:Finnish possessive suffixes|possessive form]]",
}

----------------------- Create the shortcuts list -----------------------

m_form_of_data.finalize(tags, shortcuts)

return {tags = tags, shortcuts = shortcuts}