Manual:$wgShortPagesNamespaceExclusions
Page titles and redirects: $wgShortPagesNamespaceExclusions | |
---|---|
Optional array of namespaces which should be excluded from Special:ShortPages |
|
Introduced in version: | 1.37.0 (Gerrit change 680806; git #4dae3b1a) |
Removed in version: | Still in use |
Allowed values: | (Any namespaces, following the MW_NAMESPACE convention. For example, Wikimedia Commons uses NS_FILE .) |
Default value: | [] |
Other settings: Alphabetical | By function |
Details
Only pages inside $wgContentNamespaces
but not inside this config ($wgShortPagesNamespaceExclusions
) will be shown on that page.
This variable was previously $wgShortPagesNamespaceBlacklist .