Extension:ContributionCredits/ru
![]() Статус релиза: стабильно |
|
---|---|
Реализация | Тема оформления |
Описание | Shows contribution credits on the footer |
Автор(ы) |
|
Поддерживающий(ие) | Sophivorus |
Последняя версия | 3.1 (2019-04-04) |
MediaWiki | 1.29+ |
Изменения в БД | Нет |
Лицензия | GNU General Public License 3.0 или позднее |
Скачать | |
Пример | http://proteopedia.org |
|
|
Переведите расширение ContributionCredits, если оно доступно на translatewiki.net | |
The ContributionCredits extension adds an automatically generated list of the page contributors to the end of every page in the wiki.
Usage
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.
Installation
- Скачайте и распакуйте файл(ы) в папку с названием
ContributionCredits
в вашей папкеextensions/
. - Добавьте следующие строки в конец файла LocalSettings.php:
wfLoadExtension( 'ContributionCredits' );
- Configure as required
Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
Configuration
Parameter name | Default value | Description |
---|---|---|
$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',
];
|
См. также
- Extension:CreditsSource
- Extension:Contributors
- Extension:PageAuthors - Gets a sensible list of the main page authors
- Manual:$wgMaxCredits