手册:updateSpecialPages.php
Appearance
MediaWiki文件: updateSpecialPages.php | |
---|---|
位置: | maintenance/ |
源代码: | master • 1.42.3 • 1.41.4 • 1.39.10 |
类: | UpdateSpecialPages |
细节
updateSpecialPages.php file is a maintenance script to update the information on the special pages that cache results in the querycache table. This information includes Special:WantedTemplates, Special:Wantedpages and Special:Wantedfiles among many others. A full list is found in QueryPage.php. Extensions may extend this list using the wgQueryPages hook so that special pages added by that extension will be covered by this maintenance script.
The configuration setting $wgDisableQueryPageUpdate
can be used to exclude certain special pages from being updated.
用法
php updateSpecialPages.php
选项
选项/参数 | 描述 |
---|---|
--list | 只列出特殊頁面名稱,不執行更新。 |
--only=页面 | 只更新「頁面」。 It's case sensitive, check correct case by calling this script with --list . 例子: --only=BrokenRedirects
|
--override | Also update pages that have updates disabled by $wgDisableQueryPageUpdate .
|