扩展:OneColumnAllUsers

From mediawiki.org
This page is a translated version of the page Extension:OneColumnAllUsers and the translation is 67% complete.
MediaWiki扩展手册
OneColumnAllUsers
发行状态: 不再維護
实现 特殊页面
描述 实现一个特殊页面,该页面显示维基上所有用户的未格式化列表
作者 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";
    
  • Yes 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。