Module:la-verb/data
Appearance
- This module lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
local data = {}
data.allowed_subtypes = {
["impers"] = true,
["3only"] = true,
["depon"] = true,
["semidepon"] = true,
["optsemidepon"] = true,
["nopass"] = true,
["pass3only"] = true,
["passimpers"] = true,
["perfaspres"] = true,
["noperf"] = true,
["nopasvperf"] = true,
["nopres"] = true,
["nosup"] = true,
["supfutractvonly"] = true,
["noimp"] = true,
["nofut"] = true,
["p3inf"] = true,
["poetsyncperf"] = true,
["optsyncperf"] = true,
["alwayssyncperf"] = true,
["nound"] = true,
["sigm"] = true,
["sigmpasv"] = true,
["old2sgimp"] = true,
["suffix"] = true,
["m"] = true,
["f"] = true,
["n"] = true,
["mp"] = true,
["fp"] = true,
["np"] = true,
-- can be specified manually in the headword to display "highly defective"
-- in the title (e.g. aveō)
["highlydef"] = true,
}
return data