Content deleted Content added
The user already has a page, so AfC is inappropriate. Add db-move request |
error messages shouldn't be used to create instruction forks. text was just copied from WP:Requested moves#Requesting technical moves. |
||
Line 237:
-- User namespace check
elseif subjectSpace == 2 then
local msg = '[[Template:Requested move]] is not for moves from user space
.. '<br>New and unconfirmed users: Add <code>{{tlf|subst:submit}}</code> to the top of the article.'
.. '
.. '<br>If you cannot move it yourself, see [[Wikipedia:Requested moves#Requesting technical moves|Requesting technical moves]].'
return err(msg)
end
|