Extension:OrphanedTalkPages/pl
Appearance
Status wydania: stabilne |
|
|---|---|
| Realizacja | Strona specjalna |
| Opis | Provides a special page with a list of talk pages that do not have an accompanying page |
| Autor(zy) | Mainframe98dyskusja |
| Ostatnia wersja | 1.4.0 (2020-10-01) |
| Polityka zgodności | Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie. |
| MediaWiki | 1.35.0+ |
| Zmiany w bazie danych | Nie |
|
|
| Licencja | Licencja MIT |
| Pobieranie | README |
| Przetłumacz rozszerzenie OrphanedTalkPages jeżeli jest dostępne na translatewiki.net | |
| Problemy | Otwarte zadania · Zgłoś błąd |
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.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
OrphanedTalkPagesw folderzeextensions/.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/OrphanedTalkPages
- Dodaj poniższy kod na dole twojego pliku LocalSettings.php:
wfLoadExtension( 'OrphanedTalkPages' );
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Parametry konfiguracyjne
- $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.
Other important notes
- 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:
| To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: |
