Extension:FanBoxes/ru
FanBoxes Статус релиза: стабильный |
|||
---|---|---|---|
Реализация | Special page | ||
Описание | A new way of creating and using userboxes, based on special pages | ||
Автор(ы) |
|
||
Последняя версия | 3.3.0 (2016-07-01) | ||
MediaWiki | 1.32+ | ||
Изменения БД | Да | ||
Лицензия | GNU General Public License 2.0 or later | ||
Загрузка | CHANGELOG at Phabricator |
||
Пространство имён | NS_FANTAG, NS_FANTAG_TALK | ||
|
|||
|
|||
|
|||
Переведите расширение 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
- Extension:SocialProfile
- Yahoo! User Interface Library (YUI)
- New database tables: fantag,user_fantag
Installation
- Скачайте и распакуйте файл(ы) в папку с названием
FanBoxes
в вашу папкуextensions/
.
- Добавьте следующий код в файл LocalSettings.php (в самый конец):
wfLoadExtension( 'FanBoxes' );
- Выполните скрипт обновления структуры БД, который автоматически создаст необходимые таблицы, используемые расширением.
- Готово – Перейдите на страницу «Special:Version» на своём сайте, чтобы удостовериться в том, что расширение успешно установлено.
Parameters
— should we display comments on FanBox pages? Defaults to$wgFanBoxPageDisplay['comments']
true
(for now, anyway). Requires Extension:Comments .