Extension:FanBoxes/pl
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 .
Category:All extensions/pl
Category:ApiCheckCanExecute extensions/pl
Category:ArticleDelete extensions/pl
Category:ArticleFromTitle extensions/pl
Category:Extensions in Wikimedia version control/pl
Category:Extensions with manual MediaWiki version
Category:GPL licensed extensions/pl
Category:LoadExtensionSchemaUpdates extensions/pl
Category:PageMoveComplete extensions/pl
Category:PageSaveComplete extensions/pl
Category:PageUndeleteComplete extensions/pl
Category:ParserBeforeInternalParse extensions/pl
Category:ParserBeforePreprocess extensions/pl
Category:ParserFirstCallInit extensions/pl
Category:Social tools/pl
Category:Special page extensions/pl
Category:Stable extensions/pl