Manual:Moving a page

From SacredWiki
Revision as of 23:39, 27 October 2013 by Schot (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Moving a page causes the page title to change while the page id remains the same. If a redirect is created under the moved page's former page title, it will have a new page id. Pages can be moved using Special:MovePage (SpecialMovepage.php) or action=move (ApiMove.php). Hooks that pertain to page moves are SpecialMovepageAfterMove (MovePageForm::doSubmit), TitleMoveComplete (Title::moveTo), and AbortMove (Title::isValidMoveOperation).

Moving a page, and then moving it again, can create double redirects.

See also