Manual:$wgInvalidRedirectTargets/ko
Appearance
| Page titles and redirects: $wgInvalidRedirectTargets | |
|---|---|
| Array of invalid page redirect targets. |
|
| 이 변수가 소개된 버전: | 1.15.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) |
| 기본값: | [ 'Filepath', 'Mypage', 'Mytalk', 'Redirect', 'Mylog' ] (1.40+)
array( 'Filepath', 'Mypage', 'Mytalk' ) (1.15-1.21) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Array of invalid page redirect targets.
Attempting to create a redirect to any of the pages in this array will make the redirect fail. Special:Userlogout is hard-coded, so it does not need to be listed here.
As of now, this only checks special pages. Redirects to pages in other namespaces cannot be invalidated by this variable.