Module:qhv-verb/data: Difference between revisions
No edit summary |
No edit summary |
||
| Line 289: | Line 289: | ||
local stem = args[1] | local stem = args[1] | ||
data.decl_type = "liquid stem" | data.decl_type = "liquid stem" | ||
if not data.no_cat then table.insert(data.categories, "High Valyrian liquid-stem verbs") end | if not data.no_cat then | ||
table.insert(data.categories, "High Valyrian liquid-stem verbs") | |||
table.insert(data.categories, "High Valyrian consonant-final verbs") | |||
end | |||
--Active | --Active | ||
| Line 544: | Line 547: | ||
local stem = args[1] | local stem = args[1] | ||
data.decl_type = "voiceless-stop stem" | data.decl_type = "voiceless-stop stem" | ||
if not data.no_cat then table.insert(data.categories, "High Valyrian voiceless-stop-stem verbs") end | if not data.no_cat then | ||
table.insert(data.categories, "High Valyrian voiceless-stop-stem verbs") | |||
table.insert(data.categories, "High Valyrian consonant-final verbs") | |||
end | |||
--Active | --Active | ||
| Line 799: | Line 805: | ||
local stem = args[1] | local stem = args[1] | ||
data.decl_type = "nasal stem" | data.decl_type = "nasal stem" | ||
if not data.no_cat then table.insert(data.categories, "High Valyrian nasal-stem verbs") end | if not data.no_cat then | ||
table.insert(data.categories, "High Valyrian nasal-stem verbs") | |||
table.insert(data.categories, "High Valyrian consonant-final verbs") | |||
end | |||
--Active | --Active | ||
| Line 1,054: | Line 1,063: | ||
local stem = args[1] | local stem = args[1] | ||
data.decl_type = "voiced-stop stem" | data.decl_type = "voiced-stop stem" | ||
if not data.no_cat then table.insert(data.categories, "High Valyrian voiced-stop-stem verbs") end | if not data.no_cat then | ||
table.insert(data.categories, "High Valyrian voiced-stop-stem verbs") | |||
table.insert(data.categories, "High Valyrian consonant-final verbs") | |||
end | |||
--Active | --Active | ||
| Line 1,309: | Line 1,321: | ||
local stem = args[1] | local stem = args[1] | ||
data.decl_type = "palatal stem" | data.decl_type = "palatal stem" | ||
if not data.no_cat then table.insert(data.categories, "High Valyrian palatal-stem verbs") end | if not data.no_cat then | ||
table.insert(data.categories, "High Valyrian palatal-stem verbs") | |||
table.insert(data.categories, "High Valyrian consonant-final verbs") | |||
end | |||
--Active | --Active | ||
| Line 1,564: | Line 1,579: | ||
local stem = args[1] | local stem = args[1] | ||
data.decl_type = "fricative stem" | data.decl_type = "fricative stem" | ||
if not data.no_cat then table.insert(data.categories, "High Valyrian fricative-stem verbs") end | if not data.no_cat then | ||
table.insert(data.categories, "High Valyrian fricative-stem verbs") | |||
table.insert(data.categories, "High Valyrian consonant-final verbs") | |||
end | |||
--Active | --Active | ||