12,275
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 46: | Line 46: | ||
glosslink = "[[Appendix:Glossary#" .. (type(l.glossary) == "string" and l.glossary or text) .. "|" .. text .. "]]" | glosslink = "[[Appendix:Glossary#" .. (type(l.glossary) == "string" and l.glossary or text) .. "|" .. text .. "]]" | ||
if text == "verbal noun" then | if text == "verbal noun" then | ||
glosslink = glosslink .. "[[Category:" .. language.name .. " verbal nouns]]" | glosslink = glosslink .. "[[Category:" .. language.name .. " verbal nouns|" .. mw.title.getCurrentTitle().subpageText .. "]]" | ||
end | end | ||
table.insert(out, glosslink) | table.insert(out, glosslink) |