Module:qhv-verb/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 553: Line 553:
local stem = args[1]
local stem = args[1]
local pstem = llet(stem, "b") and sub(stem, 1, -2) .. "pt"
local pstem = llet(stem, "b") and sub(stem, 1, -2) .. "pt"
  or stem == "pik" and stem
  or llet(stem, "g") and stem .. "d"
  or llet(stem, "g") and stem .. "d"
  or llet(stem, "p") and stem .. "t"
  or llet(stem, "p") and stem .. "t"