Extension:HideSection/zh
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授權條款 |
下載 | |
示例 | 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.
Installation
- 下载文件,并将其放置在您
extensions/
文件夹中的HideSection
目录内。 - 将下列代码放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'HideSection' );
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
Configuration
- $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.
Known issues
- Strange interaction with disabled VisualEditor:
- Prevents hiding of sections with Skin:Minerva, which is actually a default feature of that skin.
See also
此扩展在以下wiki农场/托管网站和/或软件包中提供: 這不是一份權威名單。 即使某些wiki农场/托管网站和/或软件包未在这里列出,它们也可能提供此扩展。 请检查你的wiki农场/托管网站或软件包以确认提供情况。 |
This extension is maintained by Miraheze. Some Miraheze extensions are very Miraheze-specific and you may encounter issues you don't see on Miraheze. To report a bug or request a configuration change, please do so on the Miraheze Issue Tracker and not on Wikimedia Phabricator. |
Categories:
- Stable extensions/zh
- User interface extensions/zh
- Skin extensions/zh
- MIT licensed extensions/zh
- Extensions in GitHub version control/zh
- SkinEditSectionLinks extensions/zh
- BeforePageDisplay extensions/zh
- All extensions/zh
- Extensions included in Miraheze/zh
- Extensions included in WikiForge/zh
- Extensions by Miraheze/zh