Module:qhv-verb/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 32: Line 32:
local t = data.thematic_vowel
local t = data.thematic_vowel
local subj = t == "a" and t or (t == "o" or t == "u") and "v" and "v" or "i"
local subj = t == "a" and t or (t == "o" or t == "u") and "v" and "v" or "i"
local closedt = t == ("a" or "o") and "e" or "i"
local closedt = (t == "a" or t == "o") and "e" or "i"
local pstem = match(stem, "māz$") and sub(stem, 1, -4) .. "mas" or stem .. t
local pstem = match(stem, "māz$") and sub(stem, 1, -4) .. "mas" or stem .. t