45,647
edits
No edit summary |
No edit summary |
||
Line 157: | Line 157: | ||
[3] = {list = "sup"}, | [3] = {list = "sup"}, | ||
["unc"] = {type = "boolean"}, | ["unc"] = {type = "boolean"}, | ||
["indecl"] = {type = "boolean"}, | |||
["head"] = {}, | ["head"] = {}, | ||
} | } | ||
Line 172: | Line 173: | ||
args[2] = require("Module:qhv-adj/head").fetch("comp") | args[2] = require("Module:qhv-adj/head").fetch("comp") | ||
args[3] = require("Module:qhv-adj/head").fetch("sup") | args[3] = require("Module:qhv-adj/head").fetch("sup") | ||
if args["indecl"] then | |||
table.insert(data.inflections, {label = glossary_link("indeclinable")}) | |||
table.insert(data.categories, "High Valyrian indeclinable " .. data.pos_category) | |||
end | |||
args[1].label = "[[wikt:Appendix:Glossary#equative|equative]]" | args[1].label = "[[wikt:Appendix:Glossary#equative|equative]]" | ||
args[2].label = "[[wikt:Appendix:Glossary#comparative|comparative]]" | args[2].label = "[[wikt:Appendix:Glossary#comparative|comparative]]" |