ヘルプ:Redirects/ja

提供: ひつじ小屋別館2代目
< ヘルプ:Redirects
2015年1月2日 (金) 18:52時点におけるしが (トーク | 投稿記録)による版 (1版 をインポートしました)

移動先: 案内検索
PD 注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
PD
</div>

リダイレクト (転送ページ) は、利用者にあるページの名前を別の名前で参照させるために使用されます。 特定の記事が、複数の名前で参照される場合や、記事名に代替の句読記号、大文字化、綴りがある場合に、役立ちます。

リダイレクトの作成

You may start a new page with the name you want to direct from (see Help:Starting a new page). You can also use an existing page that you are making inactive as a page by going to that page and using the "edit" tab at the top. In either case, you will be inserting the following code at the very first text position of the Edit window for the page:

#REDIRECT [[ページ名]]

ページ名 はリダイレクト先のページ名です。 The word "redirect" is not case-sensitive, but there must be no space before the "#" symbol. Any text before the code will disable the code and prevent a redirect. Any text or regular content code after the redirect code will be ignored (and should be deleted from an existing page). However, to put or keep the current page name listed in a Category, the usual tag for that category is entered or kept on a line after the redirect code entry.

入力したリダイレクト先ページ名が正しいことを確認するために「プレビュー」すべきです (編集ウィンドウの下のボタンか、または Alt+P)。 プレビュー ページは、実際に作成されるリダイレクト ページとは異なり、青文字でリダイレクト先のページ名が表示された番号付きリストになります:

1. REDIRECT  ページ名

入力した ページ名 が有効なページではない場合は、赤文字で表示されます。 有効なリダイレクト先ページが存在しないようなリダイレクトを作成してはいけません。

リダイレクトの閲覧

After making a redirect at a page, you can no longer get to that page by using its name or by any link using that name. However, near the top of the destination page, a notice that you have been forwarded appears, with the source pagename as an active link to it. Click this to get back to the redirected page, showing the large bent arrow symbol and the destination for the redirect.

By doing this, you can do all the things that any wiki page allows. You can go to the associated discussion page to discuss the redirect. You can view the history of the page, including a record of the redirect. You can edit the page if the redirect is wrong, and you can revert to an older version to remove the redirect.

リダイレクトの削除

一般に、リダイレクトを削除する必要はありません。 それらはデータベース容量をたいして占有しません。 If a page name is vaguely meaningful, there's no harm, and some benefit, in having it as a redirect to the more relevant or current page.

リダイレクトを削除する必要がある場合 (例えば、リダイレクトのページ名が不快である場合、または人々がその名前による概念で照会することを思いとどまらせたい場合) は、前述の通り、単にリダイレクトのページに行って、Help:Deleting a page/ja にある手順に従ってください。

二重リダイレクト

二重リダイレクト、つまり別のリダイレクト ページへのリダイレクトは、動作しないでしょう。 代わりに、次のリダイレクト ページ自身が表示されます。 これは、無限ループを回避するためであり、物事を単純に保つためでもある、慎重な制限です。

However, you could look out for double redirects and eliminate them by changing them to be 1-step redirects instead. You are most likely to need to do this after a significant page move. Use the "what links here" toolbox link to find double redirects to a particular page, or use Special:DoubleRedirects to find them throughout the whole wiki.

There is an option, Manual:$wgFixDoubleRedirects, to automatically fix double redirects with a job queue. However, it tends to aggravate page move vandalism, so it is disabled by default. The __STATICREDIRECT__ magic wordHelp:Magic_words#Behavior_switches can be used to skip the double-redirect fix on a particular page.

カテゴリ名前空間内のページヘのリダイレクト

カテゴリ ページへリダイレクトして、さらにそのリダイレクトがカテゴリ内に現れないようにするには、「Category」の前にコロンを付けます。付けないと、リダイレクトページ自身もリダイレクト先のカテゴリに属すことになります。

#REDIRECT [[:Category:Glossary]]

リダイレクトの抑制

suppressredirect 権限がある利用者は、移動元にリダイレクトを残さずにページを移動できます。 既定では、この権限は管理者およびボットに割り当てられています。

関連項目

案内メニュー