Module:qhv-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 164: Line 164:
args[3] = require("Module:qhv-adj/head").fetch("sup")
args[3] = require("Module:qhv-adj/head").fetch("sup")
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]]"
args[3].label = "[wikt:Appendix:Glossary#suoerlative|superlative]"
args[3].label = "[[wikt:Appendix:Glossary#suoerlative|superlative]]"
table.insert(data.inflections, args[1])
table.insert(data.inflections, args[2])
table.insert(data.inflections, args[3])
end
end