「ヘルプ:Redirects/ja」の版間の差分

提供: ひつじ小屋別館2代目
移動先: 案内検索
(1版)
(カテゴリ名前空間内のページヘのリダイレクト)
1行目: 1行目:
 +
<languages />
 
{{PD Help Page}}
 
{{PD Help Page}}
  
リダイレクトは、利用者にあるページの名前を別の名前で参照させるために使用されます。ある特定の記事が複数の名前によって参照されているか、代替の句読、capitalizationまたはspellingsがあるなら、それらは役に立ちます。
+
Redirects are used to forward users from one page name to another. They can be useful if a particular article is referred to by multiple names, or has alternative punctuation, capitalization or spellings.
  
==リダイレクトの作成==
+
== リダイレクトの作成 ==
リダイレクトを作成するためには、あなたが誘導したい名前で新しいページを作成し、下記のテキストを入力してください。:
+
 
 +
You may start a new page with the name you want to direct from (see [[Special:MyLanguage/Help:Starting a new page|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:
 
  <nowiki>#REDIRECT [[</nowiki>''ページ名''<nowiki>]]</nowiki>
 
  <nowiki>#REDIRECT [[</nowiki>''ページ名''<nowiki>]]</nowiki>
''ページ名''は利用者にリダイレクトさせたいページの名前。
+
where ''pagename'' is the name of the destination page. 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.
 +
 
 +
You should 'preview' (using the button below the Edit window, or use Alt-P) to check that you have entered the correct destination page name. The preview page will not look like the resulting redirect page, it will look like a numbered list, with the destination page in blue: 
 +
1. REDIRECT  <span style="color:#0645AD">''ページ名''</span>
 +
If the ''pagename'' as you typed it is not a valid page, it will show in red. Until there is a valid destination page, you should not make the 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; and they do not show up in wiki search results, either. 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.
 +
 
 +
== リダイレクトの削除 ==
 +
 
 +
There's generally no need to delete redirects. They do not occupy a significant amount of database space. 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.
 +
 
 +
If you do need to delete a redirect, e.g. if the page name is offensive, or you wish to discourage people from referring to a concept by that name, then you simply go to the redirect page as mentioned above, and follow the procedures at [[Special:MyLanguage/Help:Deleting a page|Help:Deleting a page]].
  
'プレビューを実行'ボタンを使用して、あなたが正しいページ名を入力しているかの確認をすることができます。(一般には既存のページ名にリダイレクトするでしょうから、リンクは赤色ではなく青色になっているべきです。)
+
== 二重リダイレクト ==
  
==リダイレクトの編集==
+
A double redirect is a page redirecting to a page which is itself a redirect, and it will not work. Instead, people will be presented with a view of the next redirect page. This is a deliberate restriction, partly to prevent infinite loops, and partly to keep things simple.
リダイレクトを作成後は、もはやそのページ名を得る事は出来ません。ブラウザは常にリダイレクトします!  しかしながら、ページの上部にリンクが提供されています。これをクリックして、リダイレクトをする前のページ名と"編集内容"に戻ってください。
 
  
このようにすることによって、どのwikiページにも許可されている全てのことができます。リダイレクトについての議論をするために関連した議論ページに行くことができます。リダイレクトがその場所に置かれる前のページの履歴を見ることができます。リダイレクトの誤りを編集したり、リダイレクトを取り除くために古いバージョンに履歴を戻す事ができます。
+
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 [[Special:MyLanguage/Help:Moving a page|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.
  
==リダイレクトの削除==
+
== カテゴリ名前空間内のページヘのリダイレクト ==
一般に、リダイレクトを削除する必要は全くありません。それらはデータベース容量の重大な量を占有しませんし、wikiの検索結果には表示されません。もし、ページ名が漠然としていして、意味深長であるなら、あなたのwikiにおいて、最も適切な現行のページへのリダイレクトとしてあるのは害(そしていくらかの利益)が全くありません。しかしながら...
 
  
もしリダイレクトを削除する必要があるのなら、例えば、リダイレクトのページ名が不快であるとか、または人々がその名前による概念で照会する事を思いとどまる事を望むのであれば、単にリダイレクトのページに行って、ページを削除するための同じ手順に従います。 [[Help:Deleting a page/ja]] をご覧下さい。
+
To redirect to a category page and prevent the redirect appearing in this category, precede the word "Category" with a colon, otherwise the redirect page will also be categorized to the category itself:
 +
<nowiki>#REDIRECT [[:Category:Glossary]]</nowiki>
 +
== リダイレクトの抑制 ==
  
==二重リダイレクト ==
+
''suppressredirect'' [[Special:MyLanguage/Manual:User rights|権限]]がある利用者は、移動元にリダイレクトを残さずにページを移動できます。
二重リダイレクト(あるページにおいてそれ自体にリダイレクトされているページへのリダイレクト)はうまく動かないでしょう。リダイレクトはチェーンの端まで追い続ける事はしないでしょう。その代わりに、関連リンク(リダイレクトページの記事画面)が人々に与えらるでしょう。これは、一部無限ループを防いで、一部物事を簡単に保つための慎重な制限です。それは不愉快でややこしいリダイレクトの枝分かれを人々が構築するのを回避します!
 
  
しかしながら、この事は二重リダイレクトを探し出し、その代わりに1ステップのリダイレクトに変更する事によってそれらを削除すべきである事を意味します。重要な[[Help:Moving a page/ja|ページ移動]]の後にこれをするのが最も必要がありそうです。ツールボックス内の'リンク元'のリンクで特定のページへの二重リダイレクトを見つけるか、全体のwikiの中でそれを見つけるために[[Special:DoubleRedirects|特別:二重リダイレクト]]を使用してください。
+
== 関連項目 ==
  
{{Languages|Help:Redirects}}
+
* [[Template:softredirect]]
 +
* [[Manual:Redirect table]]
 +
* [[Manual:$wgMaxRedirects]] - to allow for more than one consecutive redirects
 +
* [[:Category:Redirect extensions]]
  
[[Category:Help/ja|Redirects]]
+
[[Category:Help{{LangCat|Redirects}}|Redirects]]

2013年11月26日 (火) 10:09時点における版

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

Redirects are used to forward users from one page name to another. They can be useful if a particular article is referred to by multiple names, or has alternative punctuation, capitalization or spellings.

リダイレクトの作成

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 [[ページ名]]

where pagename is the name of the destination page. 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.

You should 'preview' (using the button below the Edit window, or use Alt-P) to check that you have entered the correct destination page name. The preview page will not look like the resulting redirect page, it will look like a numbered list, with the destination page in blue:

1. REDIRECT  ページ名

If the pagename as you typed it is not a valid page, it will show in red. Until there is a valid destination page, you should not make the 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; and they do not show up in wiki search results, either. 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.

リダイレクトの削除

There's generally no need to delete redirects. They do not occupy a significant amount of database space. 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.

If you do need to delete a redirect, e.g. if the page name is offensive, or you wish to discourage people from referring to a concept by that name, then you simply go to the redirect page as mentioned above, and follow the procedures at Help:Deleting a page.

二重リダイレクト

A double redirect is a page redirecting to a page which is itself a redirect, and it will not work. Instead, people will be presented with a view of the next redirect page. This is a deliberate restriction, partly to prevent infinite loops, and partly to keep things simple.

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.

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

To redirect to a category page and prevent the redirect appearing in this category, precede the word "Category" with a colon, otherwise the redirect page will also be categorized to the category itself:

#REDIRECT [[:Category:Glossary]]

リダイレクトの抑制

suppressredirect 権限がある利用者は、移動元にリダイレクトを残さずにページを移動できます。

関連項目

案内メニュー