Module:form of/lang-data/nl
Itsura
- The following documentation is generated by Module:documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for Nerlandes.
--[=[
This module contains lang-specific tags for Dutch.
]=]
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 = {}
-- adjective form shortcuts
shortcuts["infl"] = {"m//f", "s", "attr", ";", "def", "n", "s", "attr", ";", "p", "attr"}
shortcuts["infl-indef"] = {"indef", "m//f", "s", "attr", ";", "indef", "p", "attr"}
-- verb form shortcuts
shortcuts["2-inv"] = {"inv", "2", "s", "pres", "ind"}
shortcuts["bare-verb"] = {"1", "s", "pres", "ind", ";", "2-inv", ";", "imp"}
shortcuts["bare-ten-verb"] = {"1//2//3", "s", "pres", "ind", ";", "imp"}
shortcuts["pres-t"] = {"2//3", "s", "pres", "ind", ";", "p", "imp"}
shortcuts["pres-pl"] = {"p", "pres", "ind", ";", "p", "pres", "sub"}
shortcuts["past-sg"] = {"s", "past", "ind", ";", "s", "past", "sub"}
shortcuts["past-pl"] = {"p", "past", "ind", ";", "p", "past", "sub"}
shortcuts["dep-bare-verb"] = {"1", "s", "dep", "pres", "ind"}
shortcuts["dep-bare-ten-verb"] = {"1//2//3", "s", "dep", "pres", "ind"}
shortcuts["dep-pres-t"] = {"2//3", "s", "dep", "pres", "ind"}
shortcuts["dep-past-sg"] = {"s", "dep", "past", "ind", ";", "s", "dep", "past", "sub"}
shortcuts["dep-past-pl"] = {"p", "dep", "past", "ind", ";", "p", "dep", "past", "sub"}
local base_lemma_params = {
{
param = "comp-of",
tags = {"comd"},
},
{
param = "sup-of",
tags = {"supd"},
},
{
param = "pastpart-of",
tags = {"past", "part"},
},
}
----------------------- Person -----------------------
tags["ikalawang panauhan (u)"] = { --TLCHANGE second person
"person",
nil,
{"2-u", "second-person (u)"}, --TLCHANGE
display = "[[Apendise:Glosaryo#ikalawang panauhan|ikalawang panauhan]] ([[u#Dutch|u]])", --TLCHANGE
}
tags["ikalawang panauhan (gij)"] = { --TLCHANGE
"person",
nil,
{"2-gij", "second-person (gij)"}, --TLCHANGE
display = "[[Apendise:Glosaryo#ikalawang panauhan|ikalawang panauhan]] ([[gij#Dutch|gij]])", --TLCHANGE
}
----------------------- Attitude -----------------------
tags["paliit"] = { --TLCHANGE
"attitude",
"wikt:Appendix:Dutch diminutives",
{"dim", "diminutive"}, --TLCHANGE
108709,
}
----------------------- Misc grammar -----------------------
tags["di-makapag-iisa"] = { --TLCHANGE
"grammar",
nil,
{"dep", "dependent"}, --TLCHANGE
display = "[[Appendix:Dutch parts of speech#Separable verbs|sugnay na di-makapag-iisa]]", --TLCHANGE "[[Appendix:Dutch parts of speech#Separable verbs|dependent-clause]]",
}
tags["binaligtad"] = { --TLCHANGE
"grammar",
nil,
{"inv", "inversion"}, --TLCHANGE
display = "(sa kasong [[Apendise:Glosaryo#binaligtad|binaligtad]])",--TLCHANGE "(in case of [[Appendix:Glossary#inversion|inversion]])",
}
----------------------- Create the shortcuts list -----------------------
m_form_of_data.finalize(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}