Manual:$wgShortPagesNamespaceExclusions

From Linux Web Expert

<translate> Page titles and redirects</translate>: $wgShortPagesNamespaceExclusions
Optional array of namespaces which should be excluded from Special:ShortPages
<translate> Introduced in version:</translate>1.37.0 (Gerrit change 680806; git #4dae3b1a)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(Any namespaces, following the MW_NAMESPACE convention. For example, Wikimedia Commons uses NS_FILE.)
<translate> Default value:</translate>[]

Details

Only pages inside $wgContentNamespaces but not inside this config ($wgShortPagesNamespaceExclusions) will be shown on that page.

This variable was previously $wgShortPagesNamespaceBlacklist .