Extension:DonateButton

This page is a translated version of the page Extension:DonateButton and the translation is 17% complete.
MediaWiki 拡張機能マニュアル
DonateButton
リリースの状態: 安定
px
実装 外装 , 自分のウィキ , フック
説明 Add button with link to a donation page
作者 WikiMANNia (WikiForMenトーク)
最新バージョン 1.5.2 (2024-01-02)
MediaWiki 1.35+
PHP 7.3.19+
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
  • $wmDonateButton
  • $wmDonateButtonURL

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 $wmDonateButtonFilename. By entering * donatebutton in the MediaWiki:Sidebar , the button can be placed individually.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のDonateButtonという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'DonateButton' );
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

Configuration options

Enable the DonateButton. Default is false.

$wmDonateButton = true;

An image with this name should be uploaded on each wiki of your wikifarm.

  • Specify the link to a donation page.
$wmDonateButtonURL = "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.

関連項目

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_41 .
  • 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.
  • Version 1.5.1 adds a dirty hack for skin Timeless.
  • The extension was tested with the following MediaWiki versions: 1.35.14, 1.39.6, 1.40.2, 1.41.0