Module:Contentious topics/talk notice: Difference between revisions

Content deleted Content added
error category for bad topics
bad-topic
Line 169:
end
else
local topicBlurb = frame:expandTemplate{
messageBody = messageBody .. 'to <b>'
.. frame:expandTemplate{ title = "Contentious topics/list",
args = { scope=topics[1] } }
if topicBlurb ~= '' then
messageBody = messageBody .. 'to <b>'
.. topicBlurb
.. '</b>, a contentious topic.</p>'
else
addCategory('bad-topic')
end
end