Extension:ArticleInfo
Appearance
From mediawiki.org
This page is a translated version of the page Extension:ArticleInfo and the translation is 65% complete.
リリースの状態: 安定 |
|
|---|---|
| 説明 | ページのメタデータ情報を表示します |
| 作者 | Hallo Welt! |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | - |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| 例 | Demo |
| translatewiki.net で翻訳を利用できる場合は、ArticleInfo 拡張機能の翻訳にご協力ください | |
ArticleInfo は、主に同梱されている他の拡張機能によって提供される追加の有用なページ情報を表示します。 この拡張機能は、内部ウィキの品質保証を強化するために作成されました。 ページの最も重要なメタ情報をまとめて表示することで、読者やメンテナをサポートします。
使用法 / 機能
内部Wikiでは、ページの品質状況を素早く把握することが必要になることがよくあります。 ArticleInfoは以下の情報を提供します。
- General info such as Title, Page ID, Langauge, Content model, number of watchers and redirects
- Properties like Templates, Categories, Internal links, Images and External links on the page
- Last edit info
追加情報は、他の拡張機能によって提供されます:
- このページの作者 (Extension:Authors )
- Page assignments (Extension:BlueSpicePageAssignments )
- このページの読者 (Extension:Readers )
- Expiry of this page (Extension:BlueSpiceExpiry )
- Reminders (Extension:BlueSpiceReminder )
- Process usage (Extension:CognitiveProcessDesigner )
要件
ArticleInfoはBlueSpiceFoundationを必要とします。
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceArticleInfo
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceArticleInfo) and version to the require section of your composer.local.json . Example:
{ "repositories":[ { "type":"vcs", "url":"https://github.com/wikimedia/mediawiki-extensions-BlueSpiceArticleInfo .git" } ], "require":{ "mediawiki/BlueSpiceArticleInfo":"BlueSpiceArticleInfo" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceArticleInfo' );
- Yes 完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.