본문으로 이동

모듈: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"}
shortcuts["2-inv"] = {"inv", "2", "s", "pres", "ind"}

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


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

tags["2인칭 (u)"] = {
	"person",
	nil,
	"2-u",
	display = "[[부록:용어사전#2인칭|2인칭] ([[u#네덜란드어|u]])",
}

tags["2인칭 (gij)"] = {
	"person",
	nil,
	"2-gij",
	display = "[[부록:용어사전#2인칭|2인칭]] ([[gij#네덜란드어|gij]])",
}

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

tags["지소사"] = {
	"attitude",
	nil,
	"dim",
	display = "[[w:ko:네덜란드어_문법#지소사|지소사]]"
}

----------------------- 기타 문법 -----------------------

tags["dependent"] = {
	"grammar",
	nil,
	"dep",
	display = "[[부록:네덜란드어 품사#Separable verbs|dependent-clause]]",
}

tags["inversion"] = {
	"grammar",
	nil,
	"inv",
	display = "(in case of [[Appendix:Glossary#inversion|inversion]])",
}

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

m_form_of.finalize_tag_data(tags, shortcuts)

return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}