Extension:MissedPages/pl

This page is a translated version of the page Extension:MissedPages and the translation is 12% complete.
Podręcznik rozszerzeń MediaWiki
MissedPages
Status wydania: beta
Realizacja Strona specjalna , Bazy danych
Opis Summarizes page not found (404) errors, and provides a quick way to redirect or ignore them.
Autor(zy) Sam Wilson (Samwilsondyskusja)
Ostatnia wersja 0.1.0
Polityka zgodności Master maintains backward compatibility.
MediaWiki >= 1.36.0
Zmiany w bazie danych Tak
Composer samwilson/missedpages
Tabele missed_pages
Licencja Licencja MIT
Pobieranie
README
Quarterly downloads 7 (Ranked 169th)
Przetłumacz rozszerzenie MissedPages jeżeli jest dostępne na translatewiki.net

The MissedPages extension tracks every time a site visitor tries to go to a wiki page that doesn't exist, and gives site editors a easy-to-use form with which to track the most popular missed pages and also to redirect these to existing pages.

  • Pobierz i umieść plik(i) w katalogu o nazwie MissedPages w folderze extensions/.
  • Tylko w przypadku instalacji z repozytorium git należy uruchomić Composer, aby zainstalować zależności PHP, poprzez wywołanie composer install --no-dev w katalogu rozszerzenia. (Zobacz zadanie T173141 w celu uzyskania informacji o możliwych komplikacjach.)
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'MissedPages' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Usage

The Special:MissedPages page lists the top 100 missed pages in descending order of how many times they were missed. It allows editors to redirect, delete, or ignore the page title in question.

Redirect
Adding a redirect from Special:MissedPages is equivalent to adding #REDIRECT [[Lorem ipsum]] to the page, with the advantages of being quicker through an autocomplete form field, and it also deletes the missed pages log entries for that page (because after redirecting it'll no longer be seen as a missed page).
Delete
Deleting an entry from Special:MissedPages clears that page title until it is again missed. This can be useful if the page has been created since the log entries were added.
Ignore
Lots of pages will appear in the log that are not of interest to the wiki. To prevent these from appearing again, they can be added to the 'ignore list'.

User rights

  • edit — to add redirects
  • block — to ignore pages
  • delete — to delete entries in the missed pages list

Zobacz też