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, '
.. 'you can ask for the deletion of the other page. '
.. ' (use '▼
.. '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-->}}')
.. ' [[Help:How to move a page|move it yourself]],'▼
return err(msg)
end
|