Manual:ページの移動

From mediawiki.org
This page is a translated version of the page Manual:Page moving and the translation is 77% complete.

ページを移動すると、ページIDと変更履歴を保持したまま、ページ名が変更されます。 移動元のページ名にリダイレクトが作成された場合、新しいページIDが付与されます。 ページは、Special:MovePage (SpecialMovepage.php) または action=move (ApiMove.php) を使用して移動できます。

ページを移動させたあと再び移動させると二重リダイレクトを生じる場合があります。

データベース

There are two possible kinds of page move log actions: move and move_redir. The latter refers to a move over a redirect.

API

A page move log event has a "move" sub-element, e.g. <move new_ns="0" new_title="Foo" suppressredirect="" />

フック

ページの移動に関連するフックは次のとおりです:

関連項目