Content deleted Content added
HouseBlaster (talk | contribs) category for BER (are we still using this?) |
HouseBlaster (talk | contribs) 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 ''
else
return '* <b>' .. topicBlurb .. '</b>\n'
|