Module:Contentious topics/talk notice/sandbox: Difference between revisions

Content deleted Content added
cleanup, refactor
more junk-be-gone
Line 283:
end
end
--[[
if numberOfTopics > 1 then
messageBody = messageBody .. 'to the following contentious topics:\n'
for _, topic in ipairs(topics) do
messageBody = messageBody .. makeTopicBulletPoint(topic)
end
else
local topicBlurb = frame:expandTemplate{
title = "Contentious topics/list",
args = { scope=topics[1] } }
if topicBlurb ~= '' then
messageBody = messageBody .. 'to <b>'
.. topicBlurb
..
else
addCategory(categoryDatabase['bad-topic'])
end
end
--]]
if underRestrictions then