Extension:TocTree
Appearance
TocTree Status rilis stabil |
|
---|---|
Implementasi | Antarmuka pengguna |
Deskripsi | Memungkinkan perluasan dan penciutan daftar isi |
Perancang awal | Roland Unger, Matthias Mullie |
Versi terbaru | 1.12.0 |
MediaWiki | >= 1.43 |
Lisensi | Lisensi Publik Umum GNU 2.0 atau lebih baru |
Unduh | |
Quarterly downloads | 13 (Ranked 118th) |
Terjemahkan ekstensi TocTree jika tersedia di translatewiki.net | |
Masalah | Tugas terbuka · Laporkan kekutu |
The TocTree extension allows for initial expansion and collapsing of the table of contents.
Pemasangan
- Unduh dan letakkan berkas-berkasnya di dalam sebuah direktori yang bernama
TocTree
di folderextensions/
Anda.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TocTree - Tambahkan kode berikut di bagian bawah LocalSettings.php Anda:
wfLoadExtension( 'TocTree' );
- Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan ekstensinya berhasil dipasang.
Pengubahsuaian
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;
Mencegah daftar isi melayang
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>
Masalah yang diketahui
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.
Ekstensi ini sedang digunakan di salah satu atau lebih proyek Wikimedia. Ini kemungkinan berarti ekstensi ini stabil dan bekerja cukup baik untuk digunakan oleh situs web berlalu lintas tinggi. Cari nama ekstensi ini di berkas konfigurasi CommonSettings.php dan InitialiseSettings.php Wikimedia untuk melihat di mana dipasangnya. Daftar lengkap ekstensi yang dipasang di suatu wiki bisa dilihat di halaman Special:Version wiki. |
Ekstensi ini sudah termasuk dalam paket-paket dan/atau keluarga wiki berikut: Ini bukan daftar yang otoritafi. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Selalu periksa keluarga wiki atau bundel Anda untuk mengonfirmasi. |
Categories:
- Stable extensions/id
- User interface extensions/id
- GPL licensed extensions/id
- Extensions in Wikimedia version control/id
- ApiParseMakeOutputPage extensions/id
- BeforePageDisplay extensions/id
- GetPreferences extensions/id
- All extensions/id
- Extensions used on Wikimedia/id
- Extensions included in Miraheze/id
- Extensions included in WikiForge/id
- TOC extensions/id