2,788
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
local out = "" | local out = "" | ||
if not args["notext"] then | if not args["notext"] then | ||
out = out .. "[[Appendix:Glossary#coinage|" .. (args["nocap"] and "c" or "C") .. "oined]]" .. (args[2] and " | out = out .. "[[Appendix:Glossary#coinage|" .. (args["nocap"] and "c" or "C") .. "oined]]" .. (args[2] and " by " or "") | ||
end | end | ||
if args[2] then out = out .. args[2] end | if args[2] then out = out .. args[2] end |