Content deleted Content added
Fix redirect case |
This doesn't seem to be fixable at all |
||
Line 5:
local tableTools = require('Module:TableTools')
local yesno = require('Module:Yesno')
-- Set static values
Line 219 ⟶ 218:
end
-- Request to move a single page must be placed on that page's talk
if not multi and args.current1 ~= title.subjectPageTitle.prefixedText then
local msg = 'Request to move a single page must be placed on that page\'s talk'
return err(msg, argsByNum, args.reason, argsByNumCount)
|