Extension:OneColumnAllUsers

This page is a translated version of the page Extension:OneColumnAllUsers and the translation is 50% complete.
MediaWiki 拡張機能マニュアル
OneColumnAllUsers
リリースの状態: 保守されていない
実装 特別ページ
説明 Implements a special page that displays an unformatted list of all users on the wiki
作者 Nathan Larson (Leucosticteトーク)
最新バージョン 1.0.0 (2014-02-06)
MediaWiki 1.23+
PHP 5.3+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 3.0 以降
ダウンロード

The OneColumnAllUsers extension implements a special page, "Special:OneColumnAllUsers", that displays an unformatted list of all pages on the wiki, sorted by user.user_id. This list is suitable for pasting into Special:BlockBatch.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のOneColumnAllUsersという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    require_once "$IP/extensions/OneColumnAllUsers/OneColumnAllUsers.php";
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。