Module:Contentious topics/talk notice: Difference between revisions

Content deleted Content added
category for BER (are we still using this?)
error category for bad topics
Line 137:
topicBlurb = frame:expandTemplate{ title = "Contentious topics/list", args = { scope=code } }
if topicBlurb == '' then
addCategory(categoryDatabase['bad-topic'])
return '' -- maybe throw an error?
return ''
else
return '* <b>' .. topicBlurb .. '</b>\n'