Module:form of/lang-data/nl

Wiktionary වෙතින්

This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for ඕලන්ද.

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 Dutch.
]=]

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

shortcuts["infl"] = {"m//f", "s", "attr", ";", "def", "n", "s", "attr", ";", "p", "attr"}

local base_lemma_params = {
	{
		param = "comp-of",
		tags = {"comd"},
	},
	{
		param = "sup-of",
		tags = {"supd"},
	},
	{
		param = "pastpart-of",
		tags = {"past", "part"},
	},
}


----------------------- Person -----------------------

tags["second-person (u)"] = {
	"person",
	nil,
	"2-u",
	display = "[[Appendix:Glossary#second person|second-person]] ([[u#Dutch|u]])",
}

tags["second-person (gij)"] = {
	"person",
	nil,
	"2-gij",
	display = "[[Appendix:Glossary#second person|second-person]] ([[gij#Dutch|gij]])",
}

----------------------- Attitude -----------------------

tags["diminutive"] = {
	"attitude",
	"wikt:Appendix:Dutch diminutives",
	"dim",
	108709,
}

----------------------- Misc grammar -----------------------

tags["dependent"] = {
	"grammar",
	nil,
	"dep",
	display = "[[Appendix:Dutch parts of speech#Separable verbs|dependent-clause]]",
}

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

m_form_of.finalize_tag_data(tags, shortcuts)

return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}
"https://si.wiktionary.org/w/index.php?title=Module:form_of/lang-data/nl&oldid=77675" වෙතින් සම්ප්‍රවේශනය කෙරිණි