10,731
edits
TheNightAvl (talk | contribs) (Added auto-capping) |
TheNightAvl (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
if cats == "" then | if cats == "" then | ||
error("at least 1 topic must be supplied to {{topic}}") | error("at least 1 topic must be supplied to {{topic}}") | ||
end | |||
if args["text"] then | |||
cats = args["text"] .. cats | |||
end | end | ||
return cats | return cats |