Module:form of: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Created page with "local export = {} local m_links = require("Module:links") local labels = { ["1"] = {label = "first-person", glossary = "first person"}, ["2"] = {label = "second-person", glossary = "second person"}, ["3"] = {label = "third-person", glossary = "third person"}, ["singular"] = {label = "singular", glossary = true}, ["dual"] = {label = "dual", glossary = true}, ["plural"] = {label = "plural", glossary = true}, ["inclusive"] = {label = "inclusive", glossary = "clusiv...")
 
No edit summary
Line 84: Line 84:
local text = l.label or inflection
local text = l.label or inflection
if l.glossary then
if l.glossary then
table.insert(out, "[[Appendix:Glossary#" .. (type(l.glossary) == "string" and l.glossary or text) .. "]]")
table.insert(out, "[[Appendix:Glossary#" .. (type(l.glossary) == "string" and l.glossary or text) .. "|" .. text .. "]]")
else
else
table.insert(out, text)
table.insert(out, text)