Module:qhv-verb/data: Difference between revisions

No edit summary
No edit summary
Line 1,350: Line 1,350:
  or match(stem, "ng$") and sub(stem, 1, -4) .. long(sub(stem, -3, -3)) .. "nd"
  or match(stem, "ng$") and sub(stem, 1, -4) .. long(sub(stem, -3, -3)) .. "nd"
  or stem .. "et"
  or stem .. "et"
data.decl_type = (data.decl_type == "cluster" and "consonant-cluster" or "fricative") .. " stem"
data.decl_type = data.decl_type == "cluster" and "consonant-cluster" or "fricative stem"
if not data.no_cat then
if not data.no_cat then
table.insert(data.categories, "High Valyrian " .. gsub(data.decl_type, "%s", "-") .. " verbs")
table.insert(data.categories, "High Valyrian " .. gsub(data.decl_type, "%s", "-") .. " verbs")