Extension:HideSection/ru
Appearance
HideSection Статус релиза: стабильно |
|
---|---|
Реализация | Пользовательский интерфейс, Тема оформления |
Описание | A MediaWiki extension that adds links on each header to hide/show the section. |
Автор(ы) | Brent Laabs (BrentLaabsобсуждение) |
Последняя версия | 2 (2022-10-03) |
MediaWiki | 1.25+ |
PHP | 5.5+ |
Изменения в БД | Нет |
Лицензия | MIT License |
Скачать | GitHub: Note: |
Пример | allthetropes.org |
$wgHideSectionImages, $wgHideSectionHideText, $wgHideSectionTitleLink |
|
HideSection is a MediaWiki extension that adds links on each header to collapse and expand the section. This allows users to easily wade through long wiki pages and jump to the section they want to read.
This extension hides sections hierarchically. That means if you hide a top level header, any headers below it are automatically hidden. Typically, the header will display a "show" or "hide" link next to the edit link, though this can be configured to display an image instead. Additionally, there is a "show all"/"hide all" button, either on the first header or next to the page title.
For reporting an issue or a bug, please use Miraheze Phabricator.
Установка
- Download и распакуйте файл(ы) в папку с названием
HideSection
в вашей папкеextensions/
. - Добавьте следующий код в конце вашего файла LocalSettings.php :
wfLoadExtension( 'HideSection' );
- Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
Настройка
- $wgHideSectionImages
- Use these images as hide/show links. Default is null. If this array is set, images will be added according the place marked in location. Location "begin" is before the first text of the header, while "end" places it at the very end of the header.
$wgHideSectionImages = [
"show" => "https://upload.wikimedia.org/wikipedia/commons/b/bc/Vector_right_arrow_link.png",
"hide" => "https://upload.wikimedia.org/wikipedia/commons/2/27/Vector_down_arrow_link.png",
"location" => "begin" # or "end"
];
- $wgHideSectionHideText
- If set to a true value, text show/hide links are disabled. Useful when only images are wanted.
- $wgHideSectionTitleLink
- If set to a true value, adds a
show all
/hide all
button to the right of the page title.
Известные проблемы
- Strange interaction with disabled VisualEditor:
- Prevents hiding of sections with Skin:Minerva, which is actually a default feature of that skin.
См. также
Это расширение включено в следующие вики-фермы/хостинги и/или пакеты: Это не исчерпывающий список. Некоторые вики-фермы/хостинги и/или пакеты могут содержать это расширение, даже если они не перечислены здесь. Всегда сверяйтесь со своими вики-фермами/хостингами или комплектами/бандлами для подтверждения. |
Это расширение сделано для Miraheze. Возможно, у него есть проблемы, которых вы не видите в Miraheze. Чтобы сообщить об ошибке или запросить изменение конфигурации, пожалуйста, сделайте это в Miraheze Phabricator вместо Викимедии. |
Categories:
- Stable extensions/ru
- User interface extensions/ru
- Skin extensions/ru
- MIT licensed extensions/ru
- Extensions in GitHub version control/ru
- SkinEditSectionLinks extensions/ru
- BeforePageDisplay extensions/ru
- All extensions/ru
- Extensions included in Miraheze/ru
- Extensions included in WikiForge/ru
- Extensions by Miraheze/ru