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

Content deleted Content added
starting some changes
make partial restrictions opt out
Line 127:
end
local always = restrictionsDatabase["topic-wide"][topic]
if always then
for _, restriction in ipairs(always) do
-- Allow disabling these restrictions (via |1RR=no or similar)
maybeAddRestriction(restriction)
if not yesno(args[restriction], true) then
restrictionFlags[restriction] = true
end
end
end