Added Namespace support

This commit is contained in:
c0nnex
2015-09-30 01:52:17 +02:00
parent 4c3c5e4931
commit 1e155be6c6
3 changed files with 34 additions and 9 deletions

View File

@ -189,6 +189,10 @@
/// @ingroup config
$wgLinkTitlesTimeLimit = 0.2;
/// Namespaces to search in weighted order.
/// Namespace of the page will always to highest weight, rest in given order
$wgLinkTitlesNamespaces = array(NS_USER);
/// @cond
$wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,