Extension:HideSection
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.
問題やバグを報告するには、Miraheze Phabricatorを使用してください。
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のHideSection
という名前のディレクトリ内に配置します。 - 以下のコードを 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に特化したものも存在し、Mirahezeでは見られない問題に遭遇するかもしれません。 バグの報告や設定変更の依頼は、ウィキメディアの Phabricator ではなく、Miraheze Issue Tracker でお願いします。 |
Categories:
- Stable extensions/ja
- User interface extensions/ja
- Skin extensions/ja
- MIT licensed extensions/ja
- Extensions in GitHub version control/ja
- SkinEditSectionLinks extensions/ja
- BeforePageDisplay extensions/ja
- All extensions/ja
- Extensions included in Miraheze/ja
- Extensions included in WikiForge/ja
- Extensions by Miraheze/ja