Module:Requested move: Difference between revisions

Content deleted Content added
or make a technical request to not leave a redirect
The user already has a page, so AfC is inappropriate. Add db-move request
Line 238:
elseif subjectSpace == 2 then
local msg = '[[Template:Requested move]] is not for moves from user space;'
.. 'if the only obstacle to an uncontroversial move is another page in the way, '
.. ' see [[Wikipedia:Articles for creation]]'
.. 'you can ask for the deletion of the other page. '
.. ' (use '
.. 'This may apply, for example, if the other page is currently a redirect '
.. mw.text.nowiki('{{')
.. 'to the article to be moved, a redirect with no incoming links, '
.. '[[Wikipedia:Substitution|subst]]:[[Template:Submit|submit]]'
.. 'or an unnecessary disambiguation page with a minor edit history. '
.. mw.text.nowiki('}}')
.. 'To request the other page be deleted, add the following code to the top of the page that is in the way: '
.. ' instead),'
.. mw.text.nowiki('{{db-move|<!--page to be moved here-->|<!--reason for move-->}}')
.. ' [[Help:How to move a page|move it yourself]],'
.. ' (use instead).'
.. ' or make a [[WP:RM#TR|technical request]] to not leave a [[WP:redirect|redirect]]'
.. 'See [[Help:How to move a page|move it yourself]], for more advice on moving pages'
return err(msg)
end