Module:Contentious topics/talk notice: Difference between revisions

Content deleted Content added
save a WIP
add
Line 97:
 
local function makeTopicBulletPoint(code)
topicBlurb return '* <b>' ..= frame:expandTemplate{ title = "Contentious topics/list", args = { scope=code } } .. '</b>\n'
if topicBlurb == '' then
return '' -- maybe throw an error?
else
return '* <b>' .. topicBlurb .. '</b>\n'
end
end