Extension:PhpTags Wiki
現在、この拡張機能は積極的な保守が行われていません! それでも機能する可能性はありますが、バグ報告や機能の要望は無視される可能性が高くなります。 この拡張機能の開発や保守の作業を引き受けることに興味がある場合は、リポジトリの所有権を申請できます。 礼儀として、作者に問い合わせることをお勧めします。 保守を引き継いだ場合、このテンプレートは除去すべきです。また、拡張機能ページの {{Extension }} 基礎情報ボックス内のリストにあなたの名前を保守担当者として追加してください。 |
PhpTags Wiki リリースの状態: 保守されていない |
|
---|---|
実装 | type (invalid type) |
説明 | Contains features for working with MediaWiki core |
作者 | Pavel Astakhov (pastakhovトーク) |
最新バージョン | 1.6.5 (2015-05-28) |
MediaWiki | >= 1.35.3 |
PHP | 5.3+ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
|
|
translatewiki.net で翻訳を利用できる場合は、PhpTags Wiki 拡張機能の翻訳にご協力ください | |
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.
以下のクラスを提供します :
- 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
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PhpTagsWiki - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'PhpTagsWiki' );
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。