Extension:DonateButton/ru
![]() Статус релиза: стабильно |
|
---|---|
![]() |
|
Реализация | Тема оформления , MyWiki , Хук |
Описание | Добавлять кнопку с ссылкой на страницу пожертвования |
Автор(ы) | WikiMANNia (WikiForMenобсуждение) |
Последняя версия | 1.3.1 (2023-07-03) |
MediaWiki | 1.25+ |
PHP | 5.6+ |
Лицензия | GNU General Public License 2.0 или позднее |
Скачать | GitHub: Note: |
|
|
The DonateButton extension allows a custom addition of a button with link to a donation page to a wikis sidebar . The button image is automatically adapted according to the language selection.
Использование
Install the extension and upload to the wiki a file as specified in $wgDonateButtonFilename
.
By entering * donatebutton
in the MediaWiki:Sidebar , the button can be placed individually.
Установка
- Скачайте и распакуйте файл(ы) в папку с названием
DonateButton
в вашей папкеextensions/
. - Добавьте следующий код в конце вашего файла LocalSettings.php :
wfLoadExtension( 'DonateButton' );
Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
Настройки конфигурации
Enable the DonateButton. Default is false.
$wgDonateButton = true;
An image with this name should be uploaded on each wiki of your wikifarm.
- Specify the link to a donation page.
$wgDonateButtonURL = "https://example.org/yourdonationpage.php?lang=";
The link is automatically completed by the code of the language selected by the user or alternatively by the $wgLanguageCode variable.
См. также
- Альтернатива к неподдерживаемым расширениям SidebarDonateBox и DonateBoxInSidebar .
Remarks
- This extension works from REL1_25 and has been tested up to MediaWiki version 1.39.4 .
- The SkinBuildSidebar hook of several skins no longer allows images and HTML code to be placed in the sidebar.
- Решение к этому обстоятельству пока неизвестно.
- As a minimal solution, a simple text link to the donation page is now given.
- This occurs in Skin Тема оформления:Векторное since REL1_35 and Skins Тема оформления:Cologne Blue , Тема оформления:Современная and Тема оформления:MonoBook since REL1_37. Skin Тема оформления:Timeless still works as usual.
- Configuration of a donation link in Skin Minerva Neue.