Extension:OneColumnAllUsers
OneColumnAllUsers リリースの状態: 安定 |
|
---|---|
![]() |
|
実装 | 特別ページ |
説明 | Implements a special page that displays an unformatted list of all users on the wiki |
作者 | Nathan Larson (Leucostictetalk) |
最新バージョン | 1.0.0 (2014-02-06) |
MediaWiki | 1.23+ |
PHP | 5.3+ |
データベースの変更 | いいえ |
ライセンス | GPL |
ダウンロード | |
translatewiki.net で翻訳を利用できる場合は、OneColumnAllUsers 拡張機能の翻訳にご協力ください | |
使用状況とバージョン マトリクスを確認してください。 |
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.
インストール
- Downloadして、ファイルを
extensions/
フォルダー内のOneColumnAllUsers
という名前のディレクトリ内に配置します。
- 以下のコードを LocalSettings.php の末尾に追加します:
require_once "$IP/extensions/OneColumnAllUsers/OneColumnAllUsers.php";
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。