Extension:TocTree
Appearance
TocTree リリースの状態: 安定 |
|
---|---|
実装 | ユーザー インターフェイス |
説明 | 目次を展開/折り畳みするための拡張機能 |
作者 | Roland Unger, Matthias Mullie |
最新バージョン | 1.12.0 |
MediaWiki | >= 1.43 |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
四半期ごとのダウンロード数 | 13 (Ranked 118th) |
translatewiki.net で翻訳を利用できる場合は、TocTree 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
TocTree拡張機能は目次を初期から展開・折り畳みできるようにします。
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のTocTree
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TocTree - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'TocTree' );
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
カスタマイズ
The PHP script will add two new options to the user preferences. They were added to the Misc section:
- Floated table of contents
- Expand table of contents
Defaults are collapsed but not floated tocs. You can overwrite the default values by setting true in your LocalSettings.php file:
$wgDefaultUserOptions['toc-floated'] = false;
$wgDefaultUserOptions['toc-expand'] = false;
Prevention of TOC floating
The author has the opportunity to prevent floating of the TOC set by the user(s) by using a div
tag with the style class noFloat
enclosing the TOC.
<div class="noFloat">__TOC__</div>
既知の問題点
There are the well-known problems of floated boxes like:
- Missing list bullets
- Design problems of narrow TOCs and positioning problems with text and wide right-floated boxes.
追加:
- Bidi support (right-to-left writing direction) implemented but not yet tested (for instance needed for Hebrew and Arabic).
- Support of only the MonoBook and Vector skins.
この拡張機能は 1 つ以上のウィキメディアのプロジェクトで使用されています。 これはおそらく、この拡張機能が安定していて高いトラフィックのウェブサイトでも十分に動作することを意味します。 この拡張機能がインストールされている場所を確認するには、ウィキメディアの設定ファイル CommonSettings.php および InitialiseSettings.php 内で、この拡張機能の名前を探してください。 特定のウィキにインストールされている拡張機能の完全な一覧は、そのウィキの Special:Version ページにあります。 |
この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: これは正式な一覧ではありません。 一部のウィキ ファーム/ウィキ ホスト/パッケージは、ここに記載されていなくてもこの拡張機能を含んでいる場合があります。 必ずご利用のウィキ ファーム、ウィキ ホスト、バンドルで確認してください。 |
Categories:
- Stable extensions/ja
- User interface extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- ApiParseMakeOutputPage extensions/ja
- BeforePageDisplay extensions/ja
- GetPreferences extensions/ja
- All extensions/ja
- Extensions used on Wikimedia/ja
- Extensions included in Miraheze/ja
- Extensions included in WikiForge/ja
- TOC extensions/ja