mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 17:59:29 +02:00
Added Namespace support
This commit is contained in:
@ -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__,
|
||||
|
Reference in New Issue
Block a user