Manual:$wgInvalidRedirectTargets/de-formal

From Linux Web Expert

<translate> Page titles and redirects</translate>: $wgInvalidRedirectTargets
Array of invalid page redirect targets.
<translate> Introduced in version:</translate>1.15.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate>[ 'Filepath', 'Mypage', 'Mytalk', 'Redirect', 'Mylog' ] (1.40+)

[ 'Filepath', 'Mypage', 'Mytalk', 'Redirect' ] (1.22-1.39)

array( 'Filepath', 'Mypage', 'Mytalk' ) (1.15-1.21)

Details

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.