Extension:FanBoxes/cs
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).
Dependencies
- Yahoo! User Interface Library (YUI)
Database
- New database tables:
fantag,user_fantag
Installation
- Stáhněte soubor/y a vložte je do adresáře pojmenovaného
FanBoxes
ve vaší složceextensions/
.
Vývojáři a přispěvatelé kódu by si místo toho měli nainstalovat rozšíření from Git pomocí:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/FanBoxes - Na konec vašeho souboru LocalSettings.php přidejte následující kód:
wfLoadExtension( 'FanBoxes' );
- Spusťte aktualizační skript, který automaticky provede všechny nezbytné databázové změny, jaké rozšíření vyžaduje.
Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.
Parameters
$wgFanBoxPageDisplay['comments']
- Should we display comments on FanBox pages? Defaults totrue
(for now, anyway). Requires Extension:Comments .
Category:All extensions/cs
Category:ApiCheckCanExecute extensions/cs
Category:ArticleDelete extensions/cs
Category:ArticleFromTitle extensions/cs
Category:Extensions in Wikimedia version control/cs
Category:Extensions with manual MediaWiki version
Category:GPL licensed extensions/cs
Category:LoadExtensionSchemaUpdates extensions/cs
Category:PageMoveComplete extensions/cs
Category:PageSaveComplete extensions/cs
Category:PageUndeleteComplete extensions/cs
Category:ParserBeforeInternalParse extensions/cs
Category:ParserBeforePreprocess extensions/cs
Category:ParserFirstCallInit extensions/cs
Category:Social tools/cs
Category:Special page extensions/cs
Category:Stable extensions/cs