Extension:ContributionCredits
ContributionCredits リリースの状態: 安定 |
|
---|---|
実装 | 外装 |
説明 | Shows contribution credits on the footer |
作者 |
|
メンテナー | Sophivorus |
最新バージョン | 3.1 (2019-04-04) |
MediaWiki | 1.29+ |
データベースの変更 | いいえ |
ライセンス | GNU 一般公衆利用許諾書 3.0 以降 |
ダウンロード | |
例 | http://proteopedia.org |
|
|
translatewiki.net で翻訳を利用できる場合は、ContributionCredits 拡張機能の翻訳にご協力ください | |
The ContributionCredits extension adds an automatically generated list of the page contributors to the end of every page in the wiki.
使用法
The extension works out of the box, no configuration is needed. Just enable the extension and see the credits displayed at the bottom of every page in the main namespace.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のContributionCredits
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php の末尾に追加します:
wfLoadExtension( 'ContributionCredits' );
- 必要に応じて設定します
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
パラメーター名 | 既定値 | 説明 |
---|---|---|
$wgContributionCreditsHeader
|
false | Show the credits as a full section with a list, rather than a compact list |
$wgContributionCreditsUseRealNames
|
false | Use the real names, rather than the user names |
$wgContributionCreditsExcludedCategories
|
[] | Array of categories whose pages will not show credits, for example:
$wgContributionCreditsExcludedCategories = [
'Category:No credits',
'Category:High visibility pages',
];
|