扩展:PhpTags Wiki

本頁使用了標題或全文手工轉換
From mediawiki.org
This page is a translated version of the page Extension:PhpTags Wiki and the translation is 74% complete.
MediaWiki的扩展的手冊
PhpTags Wiki
發佈狀態: 测试版
实现 PHP
描述 包含使用MediaWiki核心的功能
作者 Pavel Astakhov (pastakhov讨论)
最新版本 1.6.5 (2015-05-28)
MediaWiki >= 1.35.3
PHP 5.3+
许可协议 GNU通用公眾授權條款2.0或更新版本
下載
  • $wgPhpTagsWikiExtractAnything
  • $wgPhpTagsWikiExtract
  • $wgPhpTagsWikiExtractOnParserOutput
翻譯PhpTags Wiki的扩展,若在translatewiki.net可用

‘PhpTags Wiki’扩展通过PhpTags扩展实现了使用MediaWiki核心的功能。

此扩展的所有功能都只能通过使用PhpTags扩展来使用。

它提供以下类:

  • W-@todo
  • WCache管理页面呈现的缓存
  • WCategory类别的表示
  • wPage页面的表示形式
  • wStats用于站点范围统计信息的访问器
  • WTitle 代表MediaWiki中的标题
  • WTitleArray用于访问WTitle对象列表的类。

安装

Download and place the file(s) in a directory called PhpTagsWiki in your extensions/ folder. Add the following code at the bottom of your LocalSettings.php :

require_once "$IP/extensions/PhpTagsWiki/PhpTagsWiki.php"; //Old versions

wfloadextension( 'PhpTagsWiki' ); //New versions

Yes 完成Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

另见