Content deleted Content added
HouseBlaster (talk | contribs) back to simple |
HouseBlaster (talk | contribs) add |
||
Line 88:
end
-- Check whether any of the added restrictions are
local underRestrictions = #restrictions > 0
Line 106:
return def and ('* <b>' .. def .. '</b>\n') or ''
end
--disable 1RR if 0RR is in effect
--clear duplicate restrictions (e.g. 0RR and 1RR; 1RR and 1RR-nocat, etc)
--make sure you handle the case with all revert rules active correctly!
if (restrictionFlags["1RR"] or restrictionFlags["1RR-nocat"]) and (restrictionFlags["0RR"] or restrictionFlags["0RR-nocat"]) then
for _, restriction in ipairs(restrictions) do
end
end
messageBody = '<p>The [[Wikipedia:Contentious topics|contentious topics]] procedure applies to this '
.. articleOrPage .. '.'
|