Extension:DonateButton/pt
DonateButton Estado de lançamento: estável |
|
---|---|
Implementação | Tema , Minha Wiki , Hook |
Descrição | Adicionar botão com link para uma página de doação |
Autor(es) | WikiMANNia (WikiForMendiscussão) |
Última versão | 1.6.1 (2024-09-20) |
MediaWiki | 1.35+ |
PHP | 7.3.19+ |
Licença | GNU - Licença Pública Geral 2.0 ou superior |
Transferência | GitHub: Note: |
|
|
A extensão DonateButton permite adicionar um botão personalizado com um link para uma página de doação para a wikis barra lateral . O botão Imagem é automaticamente adaptado de acordo com a linguagem selecionada.
Utilização
Instale a extensão e carregue um ficheiro para a wiki, como especificado em $wgDonateButtonFilename
.
Ao inserir * donatebutton
no MediaWiki:Sidebar , o botão pode ser colocado individualmente.
Instalação
- Exporte e coloque o ficheiro, ou ficheiros, num diretório chamado
DonateButton
, na sua pastaextensions/
. - Acrescente o seguinte código ao fundo do ficheiro $LocalSettings:
wfLoadExtension( 'DonateButton' );
- Pronto – Na página especial Special:Version da sua wiki verifique se a extensão foi instalada.
Opções de configuração
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".
Consulte também
- An alternative to the unmaintained extensions SidebarDonateBox and DonateBoxInSidebar .
Remarks
- Esta extensão funciona a partir de REL1_25 e tem sido testada até à versão MediaWiki REL1_37 .
- Branch REL1_35 works from REL1_35 and has been tested up to MediaWiki version REL1_42 .
- The extension was tested with the following MediaWiki versions: 1.35.14, 1.39.8, 1.40.2, 1.41.2, 1.42.1
- 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
.
- Stable extensions/pt
- Skin extensions/pt
- Personalization extensions/pt
- Hook extensions/pt
- GPL licensed extensions/pt
- Extensions in GitHub version control/pt
- BeforePageDisplay extensions/pt
- SkinAfterPortlet extensions/pt
- SkinBuildSidebar extensions/pt
- All extensions/pt
- Extensions supporting fundraising and donations/pt