Added Namespace support

This commit is contained in:
c0nnex
2015-09-30 01:47:51 +02:00
parent 15ec073600
commit a9840b77e8
3 changed files with 96 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__,