Content deleted Content added
HouseBlaster (talk | contribs) starting some changes |
HouseBlaster (talk | contribs) 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)
if not yesno(args[restriction], true) then
restrictionFlags[restriction] = true
end
end
end
|