Module:Requested move: Difference between revisions

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.'
.. 'if the only obstacle to an uncontroversial move is another page in the way, '
.. 'you<br>Confirmed canusers: askSee for[[Help:How theto deletionmove ofa thepage]] otherfor pageinstructions. '
.. '<br>If you cannot move it yourself, see [[Wikipedia:Requested moves#Requesting technical moves|Requesting technical moves]].'
.. 'This may apply, for example, if the other page is currently a redirect '
.. 'to the article to be moved, a redirect with no incoming links, '
.. 'or an unnecessary disambiguation page with a minor edit history. '
.. 'To request the other page be deleted, add the following code to the top of the page that is in the way: '
.. mw.text.nowiki('{{db-move|<!--page to be moved here-->|<!--reason for move-->}}')
.. ' instead).'
.. 'See [[Help:How to move a page]] for more advice on moving pages'
return err(msg)
end