বিষয়বস্তুতে চলুন

মডিউল:form of/lang-data/nl

উইকিঅভিধান, মুক্ত অভিধান থেকে

এই মডিউলের জন্য মডিউল:form of/lang-data/nl/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে

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