Extension:DonateButton/ru
Статус релиза: стабильно |
|
|---|---|
| Реализация | Тема оформления, MyWiki, Хук |
| Описание | Добавлять кнопку с ссылкой на страницу пожертвования |
| Автор(ы) | WikiMANNia (WikiForMenобсуждение) |
| Последняя версия | 1.9.0 (2026-03-28) |
| Политика совместимости | Мастер поддерживает обратную совместимость. |
| MediaWiki | 1.35+ |
| PHP | 7.3.19+ |
| Изменения в БД | Нет |
|
|
| Licence | GNU General Public License 2.0 or later |
| Скачать | 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.
Установка
For recent versions of MediaWiki (1.35+), use the following instruction:
- Check-out the sources with
git clone https://github.com/WikiMANNia/MediaWiki-Extension-DonateButton.gitи распакуйте файл(ы) в папку с названиемDonateButtonв вашей папкеextensions/. - Добавьте следующий код в конце вашего файла LocalSettings.php:
wfLoadExtension( 'DonateButton' );
Готово – Перейдите на страницу Special:Versionна своей вики, чтобы удостовериться в том, что расширение успешно установлено.
Installation for older versions of MediaWiki
For MediaWiki 1.25-1.34, replace the above-mentioned "git clone" command with the following:
git clone -b REL1_25 https://github.com/WikiMANNia/MediaWiki-Extension-DonateButton.git
Настройки конфигурации
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.
Localisation
The extension is provided in "de", "en", "es", "fr", "he", "it", "nl", "pt", "ru".
Remarks
- Branch REL1_25 works from REL1_25 and has been tested up to MediaWiki version REL1_37.
- Branch REL1_35 works from REL1_35 and has been tested up to MediaWiki version REL1_43.
- The extension was tested with the following MediaWiki versions: 1.35.14, 1.39.11, 1.40.2, 1.41.2, 1.42.3, 1.43.0
- Configuration of a donation link in skin Minerva Neue.
- Version 1.5 has some Refactoring:
- Changed “configuration schema”, replaced manifest version 1 with version 2 and changed the prefix of the configuration variables from default to
wm. - Replaced class “DonateButtonHooks” (extends “Hooks”) with class implements interfaces.
- Changed “configuration schema”, replaced manifest version 1 with version 2 and changed the prefix of the configuration variables from default to
- Version 1.5.1 adds a dirty hack for skin
Timeless. - Version 1.6.0 has added support for skin
Monaco. - Version 1.6.1 changed the prefix of the configuration variables back to
wg. - Version 1.7.0 has added support for skin
Citizen.
- Stable extensions/ru
- Skin extensions/ru
- Personalization extensions/ru
- Hook extensions/ru
- BeforePageDisplay extensions/ru
- SkinAfterPortlet extensions/ru
- SkinBuildSidebar extensions/ru
- GPL licensed extensions/ru
- Extensions in GitHub version control/ru
- All extensions/ru
- Extensions supporting fundraising and donations/ru
