Extension: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」に移動して、拡張機能が正しくインストールされたことを確認します。