Extension:TocTree/nan

Category:GPL licensed extensions/nan
MediaWiki extensions manual
TocTree
Release status: stableCategory:Stable extensions/nan
Implementation User interfaceCategory:User interface extensions/nan
Description Ū-tsūn khok-tián hām tsih-áu bo̍k-lo̍k
Author(s) Roland Unger, Matthias Mullie
Latest version 1.12.0
MediaWiki >= 1.44
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control/nan
Quarterly downloads 9 (Ranked 105th)
Translate the TocTree extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions/nan

The TocTree extension allows for initial expansion and collapsing of the table of contents.

An-tsong

  • Download and move the extracted TocTree folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TocTree
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'TocTree' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Kè-hōo-huà

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;

Hông-tsí TOC phiau-phû

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>

Í-king tsai-iánn ê būn-tê

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.

Additional:

  • 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.
Category:Extensions used on Wikimedia/nan#TocTree/nan Category:TOC extensions/nan
Category:All extensions/nan Category:ApiParseMakeOutputPage extensions/nan Category:BeforePageDisplay extensions/nan Category:Extensions in Wikimedia version control/nan Category:Extensions included in Miraheze/nan Category:Extensions included in MyWikis/nan Category:Extensions included in WikiForge/nan Category:Extensions used on Wikimedia/nan Category:GPL licensed extensions/nan Category:GetPreferences extensions/nan Category:Stable extensions/nan Category:TOC extensions/nan Category:User interface extensions/nan