Extension:OrphanedTalkPages
Appearance
Status keluaran: stabil |
|
|---|---|
| Penerapan | Halaman istimewa |
| Deskripsi | Menyediakan halaman istimewa yang berisi daftar halaman pembicaraan yang tidak punya halaman pasangannya |
| Perancang | Mainframe98bicara |
| Versi terbaru | 1.4.0 (2020-10-01) |
| Kebijakan kompatibilitas | Cuplikan dikeluarkan bersamaan dengan MediaWiki. Induk tidak kompatibel dengan versi sebelumnya. |
| MediaWiki | 1.35.0+ |
| Perubahan pangkalan data | Tidak |
| Lisensi | Lisensi MIT |
| Unduh | README |
|
|
| Terjemahkan pengaya OrphanedTalkPages jika tersedia di translatewiki.net | |
| Masalah | Tugas terbuka · Laporkan kekutu |
The OrphanedTalkPages extension adds a new Special page to MediaWiki: Special:OrphanedTalkPages. This special page lists all talk pages that do not have an accompanying page.
Pemasangan
- Unduh dan letakkan berkas-berkasnya di dalam sebuah direktori yang bernama
OrphanedTalkPagesdi 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/OrphanedTalkPages
- Tambahkan kode berikut di bagian bawah LocalSettings.php Anda:
wfLoadExtension( 'OrphanedTalkPages' );
Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan ekstensinya berhasil dipasang.
Parameter konfigurasi
- $wgOrphanedTalkPagesExemptedNamespaces
- Controls which talk namespaces should be ignored when looking for orphaned talk pages. This variable is an array of namespace ids and is empty by default.
- $wgOrphanedTalkPagesIgnoreUserTalk
- Determines if the user talk namespace (3, or NS_USER_TALK) should be ignored when looking for orphaned talk pages. This variable is a boolean and set to true by default.
Catatan penting lainnya
- The query that this special page uses is considered expensive. This means that when
$wgMiserModeis enabled, the results will be served from cache. - The special page may report talk pages as orphaned when they are not. The most common situation where this happens is File talk pages when
$wgUseInstantCommonsor$wgForeignFileReposis enabled. - While no dedicated API module is provided by OrphanedTalkPages itself, the API does provide the results of Special:OrphanedTalkPages using the
querypagequery list. For example:
| 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. |
