Module:Protection banner: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
add a check for the 'all' keyword
logic fix
Line 179: Line 179:
attemptOrder[3], attemptOrder[4] = attemptOrder[4], attemptOrder[3]
attemptOrder[3], attemptOrder[4] = attemptOrder[4], attemptOrder[3]
attemptOrder[5], attemptOrder[6] = attemptOrder[6], attemptOrder[5]
attemptOrder[5], attemptOrder[6] = attemptOrder[6], attemptOrder[5]
elseif not reasonBehavior or reasonBehavior ~= 'all' then
elseif reasonBehavior ~= 'reasonFirst' and reason ~= 'all' then
error(reason .. ' is not a valid reason')
error(reason .. ' is not a valid reason')
end
end