Extension:OrphanedTalkPages/ru

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Справка по расширениям MediaWiki
OrphanedTalkPages
Статус релиза: стабильно
File:OrphanedTalkPagesExtension.png
Реализация Служебная страница
Описание Provides a special page with a list of talk pages that do not have an accompanying page
Автор(ы) Mainframe98talk
Последняя версия 1.4.0 (2020-10-01)
Политика совместимости Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.35.0+
Изменения в БД Нет
Лицензия Лицензия не указана
Скачать
README
Ежеквартальные загрузки Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Использование общедоступными вики Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Переведите расширение OrphanedTalkPages, если оно доступно на translatewiki.net
Проблемы Открытые задачи · Сообщить об ошибке

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.

Установка

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/OrphanedTalkPages/ru</tvar>|Download]] and move the extracted <tvar name=name>OrphanedTalkPages/ru</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/OrphanedTalkPages%2Fru
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'OrphanedTalkPages/ru' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Параметры конфигурации

$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 $wgMiserMode is 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 $wgUseInstantCommons or $wgForeignFileRepos is enabled.
  • While no dedicated API module is provided by OrphanedTalkPages itself, the API does provide the results of Special:OrphanedTalkPages using the querypage query list. For example: