Extension:CreateRedirect
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | 特別ページ |
| 説明 | Adds a special page that eases creation of redirects via a simple form. |
| 作者 | Marco Zafra, Edward Chernenko |
| 最新バージョン | 1.5.1 |
| MediaWiki | 1.32+ |
| データベースの変更 | いいえ |
| ライセンス | GNU 一般公衆利用許諾書 3.0 以降 |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、CreateRedirect 拡張機能の翻訳にご協力ください | |
| 問題点 | 未解決のタスク · バグを報告 |
CreateRedirect is a special page extension that eases creation of redirects. It displays a form that only asks for the origin page and the destination page, and then saves the page. It also adds a menu item to the side "toolbox" menu as a shortcut, and is able to pass through the current article's title through that shortcut to fill in the destination field automatically. It's convenient and great for batch edits!
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のCreateRedirectという名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CreateRedirect
- 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'CreateRedirect' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Usage
- The special page itself is accessible through
[[Special:CreateRedirect]].
関連項目
- Extension:RedirectManager — adds a dialog window to the WikiEditor toolbar, in which to view a list of all redirects to the page being edited as well as add new redirects.
| この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: |
Categories:
- Stable extensions/ja
- Special page extensions/ja
- SidebarBeforeOutput extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions included in Canasta/ja
- Extensions included in Miraheze/ja
- Extensions included in MyWikis/ja
- Extensions included in semantic::core/ja
- Extensions included in Telepedia/ja
- Redirect extensions/ja
