Module:qhv-verb: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 26: Line 26:


function export.detect_decl(word, class)
function export.detect_decl(word, class)
local root = sub(word, 1, -5)
local root = sub(word, 1, -4)
if class then
if class then
local decl = class
local decl = class

Navigation menu