Extension:OneColumnAllUsers

MediaWiki extensions manual
OneColumnAllUsers
Release status: unmaintained
Implementation Special page
Description Implements a special page that displays an unformatted list of all users on the wiki
Author(s) Nathan Larson (Leucostictetalk)
Latest version 1.0.0 (2014-02-06)
MediaWiki 1.23+
PHP 5.3+
Database changes No
License GNU General Public License 3.0 or later
Download

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.

Installation edit

  • Download and place the file(s) in a directory called OneColumnAllUsers in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/OneColumnAllUsers/OneColumnAllUsers.php";
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.