Extension:DonateButton
![]() Status rilis: stabil |
|
---|---|
![]() |
|
Implementasi | Kulit , Wiki Saya , Hook |
Deskripsi | Menambahkan tombol dengan tautan ke halaman donasi |
Perancang awal | WikiMANNia (WikiForMenbicara) |
Versi terbaru | 1.3.1 (2023-07-03) |
MediaWiki | 1.25+ |
PHP | 5.6+ |
Lisensi | Lisensi Publik Umum GNU 2.0 atau lebih baru |
Unduh | GitHub: Catatan: |
|
|
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.
Penggunaan
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.
Pemasangan
- Unduh dan letakkan berkas-berkasnya di dalam sebuah direktori yang bernama
DonateButton
di folderextensions/
Anda. - Tambahkan kode berikut di bagian bawah LocalSettings.php Anda:
wfLoadExtension( 'DonateButton' );
Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan ekstensinya berhasil dipasang.
Pilihan konfigurasi
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.
Lihat pula
- An alternative to the unmaintained extensions SidebarDonateBox and 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.
- A solution for this circumstance is not yet known.
- As a minimal solution, a simple text link to the donation page is now given.
- This occurs in Skin Kulit:Vector since REL1_35 and Skins Kulit:Cologne Blue , Modern and Kulit:MonoBook since REL1_37. Skin Kulit:Timeless still works as usual.
- Configuration of a donation link in Skin Minerva Neue.