Content deleted Content added
HouseBlaster (talk | contribs) fix |
HouseBlaster (talk | contribs) section variable |
||
Line 52:
local categories = '' -- initialize categories
local manualRestrictions = false -- have we set any restrictions via |parameters?
local section = yesno(args.section) or yesno(args.relatedcontent) -- whether we are a section
--[[
Line 167 ⟶ 161:
messageBody = '<b>The [[Wikipedia:Contentious topics|contentious topics]] procedure applies to this '
.. articleOrPage .. '.</b>'
.. (
if multipleTopics then
Line 201 ⟶ 195:
end
if
messageBody = messageBody .. '<p>If it is unclear which parts of the page are related to this contentious topic, the content in question should be marked within the wiki text by an invisible comment.'
.. 'If no comment is present, please ask an administrator for assistance. If in doubt it is better to assume that the content is covered.</p>'
Line 235 ⟶ 229:
-- If ECR is enabled, prepend the ECR warning
if restrictionFlags["ECR"] then
messageBox = frame:expandTemplate{ title = "Template:Contentious topics/talk notice/ECR warning", args = { section =
end
|