Module:topics: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Added auto-capping)
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

Navigation menu