Jump to content

Module:la-verb/data

From Wiktionary, the free dictionary


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