Jump to content

Extension:PurgeClickThrough/zh

From mediawiki.org
This page is a translated version of the page Extension:PurgeClickThrough and the translation is 0% complete.
MediaWiki扩展手册
PurgeClickThrough
发行状态: 不再維護
实现 action (invalid type)
作者 Brian Wolff (Bawolff留言)
MediaWiki 1.18+
许可协议 公有領域
下載
前往translatewiki.net翻譯PurgeClickThrough扩展

Add a page to click through when you do action=purge. This allows one to see debugging messages from $wgDebugComments since purge is one the most interesting bugs appear.

Installation

  • 下载文件,并解压PurgeClickThrough文件夹到extensions/目录中。
    开发者和代码贡献人员应改从Git安装此扩展,输入:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PurgeClickThrough
    
  • 請新增下列代码到您的LocalSettings.php 文件的底部:
    require_once "$IP/extensions/PurgeClickThrough/PurgeClickThrough.php";
    
  • Yes 完成 – 請导航至您的wiki上的Special:Version,以验证此扩展已成功安装。

See also