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 = require("Module:table").listToSet{
"3only",
"i",
"alwayssyncperf",
"depon",
"f",
"fp",
"highlydef", -- can be specified manually in the headword to display "highly defective"
"impers",
"imponly",
"m",
"mp",
"n",
"nofutr",
"nofutractvptc",
"noger",
"noimp",
"noinf",
"nopass",
"noperf",
"nopres",
"nosup",
"nound",
"np",
"old2sgimp",
"oldimpffutr",
"optsemidepon",
"optsyncperf",
"p3inf",
"pass3only",
"passimpers",
"perfaspres",
"poetsyncperf",
"semidepon",
"sigm",
"sigmpasv",
"suffix",
"supfutractvonly",
}
return data