Extension:FanBoxes/ru
From Linux Web Expert
FanBoxes Статус релиза: стабильно |
|
---|---|
Реализация | Служебная страница |
Описание | A new way of creating and using userboxes, based on special pages |
Автор(ы) |
|
Последняя версия | 3.3.0 (2016-07-01) |
MediaWiki | 1.35+ |
Таблицы | fantag user_fantag |
Лицензия | Лицензия не указана |
Скачать | CHANGELOG at Phabricator |
NS_FANTAG, NS_FANTAG_TALK |
|
$wgFanBoxPageDisplay['comments'] |
|
Ежеквартальные загрузки | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Использование общедоступными вики | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Переведите расширение FanBoxes, если оно доступно на translatewiki.net | |
Проблемы | Открытые задачи · Сообщить об ошибке |
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 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)
- New database tables:
fantag,user_fantag
Установка
- <translate> [[<tvar name=2>Special:ExtensionDistributor/FanBoxes/ru</tvar>|Download]] and move the extracted <tvar name=name>
FanBoxes/ru
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/FanBoxes%2Fru - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'FanBoxes/ru' );
- <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Параметры
$wgFanBoxPageDisplay['comments']
— should we display comments on FanBox pages? Defaults totrue
(for now, anyway). Requires Расширение:Comments .