Jump to content

Extension:FanBoxes/pl

From mediawiki.org
This page is a translated version of the page Extension:FanBoxes and the translation is 20% complete.
Podręcznik rozszerzeń MediaWiki
FanBoxes
Status wydania: stabilne
Realizacja Strona specjalna
Opis A new way of creating and using userboxes, based on special pages
Autor(zy)
Ostatnia wersja 3.3.0 (2016-07-01)
MediaWiki 1.35+
Zmiany w bazie danych Tak
Tabele fantag
user_fantag
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie
NS_FANTAG, NS_FANTAG_TALK
$wgFanBoxPageDisplay['comments']
  • create-userbox
Quarterly downloads 5 (Ranked 126th)
Przetłumacz rozszerzenie FanBoxes jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The FanBoxes extension adds a new way of creating and using userboxes, based on special pages. When installed, three new special pages will be added: Special:UserBoxes (to create new userboxes), Special:TopUserBoxes (to view most popular ones) and Special:ViewUserBoxes (to view all userboxes). It also adds ‎<userboxes> and ‎<fan> parser hooks (TODO: document). Both of these parser hooks disable parser cache.

FanBoxes requires the SocialProfile extension and YUI (YUI is used only for the color picker feature on Special:UserBoxes; the YUI files are loaded from Yahoo!'s servers).

Zależności

  • Yahoo! User Interface Library (YUI)

Database

  • New database tables:

fantag,user_fantag

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie FanBoxes 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/FanBoxes
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'FanBoxes' );
    
  • Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Parametry

  • $wgFanBoxPageDisplay['comments'] - Should we display comments on FanBox pages? Defaults to true (for now, anyway). Requires Extension:Comments .