Jump to content

Extension:CreateRedirect

From mediawiki.org
This page is a translated version of the page Extension:CreateRedirect and the translation is 38% complete.
MediaWiki 拡張機能マニュアル
CreateRedirect
リリースの状態: 安定
実装 特別ページ
説明 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 以降
ダウンロード
四半期ごとのダウンロード数 11 (Ranked 114th)
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' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
  • 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.