Manual:$wgDisableQueryPageUpdate/ko
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgDisableQueryPageUpdate and the translation is 18% complete.
| Special pages: $wgDisableQueryPageUpdate | |
|---|---|
| Array of special pages that should not be updated. |
|
| 이 변수가 소개된 버전: | 1.9.0 (r18670) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) or false |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Set this to an array of special page names to prevent maintenance/updateSpecialPages.php from updating those pages.
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.
Example
$wgDisableQueryPageUpdate = [ 'Lonelypages' => 'monthly', 'Wantedtemplates' => 'periodical', 'Mostrevisions', ];