Manual:$wgDisableQueryPageUpdate/ja

Category:MediaWiki configuration settings/ja#DisableQueryPageUpdateCategory:MediaWiki configuration settings introduced in version 1.9.0/ja#DisableQueryPageUpdateCategory:MediaWiki configuration settings still in use/ja#DisableQueryPageUpdateCategory:Special pages variables/ja#DisableQueryPageUpdate
特別ページ: $wgDisableQueryPageUpdate
更新しない特別ページの配列。
導入されたバージョン:1.9.0 (r18670)
除去されたバージョン:使用中
許容される値:(配列) または false
既定値:false

詳細

この変数に、maintenance/updateSpecialPages.php でページが更新されないようにしたい特別ページ名の配列を設定してください。 This setting will be ignored when the script is called with the --override flag.

Array items can be either in the <special page name> or in the <special page name> => <run mode> format. The run mode is used to show a custom querypage-updates-<run mode> interface message on the special page, instead of the normal "Updates for this page are currently disabled." one. Together with the override flag this can be used to have a default refresh cadence for most query pages but special-case some of them.


$wgDisableQueryPageUpdate = [
    'Lonelypages' => 'monthly',
    'Wantedtemplates' => 'periodical',
    'Mostrevisions',
];

関連項目

Category:MediaWiki configuration settings/ja Category:MediaWiki configuration settings introduced in version 1.9.0/ja Category:MediaWiki configuration settings still in use/ja Category:Special pages variables/ja