Extension:PhpTags Wiki/zh
Jump to navigation
Jump to search
PhpTags Wiki 发布状态: 测试版 |
|
---|---|
实现 | PHP |
描述 | Contains features for working with MediaWiki core |
作者 | Pavel Astakhov (pastakhov讨论) |
最新版本 | 1.6.5 (2015-05-28) |
PHP | 5.3+ |
许可协议 | GNU通用公眾授權條款2.0或更新版本 |
下载 | |
|
|
翻譯PhpTags Wiki擴充功能如在translatewiki.net可用 | |
The PhpTags Wiki extension implements features for working with MediaWiki core with the PhpTags extension.
all the features of this extension are available only through the use of the PhpTags extension.
It provides the following classes:
- W − @todo
- WCache − manages the cache of page rendering
- WCategory − representation for a category
- WPage − representation for a page
- WStats − accessors for the site-wide statistics
- WTitle − represents a title within MediaWiki
- WTitleArray − class to walk into a list of WTitle objects.
安装
- 下载文件,并将其放置在您
extensions/
文件夹中的PhpTagsWiki
目录内。 - 将下列代码放置在您的LocalSettings.php的底部:
require_once "$IP/extensions/PhpTagsWiki/PhpTagsWiki.php";
完成 – 在您的wiki上导航至Special:Version,以验证扩展已成功安装。