Jump to content

Extension:SaveSpinner/pl

From mediawiki.org
This page is a translated version of the page Extension:SaveSpinner and the translation is 17% complete.
This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
Podręcznik rozszerzeń MediaWiki
SaveSpinner
Status wydania: stabilne
Realizacja Akcja strony
Opis Adds visual feedback to page save, preview and changes actions
Autor(zy) WikiTeq team
Opiekun(owie) WikiTeq team
Polityka zgodności Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu.
MediaWiki 1.35, 1.39
PHP 7.3+
Zmiany w bazie danych Nie
Licencja Licencja MIT
Pobieranie
Quarterly downloads 0
Przetłumacz rozszerzenie SaveSpinner jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The SaveSpinner extension to page save, preview and changes action by adding respective buttons on the page edit form and on special page "FormEdit". While the next page is loading, it will display a very prominent spinner, informing the user that the action is in progress.

This extension was created for WikiWorks.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie SaveSpinner w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SaveSpinner
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'SaveSpinner' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.