Extension:MissedPages/ru
![]() Статус релиза: в бете |
|
---|---|
Реализация | Служебная страница , База данных |
Описание | Summarizes page not found (404) errors, and provides a quick way to redirect or ignore them. |
Автор(ы) | Sam Wilson (Samwilsonобсуждение) |
Последняя версия | 0.1.0 |
Политика совместимости | Master maintains backward compatibility. |
MediaWiki | >= 1.36.0 |
Изменения в БД | Да |
Composer | samwilson/missedpages |
Таблицы | missed_pages |
Лицензия | MIT License |
Скачать | README |
Quarterly downloads | 7 (Ranked 167th) |
Переведите расширение MissedPages, если оно доступно на 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.
Установка
- Скачайте и распакуйте файл(ы) в папку с названием
MissedPages
в вашей папкеextensions/
. - Если и только если устанавливаете из git, запустите Composer для установки зависимостей PHP, запустив
composer install --no-dev
в каталоге расширений. (Смотрите задача T173141 о возможных осложнениях.) - Добавьте следующий код внизу вашего
LocalSettings.php
:wfLoadExtension( 'MissedPages' );
- Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
Использование
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'.
Права участников
edit
— to add redirectsblock
— to ignore pagesdelete
— to delete entries in the missed pages list
См. также
- Help:Extension:MissedPages - for end-user documentation that can be copied to any wiki.