Extension:AccountInfo/zh

From Linux Web Expert

Revision as of 07:01, 15 December 2022 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki扩展手册
AccountInfo
发行状态: 测试版
实现 特殊页面
描述 允许用户查看有关他们的私人信息
作者 Legoktm, Emufarmers
最新版本 0.1 (2014-02-18)
MediaWiki 1.22+
PHP 5.3+
数据库更改
许可协议 GNU通用公眾授權條款2.0或更新版本
下載
季度下載量 Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
正在使用的公开wiki数 Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
前往translatewiki.net翻譯AccountInfo-{zh-hans:扩展; zh-hant:擴充功能}-
Vagrant角色 accountinfo
問題 开启的任务 · 报告错误

帐户信息扩展允许用户在“Special:AccountInfo”查看有关他们自己的私人信息。

信息显示

  • $wgPutIPinRC - 显示当前存储在表中的登录用户所做的操作的所有唯一IP。
  • 用户查核 - 显示当前存储在表中的所有唯一的IP地址组,用户代理程序和XFF头文件。

安裝

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/AccountInfo/zh</tvar>|Download]] and move the extracted <tvar name=name>AccountInfo/zh</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AccountInfo%2Fzh
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'AccountInfo/zh' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

參見