Jump to content

Extension:OrphanedTalkPages/pl

From mediawiki.org
This page is a translated version of the page Extension:OrphanedTalkPages and the translation is 40% complete.
Podręcznik rozszerzeń MediaWiki
OrphanedTalkPages
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
  • $wgOrphanedTalkPagesExemptedNamespaces
  • $wgOrphanedTalkPagesIgnoreUserTalk
Quarterly downloads 2 (Ranked 129th)
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 OrphanedTalkPages w folderze extensions/.
    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' );
    
  • Yes 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