Extension:FanBoxes/pl
Appearance
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'] |
|
|
|
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 folderzeextensions/
.
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.
- 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 totrue
(for now, anyway). Requires Extension:Comments .
Categories:
- Stable extensions/pl
- Special page extensions/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- ApiCheckCanExecute extensions/pl
- ArticleDelete extensions/pl
- ArticleFromTitle extensions/pl
- ArticleUndelete extensions/pl
- LoadExtensionSchemaUpdates extensions/pl
- PageMoveComplete extensions/pl
- PageSaveComplete extensions/pl
- ParserBeforeInternalParse extensions/pl
- ParserBeforePreprocess extensions/pl
- ParserFirstCallInit extensions/pl
- All extensions/pl
- Social tools/pl