Content deleted Content added
SilverLocust (talk | contribs) Instead putting the protection checks after the error checks for the same purpose |
m simplify some code (should be a no-op; if there are any errors no discussion is needed before reverting (WP:TPEDISPUTE)) |
||
Line 91:
if not validTitle then
-- If invalid, the second parameter is the error message.
end
return 'yes'
Line 193 ⟶ 192:
-- multiple nomination.
local argsByNumCount = #argsByNum
local multi = (argsByNumCount >= 2)
--[[
-- Validate new params.
Line 514 ⟶ 508:
-- Talk blurb
local talk = ''
if yesno(args.talk, true) then
talk = frame:expandTemplate{title = 'Requested move/talk'}
end
|